Node

class Node

Represents an individual node within a DAX cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

A system-generated identifier for the node.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Node.Builder.() -> Unit = {}): Node
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String