AWS SDK for .NET Documentation
ResetCacheParameterGroupRequest Class
AmazonAmazon.ElastiCache.ModelResetCacheParameterGroupRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class ResetCacheParameterGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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
Object
AmazonWebServiceRequest
 ResetCacheParameterGroupRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.24.0 (1.5.24.0)