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

Represents a single node within a node group.

Declaration Syntax
C#
public class NodeGroupMember
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
NodeGroupMember()()()()
Initializes a new instance of the NodeGroupMember class

CacheClusterId
The ID of the cache cluster to which the node belongs.

CacheNodeId
The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).

CurrentRole
The role that is currently assigned to the node - primary or replica.

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.)
PreferredAvailabilityZone
The name of the Availability Zone in which the node is located.

ReadEndpoint
Represents the information required for client programs to connect to a cache node.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheClusterId(String) Obsolete.
Sets the CacheClusterId property

WithCacheNodeId(String) Obsolete.
Sets the CacheNodeId property

WithCurrentRole(String) Obsolete.
Sets the CurrentRole property

WithPreferredAvailabilityZone(String) Obsolete.
Sets the PreferredAvailabilityZone property

WithReadEndpoint(Endpoint) Obsolete.
Sets the ReadEndpoint property

Inheritance Hierarchy
Object
NodeGroupMember

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