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."],[[["This webpage provides documentation for the `InstanceGroupManagerAllInstancesConfig` class within the Google.Cloud.Compute.V1 namespace, specifically for version 2.13.0 of the library."],["The class `InstanceGroupManagerAllInstancesConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparisons, deep cloning, and buffer operations."],["The page lists various versions of the `InstanceGroupManagerAllInstancesConfig`, ranging from 1.0.0 to 3.6.0 (latest), allowing users to access documentation for specific releases."],["The class includes two constructors, a default one and another that accepts an `InstanceGroupManagerAllInstancesConfig` object for initialization."],["The `Properties` property of the class allows for setting instance properties on all instances in a group, accessible via the `InstancePropertiesPatch` type."]]],[]]