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 provides documentation for the `InstanceGroupManagerAllInstancesConfig` class within the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest."],["This class is part of the `Google.Cloud.Compute.V1.dll` assembly and is used for managing configuration settings for all instances within an instance group."],["The `InstanceGroupManagerAllInstancesConfig` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` with the class also inheriting from `object`."],["The `InstanceGroupManagerAllInstancesConfig` class includes a `Properties` property of type `InstancePropertiesPatch`, allowing modification of properties for all instances in a group."],["The webpage lists the available versions of the `InstanceGroupManagerAllInstancesConfig` class, starting from version 1.0.0 and up to the most recent version of 3.6.0."]]],[]]