toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.networkcloud.kotlin.outputs
/
EndpointDependencyResponse
Endpoint
Dependency
Response
data
class
EndpointDependencyResponse
(
val
domainName
:
String
,
val
port
:
Double
?
=
null
)
Members
Constructors
Endpoint
Dependency
Response
Link copied to clipboard
constructor
(
domainName
:
String
,
port
:
Double
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
domain
Name
Link copied to clipboard
val
domainName
:
String
The domain name of the dependency.
port
Link copied to clipboard
val
port
:
Double
?
=
null
The port of this endpoint.