Get Blockchain Member Result
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.
Constructors
Link copied to clipboard
fun GetBlockchainMemberResult(consortium: String? = null, consortiumManagementAccountAddress: String, consortiumManagementAccountPassword: String? = null, consortiumMemberDisplayName: String? = null, consortiumRole: String? = null, dns: String, firewallRules: List<FirewallRuleResponse>? = null, id: String, location: String? = null, name: String, password: String? = null, protocol: String? = null, provisioningState: String, publicKey: String, rootContractAddress: String, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String, userName: String, validatorNodesSku: BlockchainMemberNodesSkuResponse? = null)