Represents the output of one of the following operations:
- CreateCacheSubnetGroup
- ModifyCacheSubnetGroup
 Declaration Syntax
 Declaration Syntax| C# | 
public class CacheSubnetGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CacheSubnetGroup()()()() | Initializes a new instance of the CacheSubnetGroup class | 
|  | CacheSubnetGroupDescription | 
            The description of the cache subnet group.
             
             | 
|  | CacheSubnetGroupName | 
            The name of the cache 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.) | 
|  | Subnets | 
            A list of subnets associated with the cache subnet group.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcId | 
            The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
             
             | 
|  | WithCacheSubnetGroupDescription(String) | Obsolete. 
            Sets the CacheSubnetGroupDescription property
             | 
|  | WithCacheSubnetGroupName(String) | Obsolete. 
            Sets the CacheSubnetGroupName 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
 Inheritance Hierarchy| Object | |
|  | CacheSubnetGroup |