AWS SDK Version 2 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.

.NET Framework 3.5
 
Contains the result of a successful invocation of the following actions:

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.dll
Version: (assembly version)

Syntax

C#
public class DBSubnetGroup : Object

The DBSubnetGroup type exposes the following members

Constructors

NameDescription
Public Method DBSubnetGroup()

Properties

NameTypeDescription
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.

Specifies 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 VpcId System.String Gets and sets the property VpcId.

Provides the VpcId of the DB subnet group.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1