C# Class Amazon.RDS.Model.ResetDBParameterGroupRequest

Container for the parameters to the ResetDBParameterGroup operation. Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB parameter group, specify the DBParameterGroup name 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.
Inheritance: AmazonRDSRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ResetDBParameterGroupRequest ( ) : System

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

ResetDBParameterGroupRequest ( string dbParameterGroupName ) : System

Instantiates ResetDBParameterGroupRequest with the parameterized properties

Private Methods

Method Description
IsSetDBParameterGroupName ( ) : bool
IsSetParameters ( ) : bool
IsSetResetAllParameters ( ) : bool

Method Details

ResetDBParameterGroupRequest() public method

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

ResetDBParameterGroupRequest() public method

Instantiates ResetDBParameterGroupRequest with the parameterized properties
public ResetDBParameterGroupRequest ( string dbParameterGroupName ) : System
dbParameterGroupName string The name of the DB parameter group. Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
return System