You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::NodeGroupMember

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a single node within a node group (shard).

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idString

The ID of the cluster to which the node belongs.

Returns:

  • (String)

    The ID of the cluster to which the node belongs.

#cache_node_idString

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

Returns:

  • (String)

    The ID of the node within its cluster.

#current_roleString

The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.

Returns:

  • (String)

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

#preferred_availability_zoneString

The name of the Availability Zone in which the node is located.

Returns:

  • (String)

    The name of the Availability Zone in which the node is located.

#preferred_outpost_arnString

The outpost ARN of the node group member.

Returns:

  • (String)

    The outpost ARN of the node group member.

#read_endpointTypes::Endpoint

The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

Returns:

  • (Types::Endpoint)

    The information required for client programs to connect to a node for read operations.