DBSubnetGroup class
Detailed information about a subnet group.
Constructors
-
DBSubnetGroup({String? dBSubnetGroupArn, String? dBSubnetGroupDescription, String? dBSubnetGroupName, String? subnetGroupStatus, List<
Subnet> ? subnets, String? vpcId}) - DBSubnetGroup.fromXml(XmlElement elem)
-
factory
Properties
- dBSubnetGroupArn → String?
-
The Amazon Resource Name (ARN) for the DB subnet group.
final
- dBSubnetGroupDescription → String?
-
Provides the description of the subnet group.
final
- dBSubnetGroupName → String?
-
The name of the subnet group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subnetGroupStatus → String?
-
Provides the status of the subnet group.
final
-
subnets
→ List<
Subnet> ? -
Detailed information about one or more subnets within a subnet group.
final
- vpcId → String?
-
Provides the virtual private cloud (VPC) ID of the subnet group.
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