public sealed class InstanceGroupManagerAllInstancesConfig : IMessage<InstanceGroupManagerAllInstancesConfig>, IEquatable<InstanceGroupManagerAllInstancesConfig>, IDeepCloneable<InstanceGroupManagerAllInstancesConfig>, IBufferMessage, IMessage
public InstancePropertiesPatch Properties { get; set; }
Properties to set on all instances in the group. You can add or modify properties using the instanceGroupManagers.patch or regionInstanceGroupManagers.patch. After setting allInstancesConfig on the group, you must update the group's instances to apply the configuration. To apply the configuration, set the group's updatePolicy.type field to use proactive updates or use the applyUpdatesToInstances method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version available for `InstanceGroupManagerAllInstancesConfig` is 3.6.0, while the current page focuses on version 3.5.0."],["This page provides documentation for `InstanceGroupManagerAllInstancesConfig` across multiple versions, ranging from 1.0.0 to 3.6.0."],["`InstanceGroupManagerAllInstancesConfig` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstanceGroupManagerAllInstancesConfig` class has a `Properties` field of type `InstancePropertiesPatch`, which is used to define properties to be set on all instances in an instance group."],["It has two constructors, one being an empty constructor, the other allowing to pass in another `InstanceGroupManagerAllInstancesConfig` as parameter."]]],[]]