Blockchain Nodes Connection Info
data class BlockchainNodesConnectionInfo(val endpointInfos: List<BlockchainNodesConnectionInfoEndpointInfo>? = null, val serviceAttachment: String? = null)
Constructors
Link copied to clipboard
constructor(endpointInfos: List<BlockchainNodesConnectionInfoEndpointInfo>? = null, serviceAttachment: String? = null)
Properties
Link copied to clipboard
(Output) The endpoint information through which to interact with a blockchain node. Structure is documented below.
Link copied to clipboard
(Output) A service attachment that exposes a node, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}