networkConfigs

@JvmName(name = "sqchtsynjstievse")
suspend fun networkConfigs(value: Output<List<V2VmNetworkConfigArgs>>)
@JvmName(name = "nuaaixfglltroqef")
suspend fun networkConfigs(value: List<V2VmNetworkConfigArgs>?)

Parameters

value

Repeated network configurations for the TPU node. This field is used to specify multiple network configs for the TPU node. Structure is documented below.


@JvmName(name = "egqjrnyohnpsdhpm")
suspend fun networkConfigs(vararg values: Output<V2VmNetworkConfigArgs>)


@JvmName(name = "aayeygcuxyibbmsi")
suspend fun networkConfigs(values: List<Output<V2VmNetworkConfigArgs>>)
@JvmName(name = "wpckpsstexyrccfv")
suspend fun networkConfigs(vararg values: V2VmNetworkConfigArgs)

Parameters

values

Repeated network configurations for the TPU node. This field is used to specify multiple network configs for the TPU node. Structure is documented below.


@JvmName(name = "itklgkhsbjfewlja")
suspend fun networkConfigs(argument: List<suspend V2VmNetworkConfigArgsBuilder.() -> Unit>)
@JvmName(name = "epbgvxkowpyuljjx")
suspend fun networkConfigs(vararg argument: suspend V2VmNetworkConfigArgsBuilder.() -> Unit)
@JvmName(name = "wjrrkatycknggvjq")
suspend fun networkConfigs(argument: suspend V2VmNetworkConfigArgsBuilder.() -> Unit)

Parameters

argument

Repeated network configurations for the TPU node. This field is used to specify multiple network configs for the TPU node. Structure is documented below.