Class MultiMigSchedulingPolicy
Policy for handling provisioning and other scheduling-related events.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class MultiMigSchedulingPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Provisioning
How provisioning of parts (instance group managers) should be scheduled (coordinated or not).
Declaration
[JsonProperty("provisioning")]
public virtual string Provisioning { get; set; }
Property Value
Type | Description |
---|---|
string |