Container for the parameters to the DeleteCacheCluster operation.
Namespace: Amazon.ElastiCache.ModelDeletes 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.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteCacheClusterRequest : AmazonWebServiceRequest
Public Class DeleteCacheClusterRequest _ Inherits AmazonWebServiceRequest
public ref class DeleteCacheClusterRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| 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()()()() | (Inherited from Object.) | |
| WithCacheClusterId(String) |
Sets the CacheClusterId property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..DeleteCacheClusterRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..DeleteCacheClusterRequest