Container for the parameters to the ResetCacheParameterGroup operation.
Namespace: Amazon.ElastiCache.ModelModifies 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.
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 |
| Member | Description | |
|---|---|---|
| ResetCacheParameterGroupRequest()()()() | Initializes a new instance of the ResetCacheParameterGroupRequest class | |
| CacheParameterGroupName |
The name of the Cache Parameter Group.
| |
| 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.) | |
| 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()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..ResetCacheParameterGroupRequest