ReplicationSubnetGroup class
Describes a subnet group in response to a request by the
DescribeReplicationSubnetGroups
operation.
Constructors
-
ReplicationSubnetGroup({String? replicationSubnetGroupDescription, String? replicationSubnetGroupIdentifier, String? subnetGroupStatus, List<
Subnet> ? subnets, String? vpcId}) -
ReplicationSubnetGroup.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- replicationSubnetGroupDescription → String?
-
A description for the replication subnet group.
final
- replicationSubnetGroupIdentifier → String?
-
The identifier of the replication instance subnet group.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subnetGroupStatus → String?
-
The status of the subnet group.
final
-
subnets
→ List<
Subnet> ? -
The subnets that are in the subnet group.
final
- vpcId → String?
-
The ID of the 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