C# Класс Amazon.RDS.Model.ResetDBClusterParameterGroupRequest

Container for the parameters to the ResetDBClusterParameterGroup operation. Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB cluster parameter group, specify the DBClusterParameterGroupName and ResetAllParameters parameters.

When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster that you want the updated static parameter to apply to.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

Наследование: AmazonRDSRequest
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetDBClusterParameterGroupName ( ) : bool
IsSetParameters ( ) : bool
IsSetResetAllParameters ( ) : bool