pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.workstations.v1beta.kotlin.inputs
/
HostArgs
Host
Args
data
class
HostArgs
(
val
gceInstance
:
Output
<
GceInstanceArgs
>
?
=
null
)
:
ConvertibleToJava
<
HostArgs
>
Runtime host for a workstation.
Constructors
Functions
Properties
Constructors
Host
Args
Link copied to clipboard
fun
HostArgs
(
gceInstance
:
Output
<
GceInstanceArgs
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
HostArgs
Properties
gce
Instance
Link copied to clipboard
val
gceInstance
:
Output
<
GceInstanceArgs
>
?
=
null
Specifies a Compute Engine instance as the host.