Compute Engine v1 API - Class ResourceStatus (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class ResourceStatus.

Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.

Inheritance

object > ResourceStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ResourceStatus()

public ResourceStatus()

ResourceStatus(ResourceStatus)

public ResourceStatus(ResourceStatus other)
Parameter
NameDescription
otherResourceStatus

Properties

HasPhysicalHost

public bool HasPhysicalHost { get; }

Gets whether the "physical_host" field is set

Property Value
TypeDescription
bool

PhysicalHost

public string PhysicalHost { get; set; }

[Output Only] An opaque ID of the host on which the VM is running.

Property Value
TypeDescription
string

UpcomingMaintenance

public UpcomingMaintenance UpcomingMaintenance { get; set; }
Property Value
TypeDescription
UpcomingMaintenance