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
- Struct
- Aws::ManagedBlockchain::Types::Node
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone in which the node exists.
-
#creation_date ⇒ Time
The date and time that the node was created.
-
#framework_attributes ⇒ Types::NodeFrameworkAttributes
Attributes of the blockchain framework being used.
-
#id ⇒ String
The unique identifier of the node.
-
#instance_type ⇒ String
The instance type of the node.
-
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration
Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.
-
#member_id ⇒ String
The unique identifier of the member to which the node belongs.
-
#network_id ⇒ String
The unique identifier of the network that the node is in.
-
#state_db ⇒ String
The state database that the node uses.
-
#status ⇒ String
The status of the node.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone in which the node exists.
#creation_date ⇒ Time
The date and time that the node was created.
#framework_attributes ⇒ Types::NodeFrameworkAttributes
Attributes of the blockchain framework being used.
#id ⇒ String
The unique identifier of the node.
#instance_type ⇒ String
The instance type of the node.
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfiguration
Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.
#member_id ⇒ String
The unique identifier of the member to which the node belongs.
#network_id ⇒ String
The unique identifier of the network that the node is in.
#state_db ⇒ String
The state database that the node uses. Values are LevelDB
or
CouchDB
.
Possible values:
- LevelDB
- CouchDB
#status ⇒ String
The status of the node.
Possible values:
- CREATING
- AVAILABLE
- CREATE_FAILED
- UPDATING
- DELETING
- DELETED
- FAILED