Container for the parameters to the RebootCacheCluster operation.

Reboots some (or all) of the cache cluster nodes within a previously provisioned ElastiCache cluster. This API results in the application of modified CacheParameterGroup parameters to the cache cluster. This action is taken as soon as possible, and results in a momentary outage to the cache cluster during which the cache cluster status is set to rebooting. During that momentary outage, the contents of the cache (for each cache cluster node being rebooted) are lost. A CacheCluster event is created when the reboot is completed.

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class RebootCacheClusterRequest : AmazonWebServiceRequest
Public Class RebootCacheClusterRequest _
	Inherits AmazonWebServiceRequest
public ref class RebootCacheClusterRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RebootCacheClusterRequest()()()()
Initializes a new instance of the RebootCacheClusterRequest class
CacheClusterId
The Cache Cluster identifier. This parameter is stored as a lowercase string.
CacheNodeIdsToReboot
A list of Cache Cluster Node Ids to reboot. To reboot an entire cache cluster, specify all cache cluster node Ids.
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCacheClusterId(String)
Sets the CacheClusterId property
WithCacheNodeIdsToReboot(IEnumerable<(Of <<'(String>)>>))
Adds elements to the CacheNodeIdsToReboot collection
WithCacheNodeIdsToReboot(array<String>[]()[][])
Adds elements to the CacheNodeIdsToReboot collection

Inheritance Hierarchy

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

See Also