InstanceGceSetupNetworkInterface

data class InstanceGceSetupNetworkInterface(val network: String? = null, val nicType: String? = null, val subnet: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val network: String? = null

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

Link copied to clipboard
val nicType: 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: String? = null

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