Container for the parameters to the ResetClusterParameterGroup operation.
            Sets one or more parameters of the specified parameter group to their
            default values and sets the             source values of the parameters to "engine-default".
                        To reset the entire parameter group specify the ResetAllParameters
            parameter.             For parameter changes to take effect you must reboot any associated
            clusters.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ResetClusterParameterGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ResetClusterParameterGroupRequest()()()() | Initializes a new instance of the ResetClusterParameterGroupRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ParameterGroupName | 
            Gets and sets the property ParameterGroupName. 
             The name of the cluster parameter group to be reset. | 
|  | Parameters | 
            Gets and sets the property Parameters. 
             An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied. Constraints: A maximum of 20 parameters can be reset in a single request. | 
|  | ResetAllParameters | 
            Gets and sets the property ResetAllParameters. 
             
                        If  
            Default:  | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithParameterGroupName(String) | Obsolete. 
            Sets the ParameterGroupName property
             | 
|  | WithParameters(array<Parameter>[]()[][]) | Obsolete. 
            Sets the Parameters property
             | 
|  | WithParameters(IEnumerable<(Of <<'(Parameter>)>>)) | Obsolete. 
            Sets the Parameters property
             | 
|  | WithResetAllParameters(Boolean) | Obsolete. 
            Sets the ResetAllParameters property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ResetClusterParameterGroupRequest | |
 Copy
Copy