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.

Contains the details of an Amazon RDS DB subnet group.

This data type is used as a response element in the DescribeDBSubnetGroups action.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.DBSubnetGroup

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

Syntax

C#
public class DBSubnetGroup

The DBSubnetGroup type exposes the following members

Constructors

NameDescription
Public Method DBSubnetGroup()

Properties

NameTypeDescription
Public Property DBSubnetGroupArn System.String

Gets and sets the property DBSubnetGroupArn.

The Amazon Resource Name (ARN) for the DB subnet group.

Public Property DBSubnetGroupDescription System.String

Gets and sets the property DBSubnetGroupDescription.

Provides the description of the DB subnet group.

Public Property DBSubnetGroupName System.String

Gets and sets the property DBSubnetGroupName.

The name of the DB subnet group.

Public Property SubnetGroupStatus System.String

Gets and sets the property SubnetGroupStatus.

Provides the status of the DB subnet group.

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

Gets and sets the property Subnets.

Contains a list of Subnet elements.

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

Gets and sets the property SupportedNetworkTypes.

The network type of the DB subnet group.

Valid values:

  • IPV4

  • DUAL

A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

Public Property VpcId System.String

Gets and sets the property VpcId.

Provides the VpcId of the DB subnet group.

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