GoogleApi.Container.V1.Model.DatabaseEncryption (google_api_container v0.57.0)
View SourceConfiguration of etcd encryption.
Attributes
-
currentState
(type:String.t
, default:nil
) - Output only. The current state of etcd encryption. -
decryptionKeys
(type:list(String.t)
, default:nil
) - Output only. Keys in use by the cluster for decrypting existing objects, in addition to the key inkey_name
. Each item is a CloudKMS key resource. -
keyName
(type:String.t
, default:nil
) - 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 -
lastOperationErrors
(type:list(GoogleApi.Container.V1.Model.OperationError.t)
, default:nil
) - Output only. Records errors seen during DatabaseEncryption update operations. -
state
(type:String.t
, default:nil
) - The desired state of etcd encryption.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Container.V1.Model.DatabaseEncryption{ currentState: String.t() | nil, decryptionKeys: [String.t()] | nil, keyName: String.t() | nil, lastOperationErrors: [GoogleApi.Container.V1.Model.OperationError.t()] | nil, state: String.t() | nil }