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

Class: Aws::DAX::Types::Node

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

Overview

Represents an individual node within a DAX cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone (AZ) in which the node has been deployed.

Returns:

  • (String)

    The Availability Zone (AZ) in which the node has been deployed.

#endpointTypes::Endpoint

The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.

Returns:

  • (Types::Endpoint)

    The endpoint for the node, consisting of a DNS name and a port number.

#node_create_timeTime

The date and time (in UNIX epoch format) when the node was launched.

Returns:

  • (Time)

    The date and time (in UNIX epoch format) when the node was launched.

#node_idString

A system-generated identifier for the node.

Returns:

  • (String)

    A system-generated identifier for the node.

#node_statusString

The current status of the node. For example: available.

Returns:

  • (String)

    The current status of the node.

#parameter_group_statusString

The status of the parameter group associated with this node. For example, in-sync.

Returns:

  • (String)

    The status of the parameter group associated with this node.