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
 
Container for the parameters to the RebootCacheCluster operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElastiCache.AmazonElastiCacheRequest
      Amazon.ElastiCache.Model.RebootCacheClusterRequest

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

Syntax

C#
public class RebootCacheClusterRequest : AmazonElastiCacheRequest
         IRequestEvents

The RebootCacheClusterRequest type exposes the following members

Constructors

NameDescription
Public Method RebootCacheClusterRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method RebootCacheClusterRequest(string, List<String>)

Properties

NameTypeDescription
Public Property CacheClusterId System.String Gets and sets the property CacheClusterId.

The cache cluster identifier. This parameter is stored as a lowercase string.

Public Property CacheNodeIdsToReboot System.Collections.Generic.List<System.String> Gets and sets the property CacheNodeIdsToReboot.

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.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8