The status of the Cache Parameter Group.

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 CacheParameterGroupStatus
Public Class CacheParameterGroupStatus
public ref class CacheParameterGroupStatus

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
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.)
ParameterApplyStatus
The status of parameter updates.
ToString()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.ElastiCache.Model..::..CacheParameterGroupStatus

See Also