AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a subnet group in response to a request by the DescribeReplicationSubnetGroups operation.

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.ReplicationSubnetGroup

Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public class ReplicationSubnetGroup

The ReplicationSubnetGroup type exposes the following members

Constructors

NameDescription
Public Method ReplicationSubnetGroup()

Properties

NameTypeDescription
Public Property ReplicationSubnetGroupDescription System.String

Gets and sets the property ReplicationSubnetGroupDescription.

A description for the replication subnet group.

Public Property ReplicationSubnetGroupIdentifier System.String

Gets and sets the property ReplicationSubnetGroupIdentifier.

The identifier of the replication instance subnet group.

Public Property SubnetGroupStatus System.String

Gets and sets the property SubnetGroupStatus.

The status of the subnet group.

Public Property Subnets System.Collections.Generic.List<Amazon.DatabaseMigrationService.Model.Subnet>

Gets and sets the property Subnets.

The subnets that are in the subnet group.

Public Property SupportedNetworkTypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedNetworkTypes.

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.

Public Property VpcId System.String

Gets and sets the property VpcId.

The ID of the VPC.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5