toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datamigration.kotlin.outputs
/
MongoConnectionInformationResponse
Mongo
Connection
Information
Response
data
class
MongoConnectionInformationResponse
(
val
host
:
String
?
=
null
,
val
port
:
Int
?
=
null
)
Mongo Connection
Members
Constructors
Mongo
Connection
Information
Response
Link copied to clipboard
constructor
(
host
:
String
?
=
null
,
port
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
host
Link copied to clipboard
val
host
:
String
?
=
null
Host of mongo connection.
port
Link copied to clipboard
val
port
:
Int
?
=
null
Port of mongo connection.