| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
SourceDiskEncryptionKey |
SourceDiskEncryptionKey.clone() |
SourceDiskEncryptionKey |
SourceDiskEncryptionKey.set(String fieldName,
Object value) |
SourceDiskEncryptionKey |
SourceDiskEncryptionKey.setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
The customer-supplied encryption key of the source disk.
|
SourceDiskEncryptionKey |
SourceDiskEncryptionKey.setSourceDisk(String sourceDisk)
URL of the disk attached to the source instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceDiskEncryptionKey> |
MachineImage.getSourceDiskEncryptionKeys()
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.
|
| Modifier and Type | Method and Description |
|---|---|
MachineImage |
MachineImage.setSourceDiskEncryptionKeys(List<SourceDiskEncryptionKey> sourceDiskEncryptionKeys)
[Input Only] The customer-supplied encryption key of the disks attached to the source instance.
|
Copyright © 2011–2021 Google. All rights reserved.