AWS SDK for .NET Documentation
RebootCacheClusterRequest Class
AmazonAmazon.ElastiCache.ModelRebootCacheClusterRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class RebootCacheClusterRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the 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) Obsolete.
Sets the CacheClusterId property

WithCacheNodeIdsToReboot(array<String>[]()[][]) Obsolete.
Adds elements to the CacheNodeIdsToReboot collection

WithCacheNodeIdsToReboot(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the CacheNodeIdsToReboot collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 RebootCacheClusterRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)