C# Класс Amazon.ElastiCache.Model.RebootCacheClusterRequest

Container for the parameters to the RebootCacheCluster operation.

The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. This API will apply any modified cache parameter groups to the cache cluster. The reboot action takes place as soon as possible, and results in a momentary outage to the cache cluster. During the reboot, the cache cluster status is set to REBOOTING.

The reboot causes the contents of the cache (for each cache cluster node being rebooted) to be lost.

When the reboot is complete, a cache cluster event is created.

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

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

Метод Описание
RebootCacheClusterRequest ( ) : System

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

RebootCacheClusterRequest ( string cacheClusterId, List cacheNodeIdsToReboot ) : System

Instantiates RebootCacheClusterRequest with the parameterized properties

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

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

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

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

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

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

Instantiates RebootCacheClusterRequest with the parameterized properties
public RebootCacheClusterRequest ( string cacheClusterId, List cacheNodeIdsToReboot ) : System
cacheClusterId string The cache cluster identifier. This parameter is stored as a lowercase string.
cacheNodeIdsToReboot List A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs.
Результат System