C# Class Amazon.ElastiCache.Model.DeleteCacheClusterRequest

Container for the parameters to the DeleteCacheCluster operation. Deletes a previously provisioned cache cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cache cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this operation.

This operation cannot be used to delete a cache cluster that is the last read replica of a replication group or node group (shard) that has Multi-AZ mode enabled or a cache cluster from a Redis (cluster mode enabled) replication group.

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

Inheritance: AmazonElastiCacheRequest
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteCacheClusterRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteCacheClusterRequest ( string cacheClusterId ) : System

Instantiates DeleteCacheClusterRequest with the parameterized properties

Private Methods

Method Description
IsSetCacheClusterId ( ) : bool
IsSetFinalSnapshotIdentifier ( ) : bool

Method Details

DeleteCacheClusterRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteCacheClusterRequest ( ) : System
return System

DeleteCacheClusterRequest() public method

Instantiates DeleteCacheClusterRequest with the parameterized properties
public DeleteCacheClusterRequest ( string cacheClusterId ) : System
cacheClusterId string The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
return System