QosDefinitionArgs

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)