ClusterNodeConfigGvnicArgs

data class ClusterNodeConfigGvnicArgs(val enabled: Output<Boolean>) : ConvertibleToJava<ClusterNodeConfigGvnicArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Whether or not the Google Virtual NIC (gVNIC) is enabled

Functions

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