Show / Hide Table of Contents

Class InstanceGroupManagerAllInstancesConfig

Inheritance
object
InstanceGroupManagerAllInstancesConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerAllInstancesConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Properties

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.

Declaration
[JsonProperty("properties")]
public virtual InstancePropertiesPatch Properties { get; set; }
Property Value
Type Description
InstancePropertiesPatch

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX