rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch Module¶rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch.ClassToPriorityMappingField(*args, **kwargs)¶Bases: sushy.resources.base.ListField
priority = <sushy.resources.base.Field object>¶traffic_class = <sushy.resources.base.Field object>¶rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch.EthernetSwitch(connector, path='', redfish_version=None, registries=None, reader=None)¶Bases: rsd_lib.resources.v2_2.ethernet_switch.ethernet_switch.EthernetSwitch
class_to_priority_mapping = <rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch.ClassToPriorityMappingField object>¶The ethernet switch class to priority mapping
dcbx_enabled = <sushy.resources.base.Field object>¶The boolean indicate this dcbx is enabled or not
ets_enabled = <sushy.resources.base.Field object>¶The boolean indicate this etse is enabled or not
lldp_enabled = <sushy.resources.base.Field object>¶The boolean indicate this lldp is enabled or not
max_acl_number = <sushy.resources.base.Field object>¶The ethernet switch max acl number
metrics = <sushy.resources.base.Field object>¶The ethernet switch metrics
priority_flow_control = <rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch.PriorityFlowControlField object>¶The ethernet switch priority flow control
priority_to_class_mapping = <rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch.PriorityToClassMappingField object>¶The ethernet switch priority to class mapping
traffic_classification = <rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch.TrafficClassficationField object>¶The ethernet switch traffic classification
transmission_selection = <rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch.TransmissionSelectionField object>¶The ethernet switch transmission selection
rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch.EthernetSwitchCollection(connector, path, redfish_version=None, registries=None)¶rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch.PriorityFlowControlField(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
enabled = <sushy.resources.base.Field object>¶lossless_priorities = <sushy.resources.base.Field object>¶rsd_lib.resources.v2_3.ethernet_switch.ethernet_switch.PriorityToClassMappingField(*args, **kwargs)¶Bases: sushy.resources.base.ListField
priority = <sushy.resources.base.Field object>¶traffic_class = <sushy.resources.base.Field object>¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.