AWS SDK for .NET Documentation
CacheParameterGroupStatus Class
AmazonAmazon.ElastiCache.ModelCacheParameterGroupStatus Did this page help you?   Yes   No    Tell us about it...

The status of the cache parameter group.

Declaration Syntax
C#
public class CacheParameterGroupStatus
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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. A node ID is a numeric identifier (0001, 0002, etc.).

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(array<String>[]()[][]) Obsolete.
Adds elements to the CacheNodeIdsToReboot collection

WithCacheNodeIdsToReboot(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the CacheNodeIdsToReboot collection

WithCacheParameterGroupName(String) Obsolete.
Sets the CacheParameterGroupName property

WithParameterApplyStatus(String) Obsolete.
Sets the ParameterApplyStatus property

Inheritance Hierarchy
Object
CacheParameterGroupStatus

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)