ServerGroupLaunchConfiguration class
Launch configuration for a server group.
Constructors
-
ServerGroupLaunchConfiguration({int? launchOrder, String? serverGroupId, List<
ServerLaunchConfiguration> ? serverLaunchConfigurations}) -
ServerGroupLaunchConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- launchOrder → int?
-
The launch order of servers in the server group.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverGroupId → String?
-
The ID of the server group with which the launch configuration is
associated.
final
-
serverLaunchConfigurations
→ List<
ServerLaunchConfiguration> ? -
The launch configuration for servers in the server group.
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