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

Class: Aws::ManagedBlockchain::Types::Node

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

Overview

Configuration properties of a peer node.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone in which the node exists.

Returns:

  • (String)

    The Availability Zone in which the node exists.

#creation_dateTime

The date and time that the node was created.

Returns:

  • (Time)

    The date and time that the node was created.

#framework_attributesTypes::NodeFrameworkAttributes

Attributes of the blockchain framework being used.

Returns:

#idString

The unique identifier of the node.

Returns:

  • (String)

    The unique identifier of the node.

#instance_typeString

The instance type of the node.

Returns:

  • (String)

    The instance type of the node.

#log_publishing_configurationTypes::NodeLogPublishingConfiguration

Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.

Returns:

#member_idString

The unique identifier of the member to which the node belongs.

Returns:

  • (String)

    The unique identifier of the member to which the node belongs.

#network_idString

The unique identifier of the network that the node is in.

Returns:

  • (String)

    The unique identifier of the network that the node is in.

#state_dbString

The state database that the node uses. Values are LevelDB or CouchDB.

Possible values:

  • LevelDB
  • CouchDB

Returns:

  • (String)

    The state database that the node uses.

#statusString

The status of the node.

Possible values:

  • CREATING
  • AVAILABLE
  • CREATE_FAILED
  • UPDATING
  • DELETING
  • DELETED
  • FAILED

Returns:

  • (String)

    The status of the node.