Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::DatabaseEncryption.
Configuration of etcd encryption.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key_name
def key_name() -> ::String
Returns
- (::String) — 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
#key_name=
def key_name=(value) -> ::String
Parameter
- value (::String) — 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
Returns
- (::String) — 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
#state
def state() -> ::Google::Cloud::Container::V1::DatabaseEncryption::State
Returns
- (::Google::Cloud::Container::V1::DatabaseEncryption::State) — The desired state of etcd encryption.
#state=
def state=(value) -> ::Google::Cloud::Container::V1::DatabaseEncryption::State
Parameter
- value (::Google::Cloud::Container::V1::DatabaseEncryption::State) — The desired state of etcd encryption.
Returns
- (::Google::Cloud::Container::V1::DatabaseEncryption::State) — The desired state of etcd encryption.