Show / Hide Table of Contents

Class AllocationSpecificSKUReservation

This reservation type allows to pre allocate specific instance configuration.

Inheritance
System.Object
AllocationSpecificSKUReservation
Implements
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.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class AllocationSpecificSKUReservation : IDirectResponseSchema

Properties

Count

Specifies the number of resources that are allocated.

Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ETag

The ETag of the item.

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

InstanceProperties

The instance properties for the reservation.

Declaration
[JsonProperty("instanceProperties")]
public virtual AllocationSpecificSKUAllocationReservedInstanceProperties InstanceProperties { get; set; }
Property Value
Type Description
AllocationSpecificSKUAllocationReservedInstanceProperties

InUseCount

[Output Only] Indicates how many instances are in use.

Declaration
[JsonProperty("inUseCount")]
public virtual long? InUseCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
In This Article
Back to top