Container for the parameters to the DeleteCacheCluster operation.
Deletes a previously provisioned Cache Cluster. A successful response from the web service indicates the request was received correctly. This action cannot be canceled or reverted. DeleteCacheCluster deletes all associated Cache Nodes, node endpoints and the Cache Cluster itself.
| C# |
public class DeleteCacheClusterRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DeleteCacheClusterRequest()()()() | Initializes a new instance of the DeleteCacheClusterRequest class | |
| CacheClusterId |
The Cache Cluster identifier for the Cache Cluster to be deleted. This parameter isn't case sensitive.
| |
| 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()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithCacheClusterId(String) |
Sets the CacheClusterId property
|
| Object | ||
| AmazonWebServiceRequest | ||
| DeleteCacheClusterRequest | ||