메소드 | 설명 | |
---|---|---|
CreateCacheClusterRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateCacheClusterRequest ( string cacheClusterId, int numCacheNodes, string cacheNodeType, string engine, List |
Instantiates CreateCacheClusterRequest with the parameterized properties
|
메소드 | 설명 | |
---|---|---|
IsSetAZMode ( ) : bool | ||
IsSetAuthToken ( ) : bool | ||
IsSetAutoMinorVersionUpgrade ( ) : bool | ||
IsSetCacheClusterId ( ) : bool | ||
IsSetCacheNodeType ( ) : bool | ||
IsSetCacheParameterGroupName ( ) : bool | ||
IsSetCacheSecurityGroupNames ( ) : bool | ||
IsSetCacheSubnetGroupName ( ) : bool | ||
IsSetEngine ( ) : bool | ||
IsSetEngineVersion ( ) : bool | ||
IsSetNotificationTopicArn ( ) : bool | ||
IsSetNumCacheNodes ( ) : bool | ||
IsSetPort ( ) : bool | ||
IsSetPreferredAvailabilityZone ( ) : bool | ||
IsSetPreferredAvailabilityZones ( ) : bool | ||
IsSetPreferredMaintenanceWindow ( ) : bool | ||
IsSetReplicationGroupId ( ) : bool | ||
IsSetSecurityGroupIds ( ) : bool | ||
IsSetSnapshotArns ( ) : bool | ||
IsSetSnapshotName ( ) : bool | ||
IsSetSnapshotRetentionLimit ( ) : bool | ||
IsSetSnapshotWindow ( ) : bool | ||
IsSetTags ( ) : bool |
public CreateCacheClusterRequest ( string cacheClusterId, int numCacheNodes, string cacheNodeType, string engine, List |
||
cacheClusterId | string | The node group (shard) identifier. This parameter is stored as a lowercase string. Constraints:
|
numCacheNodes | int | The initial number of cache nodes that the cache cluster has. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/. |
cacheNodeType | string | The compute and memory capacity of the nodes in the node group (shard). Valid node types are as follows:
|
engine | string | The name of the cache engine to be used for this cache cluster. Valid values for this parameter are: memcached | redis |
cacheSecurityGroupNames | List |
A list of security group names to associate with this cache cluster. Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (Amazon VPC). |
리턴 | System |