| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.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(java.lang.String fieldName,
java.lang.Object value) |
DatabaseEncryption |
DatabaseEncryption.setKeyName(java.lang.String keyName)
Name of CloudKMS key to use for the encryption of secrets in etcd.
|
DatabaseEncryption |
DatabaseEncryption.setState(java.lang.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.
|