Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
CustomerEncryptionKeyProtectedDisk |
CustomerEncryptionKeyProtectedDisk.clone() |
CustomerEncryptionKeyProtectedDisk |
CustomerEncryptionKeyProtectedDisk.set(java.lang.String fieldName,
java.lang.Object value) |
CustomerEncryptionKeyProtectedDisk |
CustomerEncryptionKeyProtectedDisk.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Decrypts data associated with the disk with a customer-supplied encryption key.
|
CustomerEncryptionKeyProtectedDisk |
CustomerEncryptionKeyProtectedDisk.setSource(java.lang.String source)
Specifies a valid partial or full URL to an existing Persistent Disk resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CustomerEncryptionKeyProtectedDisk> |
InstancesStartWithEncryptionKeyRequest.getDisks()
Array of disks associated with this instance that are protected with a customer-supplied
encryption key.
|
Modifier and Type | Method and Description |
---|---|
InstancesStartWithEncryptionKeyRequest |
InstancesStartWithEncryptionKeyRequest.setDisks(java.util.List<CustomerEncryptionKeyProtectedDisk> disks)
Array of disks associated with this instance that are protected with a customer-supplied
encryption key.
|