toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.mongocluster.kotlin.inputs
/
GetMongoClusterPlainArgs
Get
Mongo
Cluster
Plain
Args
data
class
GetMongoClusterPlainArgs
(
val
mongoClusterName
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
GetMongoClusterPlainArgs
>
Members
Constructors
Get
Mongo
Cluster
Plain
Args
Link copied to clipboard
constructor
(
mongoClusterName
:
String
,
resourceGroupName
:
String
)
Properties
mongo
Cluster
Name
Link copied to clipboard
val
mongoClusterName
:
String
The name of the mongo cluster.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group. The name is case insensitive.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetMongoClusterPlainArgs