public static interface AllocationPolicy.DiskOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataSourceCase()
public abstract AllocationPolicy.Disk.DataSourceCase getDataSourceCase()| Type | Description |
| AllocationPolicy.Disk.DataSourceCase |
getImage()
public abstract String getImage()Name of a public or custom image used as the data source.
string image = 4;
| Type | Description |
| String | The image. |
getImageBytes()
public abstract ByteString getImageBytes()Name of a public or custom image used as the data source.
string image = 4;
| Type | Description |
| ByteString | The bytes for image. |
getSizeGb()
public abstract long getSizeGb() Disk size in GB.
This field is ignored if data_source is disk or image.
int64 size_gb = 2;
| Type | Description |
| long | The sizeGb. |
getSnapshot()
public abstract String getSnapshot()Name of a snapshot used as the data source.
string snapshot = 5;
| Type | Description |
| String | The snapshot. |
getSnapshotBytes()
public abstract ByteString getSnapshotBytes()Name of a snapshot used as the data source.
string snapshot = 5;
| Type | Description |
| ByteString | The bytes for snapshot. |
getType()
public abstract String getType() Disk type as shown in gcloud compute disk-types list
For example, "pd-ssd", "pd-standard", "pd-balanced".
string type = 1;
| Type | Description |
| String | The type. |
getTypeBytes()
public abstract ByteString getTypeBytes() Disk type as shown in gcloud compute disk-types list
For example, "pd-ssd", "pd-standard", "pd-balanced".
string type = 1;
| Type | Description |
| ByteString | The bytes for type. |
hasImage()
public abstract boolean hasImage()Name of a public or custom image used as the data source.
string image = 4;
| Type | Description |
| boolean | Whether the image field is set. |
hasSnapshot()
public abstract boolean hasSnapshot()Name of a snapshot used as the data source.
string snapshot = 5;
| Type | Description |
| boolean | Whether the snapshot field is set. |