EncryptionState

enum EncryptionState : Enum<EncryptionState> , ConvertibleToJava<EncryptionState>

Encryption state of the Backup Vault.

Entries

Link copied to clipboard

CMK encryption is enabled on the Backup Vault

Link copied to clipboard

CMK encryption is disabled on the Backup Vault. User can not set this state once Encryption State is 'Enabled'.

Link copied to clipboard

CMK encryption is in inconsistent state on the Backup Vault. This state indicates that user needs to retry the encryption settings operation immediately to correct the state.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: EncryptionState
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): EncryptionState
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.