BitRateUnit type
Bit rate unit.
KnownBitRateUnit can be used interchangeably with BitRateUnit,
this enum contains the known values that the service supports.
Known values supported by the service
bps: Bit rate unit in bits per second.
Kbps: Bit rate unit in kilobits per second.
Mbps: Bit rate unit in megabits per second.
Gbps: Bit rate unit in gigabits per second.
Pps: Bit rate unit in packets per second.
type BitRateUnit = string