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-31 UTC."],[[["This webpage provides documentation for the `InstanceGroupManagerAllInstancesConfig` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage in .NET."],["The documentation lists multiple versions of the `InstanceGroupManagerAllInstancesConfig`, ranging from version 1.0.0 to the latest 3.6.0, allowing for the review of the evolution of the class."],["`InstanceGroupManagerAllInstancesConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes a constructor and a property named `Properties`, of type `InstancePropertiesPatch`, which is used to define properties to be set on all instances within a managed instance group, which can be updated using the `instanceGroupManagers.patch` or `regionInstanceGroupManagers.patch`."],["There are multiple versions of the assembly `Google.Cloud.Compute.V1.dll` that cover the `InstanceGroupManagerAllInstancesConfig` class, as shown in the version list."]]],[]]