Uses of Interface
com.google.cloud.compute.v1.CustomerEncryptionKeyProtectedDiskOrBuilder
-
Packages that use CustomerEncryptionKeyProtectedDiskOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of CustomerEncryptionKeyProtectedDiskOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement CustomerEncryptionKeyProtectedDiskOrBuilder Modifier and Type Class Description class
CustomerEncryptionKeyProtectedDisk
static class
CustomerEncryptionKeyProtectedDisk.Builder
Methods in com.google.cloud.compute.v1 that return CustomerEncryptionKeyProtectedDiskOrBuilder Modifier and Type Method Description CustomerEncryptionKeyProtectedDiskOrBuilder
InstancesStartWithEncryptionKeyRequest.Builder. getDisksOrBuilder(int index)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.CustomerEncryptionKeyProtectedDiskOrBuilder
InstancesStartWithEncryptionKeyRequest. getDisksOrBuilder(int index)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.CustomerEncryptionKeyProtectedDiskOrBuilder
InstancesStartWithEncryptionKeyRequestOrBuilder. getDisksOrBuilder(int index)
Array of disks associated with this instance that are protected with a customer-supplied encryption key.Methods in com.google.cloud.compute.v1 that return types with arguments of type CustomerEncryptionKeyProtectedDiskOrBuilder Modifier and Type Method Description List<? extends CustomerEncryptionKeyProtectedDiskOrBuilder>
InstancesStartWithEncryptionKeyRequest.Builder. getDisksOrBuilderList()
Array of disks associated with this instance that are protected with a customer-supplied encryption key.List<? extends CustomerEncryptionKeyProtectedDiskOrBuilder>
InstancesStartWithEncryptionKeyRequest. getDisksOrBuilderList()
Array of disks associated with this instance that are protected with a customer-supplied encryption key.List<? extends CustomerEncryptionKeyProtectedDiskOrBuilder>
InstancesStartWithEncryptionKeyRequestOrBuilder. getDisksOrBuilderList()
Array of disks associated with this instance that are protected with a customer-supplied encryption key.
-