LockInfo class
Details about the lock which locked the deployment.
Constructors
Properties
- createTime ↔ String?
-
Time that the lock was taken.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- info ↔ String?
-
Extra information to store with the lock, provided by the caller.
getter/setter pair
- lockId ↔ String?
-
Unique ID for the lock to be overridden with generation ID in the backend.
getter/setter pair
- operation ↔ String?
-
Terraform operation, provided by the caller.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ String?
-
Terraform version
getter/setter pair
- who ↔ String?
-
user@hostname when available
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