InstanceGceSetupNetworkInterfaceArgs

data class InstanceGceSetupNetworkInterfaceArgs(val accessConfigs: Output<List<InstanceGceSetupNetworkInterfaceAccessConfigArgs>>? = null, val network: Output<String>? = null, val nicType: Output<String>? = null, val subnet: Output<String>? = null) : ConvertibleToJava<InstanceGceSetupNetworkInterfaceArgs>

Constructors

Link copied to clipboard
constructor(accessConfigs: Output<List<InstanceGceSetupNetworkInterfaceAccessConfigArgs>>? = null, network: Output<String>? = null, nicType: Output<String>? = null, subnet: Output<String>? = null)

Properties

Link copied to clipboard

Optional. An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address. Structure is documented below.

Link copied to clipboard
val network: Output<String>? = null

Optional. The name of the VPC that this VM instance is in.

Link copied to clipboard
val nicType: Output<String>? = null

Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet. Possible values are: VIRTIO_NET, GVNIC.

Link copied to clipboard
val subnet: Output<String>? = null

Optional. The name of the subnet that this VM instance is in.

Functions

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