Get Network Service Result
data class GetNetworkServiceResult(val id: String, val location: String, val mobileNetworkId: String, val name: String, val pccRules: List<GetNetworkServicePccRule>, val servicePrecedence: Int, val serviceQosPolicies: List<GetNetworkServiceServiceQosPolicy>, val tags: Map<String, String>)
A collection of values returned by getNetworkService.
Properties
Link copied to clipboard
Link copied to clipboard
A pcc_rule
block as defined below. The set of PCC Rules that make up this service.
Link copied to clipboard
A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
Link copied to clipboard
A service_qos_policy
block as defined below. The QoS policy to use for packets matching this service.