Get Network Function Result
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
Constructors
Link copied to clipboard
fun GetNetworkFunctionResult(capacity: Int? = null, deploymentNotes: String? = null, id: String, infrastructureElementCount: Int, location: String, name: String, networkFunctionAdministrativeState: String, networkFunctionOperationalStatus: String, networkFunctionType: String, provisioningState: String, sku: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, userDescription: String? = null)