Container for the parameters to the ResetCacheParameterGroup operation.

Modifies the parameters of a CacheParameterGroup to the engine or system default value. To reset specific parameters submit a list of the parameter names. To reset the entire CacheParameterGroup, specify the CacheParameterGroup name and ResetAllParameters parameters.

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ResetCacheParameterGroupRequest : AmazonWebServiceRequest
Public Class ResetCacheParameterGroupRequest _
	Inherits AmazonWebServiceRequest
public ref class ResetCacheParameterGroupRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ResetCacheParameterGroupRequest()()()()
Initializes a new instance of the ResetCacheParameterGroupRequest class
CacheParameterGroupName
The name of the Cache Parameter Group.
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
ParameterNameValues
An array of parameter names which should be reset. If not resetting the entire CacheParameterGroup, at least one parameter name must be supplied.
ResetAllParameters
Specifies whether (true) or not (false) to reset all parameters in the Cache Parameter Group to default values.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCacheParameterGroupName(String)
Sets the CacheParameterGroupName property
WithParameterNameValues(array<ParameterNameValue>[]()[][])
Adds elements to the ParameterNameValues collection
WithParameterNameValues(IEnumerable<(Of <<'(ParameterNameValue>)>>))
Adds elements to the ParameterNameValues collection
WithResetAllParameters(Boolean)
Sets the ResetAllParameters property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElastiCache.Model..::..ResetCacheParameterGroupRequest

See Also