Capacity Planner v1beta API - Class Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties (1.0.0-beta01)

public sealed class Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties : IMessage<Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties>, IEquatable<Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties>, IDeepCloneable<Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the Capacity Planner v1beta API class Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties.

Properties of the SKU instances being reserved.

Inheritance

object > Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Constructors

AllocatedInstanceProperties()

public AllocatedInstanceProperties()

AllocatedInstanceProperties(AllocatedInstanceProperties)

public AllocatedInstanceProperties(Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties other)
Parameter
Name Description
other AllocationTypesSpecificSKUAllocationTypesAllocatedInstanceProperties

Properties

GuestAccelerator

public RepeatedField<Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties.Types.AcceleratorConfig> GuestAccelerator { get; }

Specifies accelerator type and count.

Property Value
Type Description
RepeatedFieldAllocationTypesSpecificSKUAllocationTypesAllocatedInstancePropertiesTypesAcceleratorConfig

LocalSsd

public RepeatedField<Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties.Types.AllocatedDisk> LocalSsd { get; }

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

Property Value
Type Description
RepeatedFieldAllocationTypesSpecificSKUAllocationTypesAllocatedInstancePropertiesTypesAllocatedDisk

MachineType

public string MachineType { get; set; }

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.

Property Value
Type Description
string

MinCpuPlatform

public string MinCpuPlatform { get; set; }

Minimum cpu platform the reservation.

Property Value
Type Description
string