Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.16 KB

VnicEthQosPolicy.md

File metadata and controls

15 lines (11 loc) · 1.16 KB

VnicEthQosPolicy

An Ethernet Quality of Service (QoS) policy assigns a system class to the outgoing traffic for a vNIC. This system class determines the quality of service for the outgoing traffic. For certain adapters you can also specify additional controls like burst and rate on the outgoing traffic.

Properties

Name Type Description Notes
cos int Class of Service to be associated to the traffic on the virtual interface. [optional]
mtu int The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts. [optional]
rate_limit int The value in Mbps (0-100000) to use for limiting the data rate on the virtual interface. Setting this to zero will turn rate limiting off. [optional]
trust_host_cos bool Enables usage of the Class of Service provided by the operating system. [optional]
organization OrganizationOrganization [optional]

[Back to Model list] [Back to API list] [Back to README]