#include <database_encryption.h>
Configuration of etcd encryption.
◆ DatabaseEncryption() [1/2]
google_container_api::DatabaseEncryption::DatabaseEncryption |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ DatabaseEncryption() [2/2]
google_container_api::DatabaseEncryption::DatabaseEncryption |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~DatabaseEncryption()
google_container_api::DatabaseEncryption::~DatabaseEncryption |
( |
| ) |
|
|
virtual |
◆ clear_key_name()
void google_container_api::DatabaseEncryption::clear_key_name |
( |
| ) |
|
|
inline |
Clears the 'keyName
' attribute.
◆ clear_state()
void google_container_api::DatabaseEncryption::clear_state |
( |
| ) |
|
|
inline |
Clears the 'state
' attribute.
◆ get_key_name()
const StringPiece google_container_api::DatabaseEncryption::get_key_name |
( |
| ) |
const |
|
inline |
Get the value of the 'keyName
' attribute.
◆ get_state()
const StringPiece google_container_api::DatabaseEncryption::get_state |
( |
| ) |
const |
|
inline |
Get the value of the 'state
' attribute.
◆ GetTypeName()
const StringPiece google_container_api::DatabaseEncryption::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_key_name()
bool google_container_api::DatabaseEncryption::has_key_name |
( |
| ) |
const |
|
inline |
Determine if the 'keyName
' attribute was set.
- Returns
- true if the '
keyName
' attribute was set.
◆ has_state()
bool google_container_api::DatabaseEncryption::has_state |
( |
| ) |
const |
|
inline |
Determine if the 'state
' attribute was set.
- Returns
- true if the '
state
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_key_name()
void google_container_api::DatabaseEncryption::set_key_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'keyName
' attribute.
Name of CloudKMS key to use for the encryption of secrets in etcd. Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my- key.
- Parameters
-
◆ set_state()
void google_container_api::DatabaseEncryption::set_state |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'state
' attribute.
Denotes the state of etcd encryption.
- Parameters
-
The documentation for this class was generated from the following files: