Sim Static Ip Properties Args
data class SimStaticIpPropertiesArgs(val attachedDataNetwork: Output<AttachedDataNetworkResourceIdArgs>? = null, val slice: Output<SliceResourceIdArgs>? = null, val staticIp: Output<SimStaticIpPropertiesStaticIpArgs>? = null) : ConvertibleToJava<SimStaticIpPropertiesArgs>
Static IP configuration for a SIM, scoped to a particular attached data network and slice.
Constructors
Link copied to clipboard
constructor(attachedDataNetwork: Output<AttachedDataNetworkResourceIdArgs>? = null, slice: Output<SliceResourceIdArgs>? = null, staticIp: Output<SimStaticIpPropertiesStaticIpArgs>? = null)
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.