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

EffectiveInstanceMetadata

Output only. [Output Only] Effective metadata is a field that consolidates project, zonal instance settings, and instance-level predefined metadata keys to provide the overridden value for those metadata keys at the instance level.

Declaration
[JsonProperty("effectiveInstanceMetadata")]
public virtual ResourceStatusEffectiveInstanceMetadata EffectiveInstanceMetadata { get; set; }
Property Value
Type Description
ResourceStatusEffectiveInstanceMetadata

PhysicalHost

Output only. [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. [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

ReservationConsumptionInfo

Output only. [Output Only] Reservation information that the instance is consuming from.

Declaration
[JsonProperty("reservationConsumptionInfo")]
public virtual ResourceStatusReservationConsumptionInfo ReservationConsumptionInfo { get; set; }
Property Value
Type Description
ResourceStatusReservationConsumptionInfo

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