pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabric.kotlin.outputs
/
EndpointRangeDescriptionResponse
Endpoint
Range
Description
Response
data
class
EndpointRangeDescriptionResponse
(
val
endPort
:
Int
,
val
startPort
:
Int
)
Port range details
Types
Constructors
Properties
Constructors
Endpoint
Range
Description
Response
Link copied to clipboard
fun
EndpointRangeDescriptionResponse
(
endPort
:
Int
,
startPort
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Port
Link copied to clipboard
val
endPort
:
Int
End port of a range of ports
start
Port
Link copied to clipboard
val
startPort
:
Int
Starting port of a range of ports