NetworkSimStaticIpConfiguration

data class NetworkSimStaticIpConfiguration(val attachedDataNetworkId: String, val sliceId: String, val staticIpv4Address: String? = null)

Constructors

Link copied to clipboard
constructor(attachedDataNetworkId: String, sliceId: String, staticIpv4Address: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address.

Link copied to clipboard

The ID of network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address.

Link copied to clipboard

The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.