public static class InstancesStartWithEncryptionKeyRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InstancesStartWithEncryptionKeyRequest.Builder |
addAllDisks(List<CustomerEncryptionKeyProtectedDisk> disks)
Array of disks associated with this instance that are protected with a customer-supplied
encryption key.
|
InstancesStartWithEncryptionKeyRequest.Builder |
addDisks(CustomerEncryptionKeyProtectedDisk disks)
Array of disks associated with this instance that are protected with a customer-supplied
encryption key.
|
InstancesStartWithEncryptionKeyRequest |
build() |
InstancesStartWithEncryptionKeyRequest.Builder |
clone() |
List<CustomerEncryptionKeyProtectedDisk> |
getDisksList()
Array of disks associated with this instance that are protected with a customer-supplied
encryption key.
|
InstancesStartWithEncryptionKeyRequest.Builder |
mergeFrom(InstancesStartWithEncryptionKeyRequest other) |
public InstancesStartWithEncryptionKeyRequest.Builder mergeFrom(InstancesStartWithEncryptionKeyRequest other)
public List<CustomerEncryptionKeyProtectedDisk> getDisksList()
In order to start the instance, the disk url and its corresponding key must be provided.
If the disk is not protected with a customer-supplied encryption key it should not be specified.
public InstancesStartWithEncryptionKeyRequest.Builder addAllDisks(List<CustomerEncryptionKeyProtectedDisk> disks)
In order to start the instance, the disk url and its corresponding key must be provided.
If the disk is not protected with a customer-supplied encryption key it should not be specified.
public InstancesStartWithEncryptionKeyRequest.Builder addDisks(CustomerEncryptionKeyProtectedDisk disks)
In order to start the instance, the disk url and its corresponding key must be provided.
If the disk is not protected with a customer-supplied encryption key it should not be specified.
public InstancesStartWithEncryptionKeyRequest build()
public InstancesStartWithEncryptionKeyRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.