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
IMessageResourceStatus, IEquatableResourceStatus, IDeepCloneableResourceStatus, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |
bool |
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 |