Get Upf Deployment Result
data class GetUpfDeploymentResult(val clusterService: String, val componentParameters: String, val id: String, val location: String, val name: String, val operationalStatus: OperationalStatusResponse, val provisioningState: String, val releaseVersion: String, val secretsParameters: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Azure for Operators 5G Core User Plane Function (UPF) Deployment Resource
Constructors
Link copied to clipboard
constructor(clusterService: String, componentParameters: String, id: String, location: String, name: String, operationalStatus: OperationalStatusResponse, provisioningState: String, releaseVersion: String, secretsParameters: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Reference to cluster where the Network Function is deployed
Link copied to clipboard
Azure for Operators 5G Core UPF component parameters
Link copied to clipboard
Operational status
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Release version. This is inherited from the cluster
Link copied to clipboard
Azure for Operators 5G Core F secrets parameters
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.