OperatingSystem class
Describes supported operating systems in AWS OpsWorks Stacks.
Constructors
-
OperatingSystem({List<
OperatingSystemConfigurationManager> ? configurationManagers, String? id, String? name, String? reportedName, String? reportedVersion, bool? supported, String? type}) -
OperatingSystem.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
configurationManagers
→ List<
OperatingSystemConfigurationManager> ? -
Supported configuration manager name and versions for an AWS OpsWorks Stacks
operating system.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of a supported operating system, such as
Amazon Linux 2018.03
.final - name → String?
-
The name of the operating system, such as
Amazon Linux 2018.03
.final - reportedName → String?
-
A short name for the operating system manufacturer.
final
- reportedVersion → String?
-
The version of the operating system, including the release and edition, if
applicable.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supported → bool?
-
Indicates that an operating system is not supported for new instances.
final
- type → String?
-
The type of a supported operating system, either
Linux
orWindows
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited