Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class BlockchainMember : KotlinCustomResource

Payload of the blockchain member which is exposed in the request/response of the resource provider. API Version: 2018-06-01-preview.

Link copied to clipboard
data class BlockchainMemberArgs(val blockchainMemberName: Output<String>? = null, val consortium: Output<String>? = null, val consortiumManagementAccountPassword: Output<String>? = null, val consortiumMemberDisplayName: Output<String>? = null, val consortiumRole: Output<String>? = null, val firewallRules: Output<List<FirewallRuleArgs>>? = null, val location: Output<String>? = null, val password: Output<String>? = null, val protocol: Output<Either<String, BlockchainProtocol>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val validatorNodesSku: Output<BlockchainMemberNodesSkuArgs>? = null) : ConvertibleToJava<BlockchainMemberArgs>

Payload of the blockchain member which is exposed in the request/response of the resource provider. API Version: 2018-06-01-preview.

Link copied to clipboard
object BlockchainMemberMapper : ResourceMapper<BlockchainMember>
Link copied to clipboard
class TransactionNode : KotlinCustomResource

Payload of the transaction node which is the request/response of the resource provider. API Version: 2018-06-01-preview.

Link copied to clipboard
data class TransactionNodeArgs(val blockchainMemberName: Output<String>? = null, val firewallRules: Output<List<FirewallRuleArgs>>? = null, val location: Output<String>? = null, val password: Output<String>? = null, val resourceGroupName: Output<String>? = null, val transactionNodeName: Output<String>? = null) : ConvertibleToJava<TransactionNodeArgs>

Payload of the transaction node which is the request/response of the resource provider. API Version: 2018-06-01-preview.

Link copied to clipboard
object TransactionNodeMapper : ResourceMapper<TransactionNode>

Functions

Link copied to clipboard
Link copied to clipboard