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-03-24 UTC."],[[["The webpage details the `InstanceGroupManagerAllInstancesConfig` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0 and the current page version at 2.15.0."],["This class is derived from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor `InstanceGroupManagerAllInstancesConfig()` and a second constructor that accepts another `InstanceGroupManagerAllInstancesConfig` object as a parameter."],["It has a property called `Properties` of type `InstancePropertiesPatch`, allowing modifications to instance properties, and the inherited members of the object can be viewed on the page, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["There is an extensive list of versions linked to their documentation page available, starting from version 1.0.0 all the way to 3.6.0."]]],[]]