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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX