Container for the parameters to the ModifyCacheSubnetGroup operation.
The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.

C# |
public class ModifyCacheSubnetGroupRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ModifyCacheSubnetGroupRequest()()()() | Initializes a new instance of the ModifyCacheSubnetGroupRequest class |
![]() | CacheSubnetGroupDescription |
A description for the cache subnet group.
|
![]() | CacheSubnetGroupName |
The 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 |
The EC2 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 | |
![]() | ModifyCacheSubnetGroupRequest |