public interface InstancesStartWithEncryptionKeyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomerEncryptionKeyProtectedDisk |
getDisks(int index)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.
|
int |
getDisksCount()
Array of disks associated with this instance that are protected with a customer-supplied encryption key.
|
List<CustomerEncryptionKeyProtectedDisk> |
getDisksList()
Array of disks associated with this instance that are protected with a customer-supplied encryption key.
|
CustomerEncryptionKeyProtectedDiskOrBuilder |
getDisksOrBuilder(int index)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.
|
List<? extends CustomerEncryptionKeyProtectedDiskOrBuilder> |
getDisksOrBuilderList()
Array of disks associated with this instance that are protected with a customer-supplied encryption key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
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;
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;
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;
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;
Copyright © 2023 Google LLC. All rights reserved.