public interface PersistentDiskSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDiskSizeGb()
Size in GB of the disk (default is 100GB).
|
String |
getDiskType()
Type of the disk (default is "pd-standard").
|
com.google.protobuf.ByteString |
getDiskTypeBytes()
Type of the disk (default is "pd-standard").
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDiskType()
Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)
string disk_type = 1;com.google.protobuf.ByteString getDiskTypeBytes()
Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)
string disk_type = 1;long getDiskSizeGb()
Size in GB of the disk (default is 100GB).
int64 disk_size_gb = 2;Copyright © 2025 Google LLC. All rights reserved.