Amazon.ElastiCache.AmazonElastiCacheClient.CreateCacheCluster C# (CSharp) Метод

CreateCacheCluster() публичный Метод

Creates a cache cluster. All nodes in the cache cluster run the same protocol-compliant cache engine software, either Memcached or Redis.

Due to current limitations on Redis (cluster mode disabled), this operation or parameter is not supported on Redis (cluster mode enabled) replication groups.

/// You already have a cache cluster with the given identifier. /// /// The requested cache parameter group name does not refer to an existing cache parameter /// group. /// /// The requested cache security group name does not refer to an existing cache security /// group. /// /// The requested cache subnet group name does not refer to an existing cache subnet group. /// /// The request cannot be processed because it would exceed the allowed number of cache /// clusters per customer. /// /// The requested cache node type is not available in the specified Availability Zone. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. /// /// The requested replication group is not in the available state. /// /// The VPC network is in an invalid state. /// /// The request cannot be processed because it would exceed the allowed number of cache /// nodes in a single cache cluster. /// /// The request cannot be processed because it would exceed the allowed number of cache /// nodes per customer. /// /// The specified replication group does not exist. /// /// The request cannot be processed because it would cause the resource to have more than /// the allowed number of tags. The maximum number of tags permitted on a resource is /// 10. ///
public CreateCacheCluster ( CreateCacheClusterRequest request ) : CreateCacheClusterResponse
request CreateCacheClusterRequest Container for the necessary parameters to execute the CreateCacheCluster service method.
Результат CreateCacheClusterResponse
        public CreateCacheClusterResponse CreateCacheCluster(CreateCacheClusterRequest request)
        {
            var marshaller = new CreateCacheClusterRequestMarshaller();
            var unmarshaller = CreateCacheClusterResponseUnmarshaller.Instance;

            return Invoke<CreateCacheClusterRequest,CreateCacheClusterResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient