pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabric.kotlin.inputs
/
EndpointRangeDescriptionArgs
Endpoint
Range
Description
Args
data
class
EndpointRangeDescriptionArgs
(
val
endPort
:
Output
<
Int
>
,
val
startPort
:
Output
<
Int
>
)
:
ConvertibleToJava
<
EndpointRangeDescriptionArgs
>
Port range details
Constructors
Functions
Properties
Constructors
Endpoint
Range
Description
Args
Link copied to clipboard
fun
EndpointRangeDescriptionArgs
(
endPort
:
Output
<
Int
>
,
startPort
:
Output
<
Int
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EndpointRangeDescriptionArgs
Properties
end
Port
Link copied to clipboard
val
endPort
:
Output
<
Int
>
End port of a range of ports
start
Port
Link copied to clipboard
val
startPort
:
Output
<
Int
>
Starting port of a range of ports