QualifiedComponentDeploymentParametersResponse

data class QualifiedComponentDeploymentParametersResponse(val parameters: String? = null, val secrets: String? = null, val type: String)

Containerized Network Function (CNF) Qualified Deployment Parameters

Constructors

constructor(parameters: String? = null, secrets: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameters: String? = null

Deployment Parameters

Link copied to clipboard
val secrets: String? = null

Deployment secrets

Link copied to clipboard

Federation Type