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.
| C# |
public class RebootCacheClusterRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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
|
| Object | ||
| AmazonWebServiceRequest | ||
| RebootCacheClusterRequest | ||