ManagedCCFPropertiesArgs

data class ManagedCCFPropertiesArgs(val deploymentType: Output<DeploymentTypeArgs>? = null, val memberIdentityCertificates: Output<List<MemberIdentityCertificateArgs>>? = null, val nodeCount: Output<Int>? = null) : ConvertibleToJava<ManagedCCFPropertiesArgs>

Additional Managed CCF properties.

Constructors

Link copied to clipboard
constructor(deploymentType: Output<DeploymentTypeArgs>? = null, memberIdentityCertificates: Output<List<MemberIdentityCertificateArgs>>? = null, nodeCount: Output<Int>? = null)

Properties

Link copied to clipboard
val deploymentType: Output<DeploymentTypeArgs>? = null

Deployment Type of Managed CCF

Link copied to clipboard

List of member identity certificates for Managed CCF

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

Number of CCF nodes in the Managed CCF.

Functions

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