Node class
Represents an individual node within a DAX cluster.
Constructors
Properties
- availabilityZone → String?
-
The Availability Zone (AZ) in which the node has been deployed.
final
- endpoint → 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.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nodeCreateTime → DateTime?
-
The date and time (in UNIX epoch format) when the node was launched.
final
- nodeId → String?
-
A system-generated identifier for the node.
final
- nodeStatus → String?
-
The current status of the node. For example:
available
.final - parameterGroupStatus → String?
-
The status of the parameter group associated with this node. For example,
in-sync
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited