Skip to main content

blockchain_nodes

Overview

Nameblockchain_nodes
TypeResource
Idgoogle.blockchainnodeengine.blockchain_nodes

Fields

NameDatatypeDescription
namestringOutput only. The fully qualified name of the blockchain node. e.g. projects/my-project/locations/us-central1/blockchainNodes/my-node.
blockchainTypestringImmutable. The blockchain type of the node.
connectionInfoobjectThe connection information through which to interact with a blockchain node.
createTimestringOutput only. The timestamp at which the blockchain node was first created.
ethereumDetailsobjectEthereum-specific blockchain node details.
labelsobjectUser-provided key-value pairs.
statestringOutput only. A status representing the state of the node.
updateTimestringOutput only. The timestamp at which the blockchain node was last updated.

Methods

NameAccessible byRequired ParamsDescription
getSELECTblockchainNodesId, locationsId, projectsIdGets details of a single blockchain node.
listSELECTlocationsId, projectsIdLists blockchain nodes in a given project and location.
createINSERTlocationsId, projectsIdCreates a new blockchain node in a given project and location.
deleteDELETEblockchainNodesId, locationsId, projectsIdDeletes a single blockchain node.
_listEXEClocationsId, projectsIdLists blockchain nodes in a given project and location.
patchEXECblockchainNodesId, locationsId, projectsIdUpdates the parameters of a single blockchain node.