staticIpConfiguration

@JvmName(name = "byhaasbcmwdbafyp")
suspend fun staticIpConfiguration(value: Output<List<SimStaticIpPropertiesArgs>>)
@JvmName(name = "lpbvkupwmxmfxwfd")
suspend fun staticIpConfiguration(value: List<SimStaticIpPropertiesArgs>?)

Parameters

value

A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.


@JvmName(name = "tjqpkmywxayuyfwo")
suspend fun staticIpConfiguration(vararg values: Output<SimStaticIpPropertiesArgs>)


@JvmName(name = "novhkqgrvlyiubth")
suspend fun staticIpConfiguration(values: List<Output<SimStaticIpPropertiesArgs>>)
@JvmName(name = "fnnqlfwwnnlummks")
suspend fun staticIpConfiguration(vararg values: SimStaticIpPropertiesArgs)

Parameters

values

A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.


@JvmName(name = "vvyyhoubdfryfmhu")
suspend fun staticIpConfiguration(argument: List<suspend SimStaticIpPropertiesArgsBuilder.() -> Unit>)
@JvmName(name = "ppvqwkpnjaetucgb")
suspend fun staticIpConfiguration(vararg argument: suspend SimStaticIpPropertiesArgsBuilder.() -> Unit)
@JvmName(name = "uqlljfsyanraprxx")
suspend fun staticIpConfiguration(argument: suspend SimStaticIpPropertiesArgsBuilder.() -> Unit)

Parameters

argument

A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.