ConfigManagementOperatorState class
State information for an ACM's Operator
Constructors
-
ConfigManagementOperatorState({String? deploymentState, List<
ConfigManagementInstallError> ? errors, String? version}) - ConfigManagementOperatorState.fromJson(Map json_)
Properties
- deploymentState ↔ String?
-
The state of the Operator's deployment
Possible string values are:
getter/setter pair
-
errors
↔ List<
ConfigManagementInstallError> ? -
Install errors.
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
- version ↔ String?
-
The semenatic version number of the operator
getter/setter pair
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