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, IMessageReference 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.AllocatedDiskImplements
IMessageAllocationTypesSpecificSKUAllocationTypesAllocatedInstancePropertiesTypesAllocatedDisk, IEquatableAllocationTypesSpecificSKUAllocationTypesAllocatedInstancePropertiesTypesAllocatedDisk, IDeepCloneableAllocationTypesSpecificSKUAllocationTypesAllocatedInstancePropertiesTypesAllocatedDisk, IBufferMessage, IMessageNamespace
Google.Cloud.CapacityPlanner.V1BetaAssembly
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 |
|