Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
CustomerEncryptionKey |
CustomerEncryptionKey.clone() |
CustomerEncryptionKey |
CustomerEncryptionKeyProtectedDisk.getDiskEncryptionKey()
Decrypts data associated with the disk with a customer-supplied encryption key.
|
CustomerEncryptionKey |
AttachedDisk.getDiskEncryptionKey()
Encrypts or decrypts a disk using a customer-supplied encryption key.
|
CustomerEncryptionKey |
Disk.getDiskEncryptionKey()
Encrypts the disk using a customer-supplied encryption key.
|
CustomerEncryptionKey |
Image.getImageEncryptionKey()
Encrypts the image using a customer-supplied encryption key.
|
CustomerEncryptionKey |
Snapshot.getSnapshotEncryptionKey()
Encrypts the snapshot using a customer-supplied encryption key.
|
CustomerEncryptionKey |
Image.getSourceDiskEncryptionKey()
The customer-supplied encryption key of the source disk.
|
CustomerEncryptionKey |
Snapshot.getSourceDiskEncryptionKey()
The customer-supplied encryption key of the source disk.
|
CustomerEncryptionKey |
AttachedDiskInitializeParams.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
Disk.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
Disk.getSourceSnapshotEncryptionKey()
The customer-supplied encryption key of the source snapshot.
|
CustomerEncryptionKey |
CustomerEncryptionKey.set(java.lang.String fieldName,
java.lang.Object value) |
CustomerEncryptionKey |
CustomerEncryptionKey.setRawKey(java.lang.String rawKey)
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either
encrypt or decrypt this resource.
|
CustomerEncryptionKey |
CustomerEncryptionKey.setSha256(java.lang.String sha256)
[Output only] The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key
that protects this resource.
|
Modifier and Type | Method and Description |
---|---|
CustomerEncryptionKeyProtectedDisk |
CustomerEncryptionKeyProtectedDisk.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Decrypts data associated with the disk with a customer-supplied encryption key.
|
AttachedDisk |
AttachedDisk.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Encrypts or decrypts a disk using a customer-supplied encryption key.
|
Disk |
Disk.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Encrypts the disk using a customer-supplied encryption key.
|
Image |
Image.setImageEncryptionKey(CustomerEncryptionKey imageEncryptionKey)
Encrypts the image using a customer-supplied encryption key.
|
Snapshot |
Snapshot.setSnapshotEncryptionKey(CustomerEncryptionKey snapshotEncryptionKey)
Encrypts the snapshot using a customer-supplied encryption key.
|
Image |
Image.setSourceDiskEncryptionKey(CustomerEncryptionKey sourceDiskEncryptionKey)
The customer-supplied encryption key of the source disk.
|
Snapshot |
Snapshot.setSourceDiskEncryptionKey(CustomerEncryptionKey sourceDiskEncryptionKey)
The customer-supplied encryption key of the source disk.
|
AttachedDiskInitializeParams |
AttachedDiskInitializeParams.setSourceImageEncryptionKey(CustomerEncryptionKey sourceImageEncryptionKey)
The customer-supplied encryption key of the source image.
|
Disk |
Disk.setSourceImageEncryptionKey(CustomerEncryptionKey sourceImageEncryptionKey)
The customer-supplied encryption key of the source image.
|
Disk |
Disk.setSourceSnapshotEncryptionKey(CustomerEncryptionKey sourceSnapshotEncryptionKey)
The customer-supplied encryption key of the source snapshot.
|