Class MultiMigLocationPolicy
Policy regarding where to create managed instance groups. Initially only zonal managed instance groups in the same zone are supported.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class MultiMigLocationPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProvisioningZones
List of zones where managed instance groups will be provisioned. Should be valid RFC1035 name.
Declaration
[JsonProperty("provisioningZones")]
public virtual IList<string> ProvisioningZones { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |