ClusterSubnetGroup class
Describes a subnet group.
Constructors
-
ClusterSubnetGroup({String clusterSubnetGroupName, String description, String subnetGroupStatus, List<
Subnet> subnets, List<Tag> tags, String vpcId}) - ClusterSubnetGroup.fromXml(XmlElement elem)
-
factory
Properties
- clusterSubnetGroupName → String
-
The name of the cluster subnet group.
final
- description → String
-
The description of the cluster subnet group.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- subnetGroupStatus → String
-
The status of the cluster subnet group. Possible values are
Complete
,Incomplete
andInvalid
.final -
subnets
→ List<
Subnet> -
A list of the VPC Subnet elements.
final
-
The list of tags for the cluster subnet group.
final
- vpcId → String
-
The VPC ID of the cluster subnet group.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited