EncryptionInfo class
EncryptionInfo describes the encryption information of a cluster or a backup.
Constructors
-
EncryptionInfo.new({String? encryptionType, String? kmsKeyPrimaryState, List<
String> ? kmsKeyVersions, String? lastUpdateTime}) - EncryptionInfo.fromJson(Map json_)
Properties
- encryptionType ↔ String?
-
Type of encryption.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKeyPrimaryState ↔ String?
-
The state of the primary version of the KMS key perceived by the system.
getter/setter pair
-
kmsKeyVersions
↔ List<
String> ? -
KMS key versions that are being used to protect the data at-rest.
getter/setter pair
- lastUpdateTime ↔ String?
-
The most recent time when the encryption info was updated.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited