Interface FutureResourcesSpecLocalSsdPartitionOrBuilder (1.91.0)

public interface FutureResourcesSpecLocalSsdPartitionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiskInterface()

public abstract String getDiskInterface()

Disk interface. Defaults to SCSI. Check the DiskInterface enum for the list of possible values.

optional string disk_interface = 66770199;

Returns
Type Description
String

The diskInterface.

getDiskInterfaceBytes()

public abstract ByteString getDiskInterfaceBytes()

Disk interface. Defaults to SCSI. Check the DiskInterface enum for the list of possible values.

optional string disk_interface = 66770199;

Returns
Type Description
ByteString

The bytes for diskInterface.

getDiskSizeGb()

public abstract long getDiskSizeGb()

The size of the disk in GB.

optional int64 disk_size_gb = 316263735;

Returns
Type Description
long

The diskSizeGb.

hasDiskInterface()

public abstract boolean hasDiskInterface()

Disk interface. Defaults to SCSI. Check the DiskInterface enum for the list of possible values.

optional string disk_interface = 66770199;

Returns
Type Description
boolean

Whether the diskInterface field is set.

hasDiskSizeGb()

public abstract boolean hasDiskSizeGb()

The size of the disk in GB.

optional int64 disk_size_gb = 316263735;

Returns
Type Description
boolean

Whether the diskSizeGb field is set.