TerraformVersion class
A TerraformVersion represents the support state the corresponding Terraform version.
Constructors
- TerraformVersion({String? deprecateTime, String? name, String? obsoleteTime, String? state, String? supportTime})
- TerraformVersion.fromJson(Map json_)
Properties
- deprecateTime ↔ String?
-
When the version is deprecated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- obsoleteTime ↔ String?
-
When the version is obsolete.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of the version, ACTIVE, DEPRECATED or OBSOLETE.
getter/setter pair
- supportTime ↔ String?
-
When the version is supported.
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