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
System.Object
ResourceStatus
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

Scheduling

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

UpcomingMaintenance

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top