toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.bigtableadmin.v2.kotlin.inputs
/
GetClusterPlainArgs
Get
Cluster
Plain
Args
data
class
GetClusterPlainArgs
(
val
clusterId
:
String
,
val
instanceId
:
String
,
val
project
:
String
?
=
null
)
:
ConvertibleToJava
<
GetClusterPlainArgs
>
Members
Constructors
Get
Cluster
Plain
Args
Link copied to clipboard
constructor
(
clusterId
:
String
,
instanceId
:
String
,
project
:
String
?
=
null
)
Properties
cluster
Id
Link copied to clipboard
val
clusterId
:
String
instance
Id
Link copied to clipboard
val
instanceId
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetClusterPlainArgs