AWS SDK for .NET Documentation
CreateCacheParameterGroupRequest Class
AmazonAmazon.ElastiCache.ModelCreateCacheParameterGroupRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreateCacheParameterGroup operation.

Creates a new Cache Parameter Group. Cache Parameter groups control the parameters for a Cache Cluster.

Declaration Syntax
C#
public class CreateCacheParameterGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.
Note:
Currently, memcached1.4 is the only cache parameter group family supported by the service.

CacheParameterGroupName
The name of the Cache Parameter Group.

Description
The description for the Cache Parameter Group.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheParameterGroupFamily(String)
Sets the CacheParameterGroupFamily property

WithCacheParameterGroupName(String)
Sets the CacheParameterGroupName property

WithDescription(String)
Sets the Description property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateCacheParameterGroupRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)