Show / Hide Table of Contents

Class ReservationConsumedInstance

ReservationConsumedInstance represents a consumed instance.

Inheritance
object
ReservationConsumedInstance
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 ReservationConsumedInstance : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Instance

The full URI of the instance resource.

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

Service

The service to which the instance belongs. Typically "COMPUTE".

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

Status

Output only. [Output Only] The status of the consumed instance.

Declaration
[JsonProperty("status")]
public virtual ReservationConsumedInstanceStatus Status { get; set; }
Property Value
Type Description
ReservationConsumedInstanceStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX