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.
| C# |
public class ResetCacheParameterGroupRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | 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()()()() | 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
|
| Object | ||
| AmazonWebServiceRequest | ||
| ResetCacheParameterGroupRequest | ||