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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idString

The ID of the cluster to which the node belongs.

Returns:

  • (String)


6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6958

class NodeGroupMember < Struct.new(
  :cache_cluster_id,
  :cache_node_id,
  :read_endpoint,
  :preferred_availability_zone,
  :preferred_outpost_arn,
  :current_role)
  SENSITIVE = []
  include Aws::Structure
end

#cache_node_idString

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

Returns:

  • (String)


6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6958

class NodeGroupMember < Struct.new(
  :cache_cluster_id,
  :cache_node_id,
  :read_endpoint,
  :preferred_availability_zone,
  :preferred_outpost_arn,
  :current_role)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6958

class NodeGroupMember < Struct.new(
  :cache_cluster_id,
  :cache_node_id,
  :read_endpoint,
  :preferred_availability_zone,
  :preferred_outpost_arn,
  :current_role)
  SENSITIVE = []
  include Aws::Structure
end

#preferred_availability_zoneString

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

Returns:

  • (String)


6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6958

class NodeGroupMember < Struct.new(
  :cache_cluster_id,
  :cache_node_id,
  :read_endpoint,
  :preferred_availability_zone,
  :preferred_outpost_arn,
  :current_role)
  SENSITIVE = []
  include Aws::Structure
end

#preferred_outpost_arnString

The outpost ARN of the node group member.

Returns:

  • (String)


6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6958

class NodeGroupMember < Struct.new(
  :cache_cluster_id,
  :cache_node_id,
  :read_endpoint,
  :preferred_availability_zone,
  :preferred_outpost_arn,
  :current_role)
  SENSITIVE = []
  include Aws::Structure
end

#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:



6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6958

class NodeGroupMember < Struct.new(
  :cache_cluster_id,
  :cache_node_id,
  :read_endpoint,
  :preferred_availability_zone,
  :preferred_outpost_arn,
  :current_role)
  SENSITIVE = []
  include Aws::Structure
end