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.v1.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
Scheduling
Declaration
[JsonProperty("scheduling")]
public virtual ResourceStatusScheduling Scheduling { get; set; }
Property Value
UpcomingMaintenance
Declaration
[JsonProperty("upcomingMaintenance")]
public virtual UpcomingMaintenance UpcomingMaintenance { get; set; }
Property Value
Implements