| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
DatabaseEncryption |
DatabaseEncryption.clone() |
DatabaseEncryption |
Cluster.getDatabaseEncryption()
Configuration of etcd encryption.
|
DatabaseEncryption |
ClusterUpdate.getDesiredDatabaseEncryption()
Configuration of etcd encryption.
|
DatabaseEncryption |
DatabaseEncryption.set(String fieldName,
Object value) |
DatabaseEncryption |
DatabaseEncryption.setKeyName(String keyName)
Name of CloudKMS key to use for the encryption of secrets in etcd.
|
DatabaseEncryption |
DatabaseEncryption.setState(String state)
Denotes the state of etcd encryption.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setDatabaseEncryption(DatabaseEncryption databaseEncryption)
Configuration of etcd encryption.
|
ClusterUpdate |
ClusterUpdate.setDesiredDatabaseEncryption(DatabaseEncryption desiredDatabaseEncryption)
Configuration of etcd encryption.
|
Copyright © 2011–2020 Google. All rights reserved.