Class ResourceStatusScheduling
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class ResourceStatusScheduling : IDirectResponseSchema
Properties
AvailabilityDomain
Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
Declaration
[JsonProperty("availabilityDomain")]
public virtual int? AvailabilityDomain { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TerminationTimestamp
Time in future when the instance will be terminated in RFC3339 text format.
Declaration
[JsonProperty("terminationTimestamp")]
public virtual string TerminationTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |