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.

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.

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. 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(array<String>[]()[][])
Adds elements to the CacheNodeIdsToReboot collection

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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 RebootCacheClusterRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)