public final class DatabaseEncryption
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
DatabaseEncryption() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseEncryption |
clone() |
java.lang.String |
getKeyName()
Name of CloudKMS key to use for the encryption of secrets in etcd.
|
java.lang.String |
getState()
Denotes the state of etcd encryption.
|
DatabaseEncryption |
set(java.lang.String fieldName,
java.lang.Object value) |
DatabaseEncryption |
setKeyName(java.lang.String keyName)
Name of CloudKMS key to use for the encryption of secrets in etcd.
|
DatabaseEncryption |
setState(java.lang.String state)
Denotes the state of etcd encryption.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getKeyName()
null for nonepublic DatabaseEncryption setKeyName(java.lang.String keyName)
keyName - keyName or null for nonepublic java.lang.String getState()
null for nonepublic DatabaseEncryption setState(java.lang.String state)
state - state or null for nonepublic DatabaseEncryption set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DatabaseEncryption clone()
clone in class com.google.api.client.json.GenericJson