Container for the parameters to the CreateCacheSubnetGroup operation.
The CreateCacheSubnetGroup operation creates a new cache subnet group.
Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (VPC).

C# |
public class CreateCacheSubnetGroupRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateCacheSubnetGroupRequest()()()() | Initializes a new instance of the CreateCacheSubnetGroupRequest class |
![]() | CacheSubnetGroupDescription |
A description for the cache subnet group.
|
![]() | CacheSubnetGroupName |
A name for the cache subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric
characters or hyphens. Example: mysubnetgroup |
![]() | 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.) |
![]() | SubnetIds |
A list of VPC subnet IDs for the cache subnet group.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCacheSubnetGroupDescription(String) | Obsolete.
Sets the CacheSubnetGroupDescription property
|
![]() | WithCacheSubnetGroupName(String) | Obsolete.
Sets the CacheSubnetGroupName property
|
![]() | WithSubnetIds(array<String>[]()[][]) | Obsolete.
Adds elements to the SubnetIds collection
|
![]() | WithSubnetIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the SubnetIds collection
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateCacheSubnetGroupRequest |