Show / Hide Table of Contents

Class AllocationSpecificSKUAllocationReservedInstanceProperties

Properties of the SKU instances being reserved.

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

Properties

ETag

The ETag of the item.

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

GuestAccelerators

Specifies accelerator type and count.

Declaration
[JsonProperty("guestAccelerators")]
public virtual IList<AcceleratorConfig> GuestAccelerators { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AcceleratorConfig>

LocalSsds

Specifies amount of local ssd to reserve with each instance. The type of disk is local- ssd.

Declaration
[JsonProperty("localSsds")]
public virtual IList<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk> LocalSsds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>

MachineType

Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.

Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type Description
System.String

MinCpuPlatform

Minimum cpu platform the reservation.

Declaration
[JsonProperty("minCpuPlatform")]
public virtual string MinCpuPlatform { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top