Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
CustomerEncryptionKey |
CustomerEncryptionKey.clone() |
CustomerEncryptionKey |
AttachedDisk.getDiskEncryptionKey()
Encrypts or decrypts a disk using a customer-supplied encryption key.
|
CustomerEncryptionKey |
CustomerEncryptionKeyProtectedDisk.getDiskEncryptionKey()
Decrypts data associated with the disk with a customer-supplied encryption key.
|
CustomerEncryptionKey |
Disk.getDiskEncryptionKey()
Encrypts the disk using a customer-supplied encryption key or a customer-managed 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 |
Snapshot.getSourceDiskEncryptionKey()
The customer-supplied encryption key of the source disk.
|
CustomerEncryptionKey |
Image.getSourceDiskEncryptionKey()
The customer-supplied encryption key of the source disk.
|
CustomerEncryptionKey |
AttachedDiskInitializeParams.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
Image.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
Disk.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
AttachedDiskInitializeParams.getSourceSnapshotEncryptionKey()
The customer-supplied encryption key of the source snapshot.
|
CustomerEncryptionKey |
Image.getSourceSnapshotEncryptionKey()
The customer-supplied encryption key of the source snapshot.
|
CustomerEncryptionKey |
Disk.getSourceSnapshotEncryptionKey()
The customer-supplied encryption key of the source snapshot.
|
CustomerEncryptionKey |
CustomerEncryptionKey.set(String fieldName,
Object value) |
CustomerEncryptionKey |
CustomerEncryptionKey.setKmsKeyName(String kmsKeyName)
The name of the encryption key that is stored in Google Cloud KMS.
|
CustomerEncryptionKey |
CustomerEncryptionKey.setKmsKeyServiceAccount(String kmsKeyServiceAccount)
The service account being used for the encryption request for the given KMS key.
|
CustomerEncryptionKey |
CustomerEncryptionKey.setRawKey(String rawKey)
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either
encrypt or decrypt this resource.
|
CustomerEncryptionKey |
CustomerEncryptionKey.setRsaEncryptedKey(String rsaEncryptedKey)
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to
either encrypt or decrypt this resource.
|
CustomerEncryptionKey |
CustomerEncryptionKey.setSha256(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 |
---|---|
AttachedDisk |
AttachedDisk.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Encrypts or decrypts a disk using a customer-supplied encryption key.
|
CustomerEncryptionKeyProtectedDisk |
CustomerEncryptionKeyProtectedDisk.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Decrypts data associated with the disk with a customer-supplied encryption key.
|
Disk |
Disk.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Encrypts the disk using a customer-supplied encryption key or a customer-managed 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.
|
Snapshot |
Snapshot.setSourceDiskEncryptionKey(CustomerEncryptionKey sourceDiskEncryptionKey)
The customer-supplied encryption key of the source disk.
|
Image |
Image.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.
|
Image |
Image.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.
|
AttachedDiskInitializeParams |
AttachedDiskInitializeParams.setSourceSnapshotEncryptionKey(CustomerEncryptionKey sourceSnapshotEncryptionKey)
The customer-supplied encryption key of the source snapshot.
|
Image |
Image.setSourceSnapshotEncryptionKey(CustomerEncryptionKey sourceSnapshotEncryptionKey)
The customer-supplied encryption key of the source snapshot.
|
Disk |
Disk.setSourceSnapshotEncryptionKey(CustomerEncryptionKey sourceSnapshotEncryptionKey)
The customer-supplied encryption key of the source snapshot.
|
Copyright © 2011–2021 Google. All rights reserved.