Package-level declarations

Types

Link copied to clipboard
data class ClusterServiceAksClusterDataResponse(val customLocationId: String, val type: String)

AKS Cluster specific data.

data class ClusterServiceNexusAksClusterDataResponse(val customLocationId: String, val type: String)

Nexus AKS Cluster specific data.

Link copied to clipboard
data class GetAmfDeploymentResult(val clusterService: String, val componentParameters: String? = null, 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 Access and Mobility Function (AMF) Deployment Resource

Link copied to clipboard
data class GetClusterServiceResult(val clusterTypeSpecificData: Either<ClusterServiceAksClusterDataResponse, ClusterServiceNexusAksClusterDataResponse>, val componentParameters: List<QualifiedComponentDeploymentParametersResponse>, val deploymentType: String, val id: String, val location: String, val name: String, val operationalStatus: OperationalStatusResponse, val provisioningState: String, val releaseVersion: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Azure for Operators 5G Core Cluster Service Resource

Link copied to clipboard
data class GetNetworkFunctionResult(val capacity: Int? = null, val deploymentNotes: String? = null, val id: String, val infrastructureElementCount: Int, val location: String, val name: String, val networkFunctionAdministrativeState: String, val networkFunctionOperationalStatus: String, val networkFunctionType: String, val provisioningState: String, val sku: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userDescription: String? = null)

AO5GC Network Function Resource

Link copied to clipboard
data class GetNrfDeploymentResult(val clusterService: String, val componentParameters: String? = null, 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 Network Repository Function (NRF) Deployment Resource

Link copied to clipboard
data class GetNssfDeploymentResult(val clusterService: String, val componentParameters: String? = null, 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 Network Slice Selection Function (NSSF) Deployment Resource

Link copied to clipboard
data class GetObservabilityServiceResult(val clusterService: String, val componentParameters: List<QualifiedComponentDeploymentParametersResponse>, val id: String, val location: String, val name: String, val operationalStatus: OperationalStatusResponse, val provisioningState: String, val releaseVersion: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Azure for Operators 5G Core Observability Service Resource

Link copied to clipboard
data class GetSmfDeploymentResult(val clusterService: String, val componentParameters: String? = null, 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 Session Management Function (SMF) Deployment Resource

Link copied to clipboard
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

Link copied to clipboard
data class OperationalStatusResponse(val healthCheck: String, val workload: String)

Operational Status of the resource

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

Containerized Network Function (CNF) Qualified Deployment Parameters

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.