accessConfigs

@JvmName(name = "nklyruyfsbjnigpv")
suspend fun accessConfigs(value: Output<List<AccessConfigArgs>>)
@JvmName(name = "badqycfrxeadiujg")
suspend fun accessConfigs(value: List<AccessConfigArgs>?)

Parameters

value

An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.


@JvmName(name = "hkobqvkdfcipvbad")
suspend fun accessConfigs(vararg values: Output<AccessConfigArgs>)


@JvmName(name = "roblqvjunbtqcmxq")
suspend fun accessConfigs(values: List<Output<AccessConfigArgs>>)
@JvmName(name = "qcierorjynwbrhcp")
suspend fun accessConfigs(vararg values: AccessConfigArgs)

Parameters

values

An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.


@JvmName(name = "cjirpwdwjdxmsngg")
suspend fun accessConfigs(argument: List<suspend AccessConfigArgsBuilder.() -> Unit>)
@JvmName(name = "pvpyjdqljetqapkk")
suspend fun accessConfigs(vararg argument: suspend AccessConfigArgsBuilder.() -> Unit)
@JvmName(name = "qaysbclfbbsgivrc")
suspend fun accessConfigs(argument: suspend AccessConfigArgsBuilder.() -> Unit)

Parameters

argument

An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.