Interface Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDiskOrBuilder (0.1.0)

public static interface Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDiskOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiskInterface()

public abstract Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface getDiskInterface()

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

.google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface disk_interface = 2;

Returns
Type Description
Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface

The diskInterface.

getDiskInterfaceValue()

public abstract int getDiskInterfaceValue()

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

.google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface disk_interface = 2;

Returns
Type Description
int

The enum numeric value on the wire for diskInterface.

getDiskSizeGb()

public abstract long getDiskSizeGb()

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

int64 disk_size_gb = 1;

Returns
Type Description
long

The diskSizeGb.