BlockchainMemberNodesSkuArgs

data class BlockchainMemberNodesSkuArgs(val capacity: Output<Int>? = null) : ConvertibleToJava<BlockchainMemberNodesSkuArgs>

Payload of the blockchain member nodes Sku for a blockchain member.

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null)

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

Gets or sets the nodes capacity.

Functions

Link copied to clipboard
open override fun toJava(): BlockchainMemberNodesSkuArgs