EkmMetadata class
Holds information needed by Mudbray to use partner EKMs for workloads.
Constructors
- EkmMetadata({String? ekmEndpointUri, String? ekmSolution})
- EkmMetadata.fromJson(Map json_)
Properties
- ekmEndpointUri ↔ String?
-
Endpoint for sending requests to the EKM for key provisioning during
Assured Workload creation.
getter/setter pair
- ekmSolution ↔ String?
-
The Cloud EKM partner.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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