InstanceGceSetupNetworkInterfaceArgs

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

Constructors

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

Properties

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