C# 클래스 Amazon.ElastiCache.Model.RebootCacheClusterRequest

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.

상속: AmazonElastiCacheRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
RebootCacheClusterRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

RebootCacheClusterRequest ( string cacheClusterId, List cacheNodeIdsToReboot ) : System

Instantiates RebootCacheClusterRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCacheClusterId ( ) : bool
IsSetCacheNodeIdsToReboot ( ) : bool

메소드 상세

RebootCacheClusterRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public RebootCacheClusterRequest ( ) : System
리턴 System

RebootCacheClusterRequest() 공개 메소드

Instantiates RebootCacheClusterRequest with the parameterized properties
public RebootCacheClusterRequest ( string cacheClusterId, List cacheNodeIdsToReboot ) : System
cacheClusterId string The cache cluster identifier. This parameter is stored as a lowercase string.
cacheNodeIdsToReboot List A list of cache 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 node IDs.
리턴 System