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
ResourceStatus
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class ResourceStatus : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PhysicalHost
[Output Only] The precise location of your instance within the zone's data center, including the block,
sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.
Declaration
[JsonProperty("physicalHost")]
public virtual string PhysicalHost { get; set; }
Property Value
PhysicalHostTopology
[Output Only] A series of fields containing the global name of the Compute Engine cluster, as well as the ID
of the block, sub-block, and host on which the running instance is located.
Declaration
[JsonProperty("physicalHostTopology")]
public virtual ResourceStatusPhysicalHostTopology PhysicalHostTopology { get; set; }
Property Value
Scheduling
Declaration
[JsonProperty("scheduling")]
public virtual ResourceStatusScheduling Scheduling { get; set; }
Property Value
ShutdownDetails
[Output Only] Details about the instance stopping state.
Declaration
[JsonProperty("shutdownDetails")]
public virtual ResourceStatusShutdownDetails ShutdownDetails { get; set; }
Property Value
UpcomingMaintenance
Declaration
[JsonProperty("upcomingMaintenance")]
public virtual UpcomingMaintenance UpcomingMaintenance { get; set; }
Property Value
Implements