pulumi-azure-native-kotlin
2.14.0.0
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.
Types
Constructors
Properties
Constructors
Qos
Port
Range
Response
Link copied to clipboard
fun
QosPortRangeResponse
(
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.