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 of the `InstanceGroupManagerAllInstancesConfig` is 3.6.0, and the current page is documenting version 3.3.0 of the class."],["This document details the `InstanceGroupManagerAllInstancesConfig` class within the `Google.Cloud.Compute.V1` namespace."],["The `InstanceGroupManagerAllInstancesConfig` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstanceGroupManagerAllInstancesConfig` class has a `Properties` property of type `InstancePropertiesPatch`, which allows setting or modifying properties on all instances within a group."],["There is a total of 29 different versions of the InstanceGroupManagerAllInstancesConfig, ranging from 1.0.0 all the way up to the most recent 3.6.0 version."]]],[]]