SimStaticIpPropertiesResponse

data class SimStaticIpPropertiesResponse(val attachedDataNetwork: AttachedDataNetworkResourceIdResponse? = null, val slice: SliceResourceIdResponse? = null, val staticIp: SimStaticIpPropertiesResponseStaticIp? = null)

Static IP configuration for a SIM, scoped to a particular attached data network and slice.

Constructors

Link copied to clipboard
constructor(attachedDataNetwork: AttachedDataNetworkResourceIdResponse? = null, slice: SliceResourceIdResponse? = null, staticIp: SimStaticIpPropertiesResponseStaticIp? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The 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. The attached data network must be in the same location as the SIM.

Link copied to clipboard

The 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. The slice must be in the same location as the SIM.

Link copied to clipboard

The static IP configuration for the SIM to use at the defined network scope.