OptionGroup class

Constructors

OptionGroup({bool? allowsVpcAndNonVpcInstanceMemberships, String? engineName, String? majorEngineVersion, String? optionGroupArn, String? optionGroupDescription, String? optionGroupName, List<Option>? options, String? vpcId})
OptionGroup.fromXml(XmlElement elem)
factory

Properties

allowsVpcAndNonVpcInstanceMemberships bool?
Indicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.
final
engineName String?
Indicates the name of the engine that this option group can be applied to.
final
hashCode int
The hash code for this object.
no setterinherited
majorEngineVersion String?
Indicates the major engine version associated with this option group.
final
optionGroupArn String?
The Amazon Resource Name (ARN) for the option group.
final
optionGroupDescription String?
Provides a description of the option group.
final
optionGroupName String?
Specifies the name of the option group.
final
options List<Option>?
Indicates what options are available in the option group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpcId String?
If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.
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