public interface LocalDiskOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDiskCount()
Specifies the number of such disks.
|
int |
getDiskSizeGb()
Specifies the size of the disk in base-2 GB.
|
String |
getDiskType()
Specifies the desired disk type on the node.
|
com.google.protobuf.ByteString |
getDiskTypeBytes()
Specifies the desired disk type on the node.
|
boolean |
hasDiskCount()
Specifies the number of such disks.
|
boolean |
hasDiskSizeGb()
Specifies the size of the disk in base-2 GB.
|
boolean |
hasDiskType()
Specifies the desired disk type on the node.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDiskCount()
Specifies the number of such disks.
optional int32 disk_count = 182933485;int getDiskCount()
Specifies the number of such disks.
optional int32 disk_count = 182933485;boolean hasDiskSizeGb()
Specifies the size of the disk in base-2 GB.
optional int32 disk_size_gb = 316263735;int getDiskSizeGb()
Specifies the size of the disk in base-2 GB.
optional int32 disk_size_gb = 316263735;boolean hasDiskType()
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
optional string disk_type = 93009052;String getDiskType()
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
optional string disk_type = 93009052;com.google.protobuf.ByteString getDiskTypeBytes()
Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
optional string disk_type = 93009052;Copyright © 2023 Google LLC. All rights reserved.