Package-level declarations

Types

Link copied to clipboard
class BlockchainNodes : KotlinCustomResource

A representation of a blockchain node. To get more information about BlockchainNodes, see:

Link copied to clipboard
data class BlockchainNodesArgs(val blockchainNodeId: Output<String>? = null, val blockchainType: Output<String>? = null, val ethereumDetails: Output<BlockchainNodesEthereumDetailsArgs>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<BlockchainNodesArgs>

A representation of a blockchain node. To get more information about BlockchainNodes, see:

Link copied to clipboard
object BlockchainNodesMapper : ResourceMapper<BlockchainNodes>

Functions

Link copied to clipboard