Managed CCFProperties Response
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)
Properties
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
Provisioning state of Managed CCF Resource
Link copied to clipboard
Object representing RunningState for Managed CCF.