/AWS1/CL_MBCNODEFABRICATTRS¶
Attributes of Hyperledger Fabric for a peer node on a Hyperledger Fabric network on Managed Blockchain.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_peerendpoint
TYPE /AWS1/MBCSTRING
/AWS1/MBCSTRING
¶
The endpoint that identifies the peer node for all services except peer channel-based event services.
iv_peereventendpoint
TYPE /AWS1/MBCSTRING
/AWS1/MBCSTRING
¶
The endpoint that identifies the peer node for peer channel-based event services.
Queryable Attributes¶
PeerEndpoint¶
The endpoint that identifies the peer node for all services except peer channel-based event services.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PEERENDPOINT() |
Getter for PEERENDPOINT, with configurable default |
ASK_PEERENDPOINT() |
Getter for PEERENDPOINT w/ exceptions if field has no value |
HAS_PEERENDPOINT() |
Determine if PEERENDPOINT has a value |
PeerEventEndpoint¶
The endpoint that identifies the peer node for peer channel-based event services.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PEEREVENTENDPOINT() |
Getter for PEEREVENTENDPOINT, with configurable default |
ASK_PEEREVENTENDPOINT() |
Getter for PEEREVENTENDPOINT w/ exceptions if field has no v |
HAS_PEEREVENTENDPOINT() |
Determine if PEEREVENTENDPOINT has a value |