SimStaticIpPropertiesStaticIpArgs

data class SimStaticIpPropertiesStaticIpArgs(val ipv4Address: Output<String>? = null) : ConvertibleToJava<SimStaticIpPropertiesStaticIpArgs>

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

Constructors

Link copied to clipboard
constructor(ipv4Address: Output<String>? = null)

Properties

Link copied to clipboard
val ipv4Address: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): SimStaticIpPropertiesStaticIpArgs