pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.networkcloud.kotlin.inputs
/
EndpointDependencyArgs
Endpoint
Dependency
Args
data
class
EndpointDependencyArgs
(
val
domainName
:
Output
<
String
>
,
val
port
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
EndpointDependencyArgs
>
Constructors
Functions
Properties
Constructors
Endpoint
Dependency
Args
Link copied to clipboard
fun
EndpointDependencyArgs
(
domainName
:
Output
<
String
>
,
port
:
Output
<
Double
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EndpointDependencyArgs
Properties
domain
Name
Link copied to clipboard
val
domainName
:
Output
<
String
>
The domain name of the dependency.
port
Link copied to clipboard
val
port
:
Output
<
Double
>
?
=
null
The port of this endpoint.