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

Container for the parameters to the ModifyCacheCluster operation. Modifies the settings for a cache cluster. You can use this operation to change one or more cluster configuration parameters by specifying the parameters and the new values.
상속: AmazonElastiCacheRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ModifyCacheClusterRequest ( ) : System

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

ModifyCacheClusterRequest ( string cacheClusterId ) : System

Instantiates ModifyCacheClusterRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAZMode ( ) : bool
IsSetApplyImmediately ( ) : bool
IsSetAutoMinorVersionUpgrade ( ) : bool
IsSetCacheClusterId ( ) : bool
IsSetCacheNodeIdsToRemove ( ) : bool
IsSetCacheNodeType ( ) : bool
IsSetCacheParameterGroupName ( ) : bool
IsSetCacheSecurityGroupNames ( ) : bool
IsSetEngineVersion ( ) : bool
IsSetNewAvailabilityZones ( ) : bool
IsSetNotificationTopicArn ( ) : bool
IsSetNotificationTopicStatus ( ) : bool
IsSetNumCacheNodes ( ) : bool
IsSetPreferredMaintenanceWindow ( ) : bool
IsSetSecurityGroupIds ( ) : bool
IsSetSnapshotRetentionLimit ( ) : bool
IsSetSnapshotWindow ( ) : bool

메소드 상세

ModifyCacheClusterRequest() 공개 메소드

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

ModifyCacheClusterRequest() 공개 메소드

Instantiates ModifyCacheClusterRequest with the parameterized properties
public ModifyCacheClusterRequest ( string cacheClusterId ) : System
cacheClusterId string The cache cluster identifier. This value is stored as a lowercase string.
리턴 System