C# Класс 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.

Наследование: AmazonElastiCacheRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetCacheClusterId ( ) : bool
IsSetFinalSnapshotIdentifier ( ) : bool

Описание методов

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

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteCacheClusterRequest ( ) : System
Результат System

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

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.
Результат System