public static class CustomerEncryptionKeyProtectedDisk.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerEncryptionKeyProtectedDisk |
build() |
CustomerEncryptionKeyProtectedDisk.Builder |
clone() |
CustomerEncryptionKey |
getDiskEncryptionKey()
Decrypts data associated with the disk with a customer-supplied encryption key.
|
String |
getSource()
Specifies a valid partial or full URL to an existing Persistent Disk resource.
|
CustomerEncryptionKeyProtectedDisk.Builder |
mergeFrom(CustomerEncryptionKeyProtectedDisk other) |
CustomerEncryptionKeyProtectedDisk.Builder |
setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
Decrypts data associated with the disk with a customer-supplied encryption key.
|
CustomerEncryptionKeyProtectedDisk.Builder |
setSource(String source)
Specifies a valid partial or full URL to an existing Persistent Disk resource.
|
public CustomerEncryptionKeyProtectedDisk.Builder mergeFrom(CustomerEncryptionKeyProtectedDisk other)
public CustomerEncryptionKey getDiskEncryptionKey()
public CustomerEncryptionKeyProtectedDisk.Builder setDiskEncryptionKey(CustomerEncryptionKey diskEncryptionKey)
public String getSource()
public CustomerEncryptionKeyProtectedDisk.Builder setSource(String source)
public CustomerEncryptionKeyProtectedDisk build()
public CustomerEncryptionKeyProtectedDisk.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.