OptionConfiguration class
A list of all available options
Constructors
-
OptionConfiguration({required String optionName, List<
String> ? dBSecurityGroupMemberships, List<OptionSetting> ? optionSettings, String? optionVersion, int? port, List<String> ? vpcSecurityGroupMemberships})
Properties
-
dBSecurityGroupMemberships
→ List<
String> ? -
A list of DBSecurityGroupMembership name strings used for this option.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- optionName → String
-
The configuration of options to include in a group.
final
-
optionSettings
→ List<
OptionSetting> ? -
The option settings to include in an option group.
final
- optionVersion → String?
-
The version for the option.
final
- port → int?
-
The optional port for the option.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
vpcSecurityGroupMemberships
→ List<
String> ? -
A list of VpcSecurityGroupMembership name strings used for this option.
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