toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.outputs
/
QosPortRangeResponse
Qos
Port
Range
Response
data
class
QosPortRangeResponse
(
val
end
:
Int
?
=
null
,
val
start
:
Int
?
=
null
)
Qos Traffic Profiler Port range properties.
Members
Constructors
Qos
Port
Range
Response
Link copied to clipboard
constructor
(
end
:
Int
?
=
null
,
start
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Link copied to clipboard
val
end
:
Int
?
=
null
Qos Port Range end.
start
Link copied to clipboard
val
start
:
Int
?
=
null
Qos Port Range start.