AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents an individual node within a DAX cluster.

Inheritance Hierarchy

System.Object
  Amazon.DAX.Model.Node

Namespace: Amazon.DAX.Model
Assembly: AWSSDK.DAX.dll
Version: 3.x.y.z

Syntax

C#
public class Node

The Node type exposes the following members

Constructors

NameDescription
Public Method Node()

Properties

NameTypeDescription
Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

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

Public Property Endpoint Amazon.DAX.Model.Endpoint

Gets and sets the property 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.

Public Property NodeCreateTime System.DateTime

Gets and sets the property NodeCreateTime.

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

Public Property NodeId System.String

Gets and sets the property NodeId.

A system-generated identifier for the node.

Public Property NodeStatus System.String

Gets and sets the property NodeStatus.

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

Public Property ParameterGroupStatus System.String

Gets and sets the property ParameterGroupStatus.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5