GetNetworkServiceResult

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.

Constructors

Link copied to clipboard
constructor(id: String, location: String, mobileNetworkId: String, name: String, pccRules: List<GetNetworkServicePccRule>, servicePrecedence: Int, serviceQosPolicies: List<GetNetworkServiceServiceQosPolicy>, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Mobile Network Service should exist.

Link copied to clipboard
Link copied to clipboard

The name of the data flow template. This must be unique within the parent data flow policy rule.

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.

Link copied to clipboard

A mapping of tags which should be assigned to the Mobile Network Service.