The status of the Cache Parameter Group.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class CacheParameterGroupStatus
Public Class CacheParameterGroupStatus
public ref class CacheParameterGroupStatus
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| CacheParameterGroupStatus()()()() | Initializes a new instance of the CacheParameterGroupStatus class | |
| CacheNodeIdsToReboot |
A list of the Cache Node Ids which need to be rebooted for parameter changes to be applied.
| |
| 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.) | |
| ParameterApplyStatus |
The status of parameter updates.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithCacheNodeIdsToReboot(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the CacheNodeIdsToReboot collection
| |
| WithCacheNodeIdsToReboot(array<String>[]()[][]) |
Adds elements to the CacheNodeIdsToReboot collection
| |
| WithCacheParameterGroupName(String) |
Sets the CacheParameterGroupName property
| |
| WithParameterApplyStatus(String) |
Sets the ParameterApplyStatus property
|