Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
CustomerEncryptionKey |
CustomerEncryptionKey.Builder.build() |
static CustomerEncryptionKey |
CustomerEncryptionKey.getDefaultInstance() |
CustomerEncryptionKey |
AttachedDisk.getDiskEncryptionKey()
Encrypts or decrypts a disk using a customer-supplied encryption key.
|
CustomerEncryptionKey |
AttachedDisk.Builder.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 |
Disk.Builder.getDiskEncryptionKey()
Encrypts the disk using a customer-supplied encryption key.
|
CustomerEncryptionKey |
CustomerEncryptionKeyProtectedDisk.getDiskEncryptionKey()
Decrypts data associated with the disk with a customer-supplied encryption key.
|
CustomerEncryptionKey |
CustomerEncryptionKeyProtectedDisk.Builder.getDiskEncryptionKey()
Decrypts data associated with the disk with a customer-supplied encryption key.
|
CustomerEncryptionKey |
Image.getImageEncryptionKey()
Encrypts the image using a customer-supplied encryption key.
|
CustomerEncryptionKey |
Image.Builder.getImageEncryptionKey()
Encrypts the image using a customer-supplied encryption key.
|
CustomerEncryptionKey |
Snapshot.getSnapshotEncryptionKey()
Encrypts the snapshot using a customer-supplied encryption key.
|
CustomerEncryptionKey |
Snapshot.Builder.getSnapshotEncryptionKey()
Encrypts the snapshot using a customer-supplied encryption key.
|
CustomerEncryptionKey |
Snapshot.getSourceDiskEncryptionKey()
The customer-supplied encryption key of the source disk.
|
CustomerEncryptionKey |
Snapshot.Builder.getSourceDiskEncryptionKey()
The customer-supplied encryption key of the source disk.
|
CustomerEncryptionKey |
Image.getSourceDiskEncryptionKey()
The customer-supplied encryption key of the source disk.
|
CustomerEncryptionKey |
Image.Builder.getSourceDiskEncryptionKey()
The customer-supplied encryption key of the source disk.
|
CustomerEncryptionKey |
AttachedDiskInitializeParams.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
AttachedDiskInitializeParams.Builder.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
Image.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
Image.Builder.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
Disk.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
Disk.Builder.getSourceImageEncryptionKey()
The customer-supplied encryption key of the source image.
|
CustomerEncryptionKey |
Image.getSourceSnapshotEncryptionKey()
The customer-supplied encryption key of the source snapshot.
|
CustomerEncryptionKey |
Image.Builder.getSourceSnapshotEncryptionKey()
The customer-supplied encryption key of the source snapshot.
|
CustomerEncryptionKey |
Disk.getSourceSnapshotEncryptionKey()
The customer-supplied encryption key of the source snapshot.
|
CustomerEncryptionKey |
Disk.Builder.getSourceSnapshotEncryptionKey()
The customer-supplied encryption key of the source snapshot.
|
Modifier and Type | Method and Description |
---|---|
CustomerEncryptionKey.Builder |
CustomerEncryptionKey.Builder.mergeFrom(CustomerEncryptionKey other) |
static CustomerEncryptionKey.Builder |
CustomerEncryptionKey.newBuilder(CustomerEncryptionKey prototype) |
AttachedDisk.Builder |
AttachedDisk.Builder.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Encrypts or decrypts a disk using a customer-supplied encryption key.
|
Disk.Builder |
Disk.Builder.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Encrypts the disk using a customer-supplied encryption key.
|
CustomerEncryptionKeyProtectedDisk.Builder |
CustomerEncryptionKeyProtectedDisk.Builder.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Decrypts data associated with the disk with a customer-supplied encryption key.
|
Image.Builder |
Image.Builder.setImageEncryptionKey(CustomerEncryptionKey imageEncryptionKey)
Encrypts the image using a customer-supplied encryption key.
|
Snapshot.Builder |
Snapshot.Builder.setSnapshotEncryptionKey(CustomerEncryptionKey snapshotEncryptionKey)
Encrypts the snapshot using a customer-supplied encryption key.
|
Snapshot.Builder |
Snapshot.Builder.setSourceDiskEncryptionKey(CustomerEncryptionKey sourceDiskEncryptionKey)
The customer-supplied encryption key of the source disk.
|
Image.Builder |
Image.Builder.setSourceDiskEncryptionKey(CustomerEncryptionKey sourceDiskEncryptionKey)
The customer-supplied encryption key of the source disk.
|
AttachedDiskInitializeParams.Builder |
AttachedDiskInitializeParams.Builder.setSourceImageEncryptionKey(CustomerEncryptionKey sourceImageEncryptionKey)
The customer-supplied encryption key of the source image.
|
Image.Builder |
Image.Builder.setSourceImageEncryptionKey(CustomerEncryptionKey sourceImageEncryptionKey)
The customer-supplied encryption key of the source image.
|
Disk.Builder |
Disk.Builder.setSourceImageEncryptionKey(CustomerEncryptionKey sourceImageEncryptionKey)
The customer-supplied encryption key of the source image.
|
Image.Builder |
Image.Builder.setSourceSnapshotEncryptionKey(CustomerEncryptionKey sourceSnapshotEncryptionKey)
The customer-supplied encryption key of the source snapshot.
|
Disk.Builder |
Disk.Builder.setSourceSnapshotEncryptionKey(CustomerEncryptionKey sourceSnapshotEncryptionKey)
The customer-supplied encryption key of the source snapshot.
|
Copyright © 2019 Google LLC. All rights reserved.