Package-level declarations
Types
Link copied to clipboard
API key payload which is exposed in the request/response of the resource provider.
Link copied to clipboard
Payload of the blockchain member nodes Sku for a blockchain member.
Link copied to clipboard
Consortium payload
Link copied to clipboard
data class FirewallRuleResponse(val endIpAddress: String? = null, val ruleName: String? = null, val startIpAddress: String? = null)
Ip range for firewall rules
Link copied to clipboard
data class GetBlockchainMemberResult(val consortium: String? = null, val consortiumManagementAccountAddress: String, val consortiumManagementAccountPassword: String? = null, val consortiumMemberDisplayName: String? = null, val consortiumRole: String? = null, val dns: String, val firewallRules: List<FirewallRuleResponse>? = null, val id: String, val location: String? = null, val name: String, val password: String? = null, val protocol: String? = null, val provisioningState: String, val publicKey: String, val rootContractAddress: String, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val userName: String, val validatorNodesSku: BlockchainMemberNodesSkuResponse? = null)
Payload of the blockchain member which is exposed in the request/response of the resource provider.
Link copied to clipboard
data class GetTransactionNodeResult(val dns: String, val firewallRules: List<FirewallRuleResponse>? = null, val id: String, val location: String? = null, val name: String, val password: String? = null, val provisioningState: String, val publicKey: String, val type: String, val userName: String)
Payload of the transaction node which is the request/response of the resource provider.
Link copied to clipboard
Collection of the API key payload which is exposed in the response of the resource provider.
Link copied to clipboard
Collection of the consortium payload.
Link copied to clipboard
Collection of the API key payload which is exposed in the response of the resource provider.
Link copied to clipboard
Blockchain member Sku in payload