Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ResourceStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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
Type Description
string

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
Type Description
ResourceStatusPhysicalHostTopology

Scheduling

Declaration
[JsonProperty("scheduling")]
public virtual ResourceStatusScheduling Scheduling { get; set; }
Property Value
Type Description
ResourceStatusScheduling

UpcomingMaintenance

Declaration
[JsonProperty("upcomingMaintenance")]
public virtual UpcomingMaintenance UpcomingMaintenance { get; set; }
Property Value
Type Description
UpcomingMaintenance

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX