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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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