accessConfigs

@JvmName(name = "gitolnirjppqsqoq")
suspend fun accessConfigs(value: Output<List<InstanceTemplateNetworkInterfaceAccessConfigArgs>>)
@JvmName(name = "sfgvyeambitineww")
suspend fun accessConfigs(value: List<InstanceTemplateNetworkInterfaceAccessConfigArgs>?)

Parameters

value

Access configurations, i.e. IPs via which this instance can be accessed via the Internet. Omit to ensure that the instance is not accessible from the Internet (this means that ssh provisioners will not work unless you can send traffic to the instance's network (e.g. via tunnel or because it is running on another cloud instance on that network). This block can be repeated multiple times. Structure documented below.


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


@JvmName(name = "buxyxcqgnhuqbnhy")
suspend fun accessConfigs(values: List<Output<InstanceTemplateNetworkInterfaceAccessConfigArgs>>)
@JvmName(name = "sfldltsxdsfhgtme")
suspend fun accessConfigs(vararg values: InstanceTemplateNetworkInterfaceAccessConfigArgs)

Parameters

values

Access configurations, i.e. IPs via which this instance can be accessed via the Internet. Omit to ensure that the instance is not accessible from the Internet (this means that ssh provisioners will not work unless you can send traffic to the instance's network (e.g. via tunnel or because it is running on another cloud instance on that network). This block can be repeated multiple times. Structure documented below.


@JvmName(name = "frenpvlmongmnsjm")
suspend fun accessConfigs(argument: List<suspend InstanceTemplateNetworkInterfaceAccessConfigArgsBuilder.() -> Unit>)
@JvmName(name = "xbqiajgitgevpoce")
suspend fun accessConfigs(vararg argument: suspend InstanceTemplateNetworkInterfaceAccessConfigArgsBuilder.() -> Unit)
@JvmName(name = "fxlhsjfiheymiwuh")
suspend fun accessConfigs(argument: suspend InstanceTemplateNetworkInterfaceAccessConfigArgsBuilder.() -> Unit)

Parameters

argument

Access configurations, i.e. IPs via which this instance can be accessed via the Internet. Omit to ensure that the instance is not accessible from the Internet (this means that ssh provisioners will not work unless you can send traffic to the instance's network (e.g. via tunnel or because it is running on another cloud instance on that network). This block can be repeated multiple times. Structure documented below.