pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.container.v1beta1.kotlin.inputs
/
VirtualNICArgs
Virtual
NICArgs
data
class
VirtualNICArgs
(
val
enabled
:
Output
<
Boolean
>
?
=
null
)
:
ConvertibleToJava
<
VirtualNICArgs
>
Configuration of gVNIC feature.
Constructors
Functions
Properties
Constructors
Virtual
NICArgs
Link copied to clipboard
fun
VirtualNICArgs
(
enabled
:
Output
<
Boolean
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
VirtualNICArgs
Properties
enabled
Link copied to clipboard
val
enabled
:
Output
<
Boolean
>
?
=
null
Whether gVNIC features are enabled in the node pool.