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

Represents a collection of cache nodes in a replication group.

Declaration Syntax
C#
public class NodeGroup
Members
All MembersConstructorsMethodsProperties



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

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.)
NodeGroupId
The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001.

NodeGroupMembers
A list containing information about individual nodes within the node group.

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

Status
The current state of this replication group - creating, available, etc.

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

WithNodeGroupMembers(array<NodeGroupMember>[]()[][]) Obsolete.
Adds elements to the NodeGroupMembers collection

WithNodeGroupMembers(IEnumerable<(Of <<'(NodeGroupMember>)>>)) Obsolete.
Adds elements to the NodeGroupMembers collection

WithPrimaryEndpoint(Endpoint) Obsolete.
Sets the PrimaryEndpoint property

WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
NodeGroup

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