Option class
Option details.
Constructors
- 
          Option({List<DBSecurityGroupMembership> ? dBSecurityGroupMemberships, String? optionDescription, String? optionName, List<OptionSetting> ? optionSettings, String? optionVersion, bool? permanent, bool? persistent, int? port, List<VpcSecurityGroupMembership> ? vpcSecurityGroupMemberships})
- Option.fromXml(XmlElement elem)
- 
          
            factory
Properties
- 
  dBSecurityGroupMemberships
  → List<DBSecurityGroupMembership> ?
- 
  If the option requires access to a port, then this DB security group allows
access to the port.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- optionDescription → String?
- 
  The description of the option.
  final
- optionName → String?
- 
  The name of the option.
  final
- 
  optionSettings
  → List<OptionSetting> ?
- 
  The option settings for this option.
  final
- optionVersion → String?
- 
  The version of the option.
  final
- permanent → bool?
- 
  Indicate if this option is permanent.
  final
- persistent → bool?
- 
  Indicate if this option is persistent.
  final
- port → int?
- 
  If required, the port configured for this option to use.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  vpcSecurityGroupMemberships
  → List<VpcSecurityGroupMembership> ?
- 
  If the option requires access to a port, then this VPC security group allows
access to the port.
  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