Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::DatabaseEncryption (v0.9.1)

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

#state=

def state=(value) -> ::Google::Cloud::Container::V1::DatabaseEncryption::State
Parameter
Returns