Compute Engine v1 API - Class InstanceGroupManagerAllInstancesConfig (2.15.0)

public sealed class InstanceGroupManagerAllInstancesConfig : IMessage<InstanceGroupManagerAllInstancesConfig>, IEquatable<InstanceGroupManagerAllInstancesConfig>, IDeepCloneable<InstanceGroupManagerAllInstancesConfig>, IBufferMessage, IMessage

Inheritance

object > InstanceGroupManagerAllInstancesConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceGroupManagerAllInstancesConfig()

public InstanceGroupManagerAllInstancesConfig()

InstanceGroupManagerAllInstancesConfig(InstanceGroupManagerAllInstancesConfig)

public InstanceGroupManagerAllInstancesConfig(InstanceGroupManagerAllInstancesConfig other)
Parameter
NameDescription
otherInstanceGroupManagerAllInstancesConfig

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
TypeDescription
InstancePropertiesPatch