AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
The RebootCacheCluster action reboots some, or all, of the cache 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 node being rebooted) to be lost.

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

Namespace: Amazon.ElastiCache
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual RebootCacheClusterResponse RebootCacheCluster(
         RebootCacheClusterRequest request
)

Parameters

request
Type: Amazon.ElastiCache.Model.RebootCacheClusterRequest

Container for the necessary parameters to execute the RebootCacheCluster service method.

Return Value
Type: Amazon.ElastiCache.Model.RebootCacheClusterResponse
The response from the RebootCacheCluster service method, as returned by ElastiCache.

Exceptions

ExceptionCondition
CacheClusterNotFoundException The requested cache cluster ID does not refer to an existing cache cluster.
InvalidCacheClusterStateException The requested cache cluster is not in the available state.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5