AWS SDK for .NET Documentation
DBSubnetGroup Class
AmazonAmazon.RDS.ModelDBSubnetGroup Did this page help you?   Yes   No    Tell us about it...

Contains the result of a successful invocation of the following actions:

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

Declaration Syntax
C#
public class DBSubnetGroup
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DBSubnetGroup()()()()
Initializes a new instance of the DBSubnetGroup class

DBSubnetGroupDescription
Provides the description of the DB subnet group.

DBSubnetGroupName
Specifies the name of the DB subnet group.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
SubnetGroupStatus
Provides the status of the DB subnet group.

Subnets
Contains a list of Subnet elements.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VpcId
Provides the VpcId of the DB subnet group.

WithDBSubnetGroupDescription(String) Obsolete.
Sets the DBSubnetGroupDescription property

WithDBSubnetGroupName(String) Obsolete.
Sets the DBSubnetGroupName property

WithSubnetGroupStatus(String) Obsolete.
Sets the SubnetGroupStatus property

WithSubnets(array<Subnet>[]()[][]) Obsolete.
Adds elements to the Subnets collection

WithSubnets(IEnumerable<(Of <<'(Subnet>)>>)) Obsolete.
Adds elements to the Subnets collection

WithVpcId(String) Obsolete.
Sets the VpcId property

Inheritance Hierarchy
Object
DBSubnetGroup

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)