Container for the parameters to the CreateCacheParameterGroup operation.
Namespace: Amazon.ElastiCache.ModelCreates a new Cache Parameter Group. Cache Parameter groups control the parameters for a Cache Cluster.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class CreateCacheParameterGroupRequest : AmazonWebServiceRequest
Public Class CreateCacheParameterGroupRequest _ Inherits AmazonWebServiceRequest
public ref class CreateCacheParameterGroupRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |||
|---|---|---|---|---|
| CreateCacheParameterGroupRequest()()()() | Initializes a new instance of the CreateCacheParameterGroupRequest class | |||
| CacheParameterGroupFamily |
The name of the Cache Parameter Group Family the Cache Parameter Group can be used with.
| |||
| CacheParameterGroupName |
The name of the Cache Parameter Group.
| |||
| Description |
The description for the Cache Parameter 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.) | |||
| ToString()()()() | (Inherited from Object.) | |||
| WithCacheParameterGroupFamily(String) |
Sets the CacheParameterGroupFamily property
| |||
| WithCacheParameterGroupName(String) |
Sets the CacheParameterGroupName property
| |||
| WithDescription(String) |
Sets the Description property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..CreateCacheParameterGroupRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..CreateCacheParameterGroupRequest