ManagedCCFPropertiesResponse

data class ManagedCCFPropertiesResponse(val appName: String, val appUri: String, val deploymentType: DeploymentTypeResponse? = null, val identityServiceUri: String, val memberIdentityCertificates: List<MemberIdentityCertificateResponse>? = null, val nodeCount: Int? = null, val provisioningState: String, val runningState: String? = null)

Additional Managed CCF properties.

Constructors

Link copied to clipboard
constructor(appName: String, appUri: String, deploymentType: DeploymentTypeResponse? = null, identityServiceUri: String, memberIdentityCertificates: List<MemberIdentityCertificateResponse>? = null, nodeCount: Int? = null, provisioningState: String, runningState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique name for the Managed CCF.

Link copied to clipboard

Endpoint for calling Managed CCF Service.

Link copied to clipboard

Deployment Type of Managed CCF

Link copied to clipboard

Endpoint for accessing network identity.

Link copied to clipboard

List of member identity certificates for Managed CCF

Link copied to clipboard
val nodeCount: Int? = null

Number of CCF nodes in the Managed CCF.

Link copied to clipboard

Provisioning state of Managed CCF Resource

Link copied to clipboard
val runningState: String? = null

Object representing RunningState for Managed CCF.