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.
Implements
IMessage<ResourceStatus>, IEquatable<ResourceStatus>, IDeepCloneable<ResourceStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ResourceStatus()
public ResourceStatus()
ResourceStatus(ResourceStatus)
public ResourceStatus(ResourceStatus other)
Parameter | |
---|---|
Name | Description |
other | ResourceStatus |
Properties
HasPhysicalHost
public bool HasPhysicalHost { get; }
Gets whether the "physical_host" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
PhysicalHost
public string PhysicalHost { get; set; }
[Output Only] An opaque ID of the host on which the VM is running.
Property Value | |
---|---|
Type | Description |
String |