Qos Definition Args
data class QosDefinitionArgs(val destinationIpRanges: Output<List<QosIpRangeArgs>>? = null, val destinationPortRanges: Output<List<QosPortRangeArgs>>? = null, val markings: Output<List<Int>>? = null, val protocol: Output<Either<String, ProtocolType>>? = null, val sourceIpRanges: Output<List<QosIpRangeArgs>>? = null, val sourcePortRanges: Output<List<QosPortRangeArgs>>? = null) : ConvertibleToJava<QosDefinitionArgs>
Quality of Service defines the traffic configuration between endpoints. Mandatory to have one marking.
Constructors
Link copied to clipboard
constructor(destinationIpRanges: Output<List<QosIpRangeArgs>>? = null, destinationPortRanges: Output<List<QosPortRangeArgs>>? = null, markings: Output<List<Int>>? = null, protocol: Output<Either<String, ProtocolType>>? = null, sourceIpRanges: Output<List<QosIpRangeArgs>>? = null, sourcePortRanges: Output<List<QosPortRangeArgs>>? = null)