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