Show / Hide Table of Contents

Class ResourceStatusScheduling

Inheritance
object
ResourceStatusScheduling
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 ResourceStatusScheduling : IDirectResponseSchema

Properties

AvailabilityDomain

Specifies the availability domain (AD), which this instance should be scheduled on. The AD belongs to the spread GroupPlacementPolicy resource policy that has been assigned to the instance. Specify a value between 1-max count of availability domains in your GroupPlacementPolicy. See go/placement-policy-extension for more details.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX