Describes a subnet group.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ClusterSubnetGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ClusterSubnetGroup()()()() | Initializes a new instance of the ClusterSubnetGroup class | 
|  | ClusterSubnetGroupName | 
            Gets and sets the property ClusterSubnetGroupName. 
             The name of the cluster subnet group. | 
|  | Description | 
            Gets and sets the property Description. 
             The description of the cluster subnet group. | 
|  | Equals(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 | 
            Gets and sets the property SubnetGroupStatus. 
             
                        The status of the cluster subnet group.  Possible values are  | 
|  | Subnets | 
            Gets and sets the property Subnets. 
             A list of the VPC Subnet elements. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcId | 
            Gets and sets the property VpcId. 
             The VPC ID of the cluster subnet group. | 
|  | WithClusterSubnetGroupName(String) | Obsolete. 
            Sets the ClusterSubnetGroupName property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithSubnetGroupStatus(String) | Obsolete. 
            Sets the SubnetGroupStatus property
             | 
|  | WithSubnets(array<Subnet>[]()[][]) | Obsolete. 
            Sets the Subnets property
             | 
|  | WithSubnets(IEnumerable<(Of <<'(Subnet>)>>)) | Obsolete. 
            Sets the Subnets property
             | 
|  | WithVpcId(String) | Obsolete. 
            Sets the VpcId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ClusterSubnetGroup | 
 Copy
Copy