C# Class 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.
Inheritance: AmazonElastiCacheRequest
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

ModifyCacheClusterRequest() public method

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

ModifyCacheClusterRequest() public method

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.
return System