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

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

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

A specification of the interface and size of disk attached to the instance.

Inheritance

object > Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties.Types.AllocatedDisk

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Constructors

AllocatedDisk()

public AllocatedDisk()

AllocatedDisk(AllocatedDisk)

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

Properties

DiskInterface

public Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties.Types.AllocatedDisk.Types.DiskInterface DiskInterface { get; set; }

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.

Property Value
Type Description
AllocationTypesSpecificSKUAllocationTypesAllocatedInstancePropertiesTypesAllocatedDiskTypesDiskInterface

DiskSizeGb

public long DiskSizeGb { get; set; }

Specifies the size of the disk in base-2 GB.

Property Value
Type Description
long