public interface BootDiskOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDiskType()
public abstract String getDiskType()
Disk type of the boot disk. (i.e. Hyperdisk-Balanced, PD-Balanced, etc.)
string disk_type = 1;
Returns | |
---|---|
Type | Description |
String |
The diskType. |
getDiskTypeBytes()
public abstract ByteString getDiskTypeBytes()
Disk type of the boot disk. (i.e. Hyperdisk-Balanced, PD-Balanced, etc.)
string disk_type = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for diskType. |
getProvisionedIops()
public abstract long getProvisionedIops()
For Hyperdisk-Balanced only, the provisioned IOPS config value.
int64 provisioned_iops = 3;
Returns | |
---|---|
Type | Description |
long |
The provisionedIops. |
getProvisionedThroughput()
public abstract long getProvisionedThroughput()
For Hyperdisk-Balanced only, the provisioned throughput config value.
int64 provisioned_throughput = 4;
Returns | |
---|---|
Type | Description |
long |
The provisionedThroughput. |
getSizeGb()
public abstract long getSizeGb()
Disk size in GB. Replaces NodeConfig.disk_size_gb
int64 size_gb = 2;
Returns | |
---|---|
Type | Description |
long |
The sizeGb. |