StackConfigurationManager class
Describes the configuration manager.
Constructors
- StackConfigurationManager.new({String? name, String? version})
-
StackConfigurationManager.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name. This parameter must be set to "Chef".
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String?
-
The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux
stacks, and to 12.2 for Windows stacks. The default value for Linux stacks
is 11.4.
final
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