GetNetworkServicePccRuleServiceDataFlowTemplate

data class GetNetworkServicePccRuleServiceDataFlowTemplate(val direction: String, val name: String, val ports: List<String>, val protocols: List<String>, val remoteIpLists: List<String>)

Constructors

constructor(direction: String, name: String, ports: List<String>, protocols: List<String>, remoteIpLists: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The direction of this flow. Possible values are Uplink, Downlink and Bidirectional.

Link copied to clipboard

Specifies the name which should be used for this Mobile Network Service.

Link copied to clipboard

The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.

Link copied to clipboard

A list of the allowed protocol(s) for this flow.

Link copied to clipboard

The remote IP address(es) to which UEs will connect for this flow.