toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
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
Members
Constructors
Endpoint
Range
Description
Args
Link copied to clipboard
constructor
(
endPort
:
Output
<
Int
>
,
startPort
:
Output
<
Int
>
)
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
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EndpointRangeDescriptionArgs