public static interface AllocationPolicy.AttachedDiskOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AllocationPolicy.AttachedDisk.AttachedCase |
getAttachedCase() |
String |
getDeviceName()
Device name that the guest operating system will see.
|
com.google.protobuf.ByteString |
getDeviceNameBytes()
Device name that the guest operating system will see.
|
String |
getExistingDisk()
Name of an existing PD.
|
com.google.protobuf.ByteString |
getExistingDiskBytes()
Name of an existing PD.
|
AllocationPolicy.Disk |
getNewDisk()
.google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; |
AllocationPolicy.DiskOrBuilder |
getNewDiskOrBuilder()
.google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; |
boolean |
hasExistingDisk()
Name of an existing PD.
|
boolean |
hasNewDisk()
.google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNewDisk()
.google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;AllocationPolicy.Disk getNewDisk()
.google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;AllocationPolicy.DiskOrBuilder getNewDiskOrBuilder()
.google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;boolean hasExistingDisk()
Name of an existing PD.
string existing_disk = 2;String getExistingDisk()
Name of an existing PD.
string existing_disk = 2;com.google.protobuf.ByteString getExistingDiskBytes()
Name of an existing PD.
string existing_disk = 2;String getDeviceName()
Device name that the guest operating system will see. It is used by Runnable.volumes field to mount disks. So please specify the device_name if you want Batch to help mount the disk, and it should match the device_name field in volumes.
string device_name = 3;com.google.protobuf.ByteString getDeviceNameBytes()
Device name that the guest operating system will see. It is used by Runnable.volumes field to mount disks. So please specify the device_name if you want Batch to help mount the disk, and it should match the device_name field in volumes.
string device_name = 3;AllocationPolicy.AttachedDisk.AttachedCase getAttachedCase()
Copyright © 2025 Google LLC. All rights reserved.