ReplicationSubnetGroupResponse

data class ReplicationSubnetGroupResponse(val replicationSubnetGroupDescription: String? = null, val replicationSubnetGroupIdentifier: String? = null, val subnetGroupStatus: String? = null, val subnets: List<SubnetResponse>? = null, val supportedNetworkTypes: List<String>? = null, val vpcId: String? = null)

Definition of ReplicationSubnetGroup

Constructors

Link copied to clipboard
constructor(replicationSubnetGroupDescription: String? = null, replicationSubnetGroupIdentifier: String? = null, subnetGroupStatus: String? = null, subnets: List<SubnetResponse>? = null, supportedNetworkTypes: List<String>? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description for the replication subnet group.

Link copied to clipboard

The identifier of the replication instance subnet group.

Link copied to clipboard

The status of the subnet group.

Link copied to clipboard

The subnets that are in the subnet group.

Link copied to clipboard

The IP addressing protocol supported by the subnet group. This is used by a replication instance with values such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC.