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.alpha.Data
Assembly: Google.Apis.Compute.alpha.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] An opaque ID of the host on which the VM is running.

Declaration
[JsonProperty("physicalHost")]
public virtual string PhysicalHost { get; set; }
Property Value
Type Description
string

Scheduling

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

ServiceIntegrationStatuses

[Output Only] Represents the status of the service integration specs defined by the user in instance.serviceIntegrationSpecs.

Declaration
[JsonProperty("serviceIntegrationStatuses")]
public virtual IDictionary<string, ResourceStatusServiceIntegrationStatus> ServiceIntegrationStatuses { get; set; }
Property Value
Type Description
IDictionary<string, ResourceStatusServiceIntegrationStatus>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX