|
sqladmin
v1beta4
|
#include <disk_encryption_configuration.h>
Public Member Functions | |
| DiskEncryptionConfiguration (const Json::Value &storage) | |
| DiskEncryptionConfiguration (Json::Value *storage) | |
| virtual | ~DiskEncryptionConfiguration () |
| const StringPiece | GetTypeName () const |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_kms_key_name () const |
| void | clear_kms_key_name () |
| const StringPiece | get_kms_key_name () const |
| void | set_kms_key_name (const StringPiece &value) |
Static Public Member Functions | |
| static DiskEncryptionConfiguration * | New () |
Disk encryption configuration.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'kmsKeyName' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'kmsKeyName' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'kmsKeyName' attribute was set.
kmsKeyName' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind' attribute.
This is always sql::diskEncryptionConfiguration.
| [in] | value | The new value. |
|
inline |
Change the 'kmsKeyName' attribute.
KMS key resource name.
| [in] | value | The new value. |