Network Sim Static Ip Configuration Args
data class NetworkSimStaticIpConfigurationArgs(val attachedDataNetworkId: Output<String>, val sliceId: Output<String>, val staticIpv4Address: Output<String>? = null) : ConvertibleToJava<NetworkSimStaticIpConfigurationArgs>
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 IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.