public sealed class InstanceGroupManagerAllInstancesConfig : IMessage<InstanceGroupManagerAllInstancesConfig>, IEquatable<InstanceGroupManagerAllInstancesConfig>, IDeepCloneable<InstanceGroupManagerAllInstancesConfig>, IBufferMessage, IMessage
Implements
IMessageInstanceGroupManagerAllInstancesConfig, IEquatableInstanceGroupManagerAllInstancesConfig, IDeepCloneableInstanceGroupManagerAllInstancesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstanceGroupManagerAllInstancesConfig()
public InstanceGroupManagerAllInstancesConfig()
InstanceGroupManagerAllInstancesConfig(InstanceGroupManagerAllInstancesConfig)
public InstanceGroupManagerAllInstancesConfig(InstanceGroupManagerAllInstancesConfig other)
Parameter | |
---|---|
Name | Description |
other | InstanceGroupManagerAllInstancesConfig |
Properties
Properties
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.
Property Value | |
---|---|
Type | Description |
InstancePropertiesPatch |