ManagedCCFPropertiesArgs

data class ManagedCCFPropertiesArgs(val deploymentType: Output<DeploymentTypeArgs>? = null, val memberIdentityCertificates: Output<List<MemberIdentityCertificateArgs>>? = null, val nodeCount: Output<Int>? = null, val runningState: Output<Either<String, RunningState>>? = 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, runningState: Output<Either<String, RunningState>>? = 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.

Link copied to clipboard
val runningState: Output<Either<String, RunningState>>? = null

Object representing RunningState for Managed CCF.

Functions

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