Show / Hide Table of Contents

Class FutureReservationSpecificSKUProperties

Inheritance
System.Object
FutureReservationSpecificSKUProperties
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 FutureReservationSpecificSKUProperties : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InstanceProperties

Properties of the SKU instances being reserved.

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

TotalCount

Total number of instances for which capacity assurance is requested at a future time period.

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

Implements

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