NetworkSimStaticIpConfigurationArgs

data class NetworkSimStaticIpConfigurationArgs(val attachedDataNetworkId: Output<String>, val sliceId: Output<String>, val staticIpv4Address: Output<String>? = null) : ConvertibleToJava<NetworkSimStaticIpConfigurationArgs>

Constructors

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

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
val sliceId: Output<String>

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
val staticIpv4Address: 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(): NetworkSimStaticIpConfigurationArgs