NodeConfiguration class
Configuration properties of a node.
Constructors
- NodeConfiguration({required String instanceType, String? availabilityZone, NodeLogPublishingConfiguration? logPublishingConfiguration, StateDBType? stateDB})
Properties
- availabilityZone → String?
-
The Availability Zone in which the node exists.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceType → String
-
The Amazon Managed Blockchain instance type for the node.
final
- logPublishingConfiguration → NodeLogPublishingConfiguration?
-
Configuration properties for logging events associated with a peer node on a
Hyperledger Fabric network on Managed Blockchain.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateDB → StateDBType?
-
The state database that the node uses. Values are
LevelDB
orCouchDB
. When using an Amazon Managed Blockchain network with Hyperledger Fabric version 1.4 or later, the default isCouchDB
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited