Amazon.ElastiCache.AmazonElastiCacheClient.RebootCacheCluster C# (CSharp) 메소드

RebootCacheCluster() 공개 메소드

Reboots some, or all, of the cache nodes within a provisioned cache cluster. This operation applies any modified cache parameter groups to the cache cluster. The reboot operation 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.

/// The requested cache cluster ID does not refer to an existing cache cluster. /// /// The requested cache cluster is not in the available state. ///
public RebootCacheCluster ( RebootCacheClusterRequest request ) : RebootCacheClusterResponse
request RebootCacheClusterRequest Container for the necessary parameters to execute the RebootCacheCluster service method.
리턴 RebootCacheClusterResponse
        public RebootCacheClusterResponse RebootCacheCluster(RebootCacheClusterRequest request)
        {
            var marshaller = new RebootCacheClusterRequestMarshaller();
            var unmarshaller = RebootCacheClusterResponseUnmarshaller.Instance;

            return Invoke<RebootCacheClusterRequest,RebootCacheClusterResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient