Compute Engine v1 API - Class ResourceStatusScheduling (3.0.0)

public sealed class ResourceStatusScheduling : IMessage<ResourceStatusScheduling>, IEquatable<ResourceStatusScheduling>, IDeepCloneable<ResourceStatusScheduling>, IBufferMessage, IMessage

Inheritance

object > ResourceStatusScheduling

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ResourceStatusScheduling()

public ResourceStatusScheduling()

ResourceStatusScheduling(ResourceStatusScheduling)

public ResourceStatusScheduling(ResourceStatusScheduling other)
Parameter
Name Description
other ResourceStatusScheduling

Properties

AvailabilityDomain

public int AvailabilityDomain { get; set; }

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.

Property Value
Type Description
int

HasAvailabilityDomain

public bool HasAvailabilityDomain { get; }

Gets whether the "availability_domain" field is set

Property Value
Type Description
bool