public interface InstancesStartWithEncryptionKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisks(int index)
public abstract CustomerEncryptionKeyProtectedDisk getDisks(int index)Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
repeated .google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk disks = 95594102;
| Name | Description |
| index | int |
| Type | Description |
| CustomerEncryptionKeyProtectedDisk |
getDisksCount()
public abstract int getDisksCount()Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
repeated .google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk disks = 95594102;
| Type | Description |
| int |
getDisksList()
public abstract List<CustomerEncryptionKeyProtectedDisk> getDisksList()Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
repeated .google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk disks = 95594102;
| Type | Description |
| List<CustomerEncryptionKeyProtectedDisk> |
getDisksOrBuilder(int index)
public abstract CustomerEncryptionKeyProtectedDiskOrBuilder getDisksOrBuilder(int index)Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
repeated .google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk disks = 95594102;
| Name | Description |
| index | int |
| Type | Description |
| CustomerEncryptionKeyProtectedDiskOrBuilder |
getDisksOrBuilderList()
public abstract List<? extends CustomerEncryptionKeyProtectedDiskOrBuilder> getDisksOrBuilderList()Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
repeated .google.cloud.compute.v1.CustomerEncryptionKeyProtectedDisk disks = 95594102;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.CustomerEncryptionKeyProtectedDiskOrBuilder> |