InstanceGceSetupNetworkInterfaceAccessConfigArgs

data class InstanceGceSetupNetworkInterfaceAccessConfigArgs(val externalIp: Output<String>) : ConvertibleToJava<InstanceGceSetupNetworkInterfaceAccessConfigArgs>

Constructors

constructor(externalIp: Output<String>)

Properties

Link copied to clipboard
val externalIp: Output<String>

An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance.

Functions

Link copied to clipboard
open override fun toJava(): InstanceGceSetupNetworkInterfaceAccessConfigArgs