OptionGroupOption class
Available option.
Constructors
-
OptionGroupOption.new({int? defaultPort, String? description, String? engineName, String? majorEngineVersion, String? minimumRequiredMinorEngineVersion, String? name, List<
OptionGroupOptionSetting> ? optionGroupOptionSettings, List<OptionVersion> ? optionGroupOptionVersions, List<String> ? optionsConflictsWith, List<String> ? optionsDependedOn, bool? permanent, bool? persistent, bool? portRequired, bool? requiresAutoMinorEngineVersionUpgrade, bool? supportsOptionVersionDowngrade, bool? vpcOnly}) - OptionGroupOption.fromXml(XmlElement elem)
-
factory
Properties
- defaultPort → int?
-
If the option requires a port, specifies the default port for the option.
final
- description → String?
-
The description of the option.
final
- engineName → String?
-
The name of the engine that this option can be applied to.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- majorEngineVersion → String?
-
Indicates the major engine version that the option is available for.
final
- minimumRequiredMinorEngineVersion → String?
-
The minimum required engine version for the option to be applied.
final
- name → String?
-
The name of the option.
final
-
optionGroupOptionSettings
→ List<
OptionGroupOptionSetting> ? -
The option settings that are available (and the default value) for each
option in an option group.
final
-
optionGroupOptionVersions
→ List<
OptionVersion> ? -
The versions that are available for the option.
final
-
optionsConflictsWith
→ List<
String> ? -
The options that conflict with this option.
final
-
optionsDependedOn
→ List<
String> ? -
The options that are prerequisites for this option.
final
- permanent → bool?
-
Permanent options can never be removed from an option group. An option group
containing a permanent option can't be removed from a DB instance.
final
- persistent → bool?
-
Persistent options can't be removed from an option group while DB instances
are associated with the option group. If you disassociate all DB instances
from the option group, your can remove the persistent option from the option
group.
final
- portRequired → bool?
-
Specifies whether the option requires a port.
final
- requiresAutoMinorEngineVersionUpgrade → bool?
-
If true, you must enable the Auto Minor Version Upgrade setting for your DB
instance before you can use this option. You can enable Auto Minor Version
Upgrade when you first create your DB instance, or by modifying your DB
instance later.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportsOptionVersionDowngrade → bool?
-
If true, you can change the option to an earlier version of the option. This
only applies to options that have different versions available.
final
- vpcOnly → bool?
-
If true, you can only use this option with a DB instance that is in a VPC.
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