Sim Static Ip Properties Response
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
fun SimStaticIpPropertiesResponse(attachedDataNetwork: AttachedDataNetworkResourceIdResponse? = null, slice: SliceResourceIdResponse? = null, staticIp: SimStaticIpPropertiesResponseStaticIp? = null)