Show / Hide Table of Contents

Class FutureReservationSpecificSKUProperties

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

Properties

ETag

The ETag of the item.

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

InstanceProperties

Properties of the SKU instances being reserved.

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

SourceInstanceTemplate

The instance template that will be used to populate the ReservedInstanceProperties of the future reservation

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

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
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX