Class MultiMigPart
Part represents a single managed instance group, either as a reference to an existing one or as a structure containing properties necessary to create one. A multi-MIG can contain zero or more parts.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class MultiMigPart : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceGroupManager
The URL of a managed instance group that you want to attach to the multi-MIG.
Declaration
[JsonProperty("instanceGroupManager")]
public virtual string InstanceGroupManager { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceGroupManagerProperties
A managed instance group to be created by the multi-MIG.
Declaration
[JsonProperty("instanceGroupManagerProperties")]
public virtual InstanceGroupManager InstanceGroupManagerProperties { get; set; }
Property Value
Type | Description |
---|---|
InstanceGroupManager |