Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ETHERNETSPEED
Packages that use ETHERNETSPEED
Package
Description
-
Uses of ETHERNETSPEED in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609
Subinterfaces of ETHERNETSPEED in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609Modifier and TypeInterfaceDescriptioninterface100 Gbps Ethernetinterface100 Mbps Ethernetinterface10 Gbps Ethernetinterface10 Mbps Ethernetinterface1 Gbps Ethernetinterface200 Gbps Ethernetinterface2.5 Gbps Ethernetinterface25 Gbps Ethernetinterface400 Gbps Ethernetinterface40 Gbps Ethernetinterface50 Gbps Ethernetinterface5 Gbps Ethernetinterface600 Gbps Ethernetinterface800 Gbps EthernetinterfaceInterface speed is unknown.Fields in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609 declared as ETHERNETSPEEDModifier and TypeFieldDescriptionstatic final @NonNull ETHERNETSPEEDETHERNETSPEED.VALUESingleton value representing theETHERNETSPEEDidentity.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609 that return ETHERNETSPEEDModifier and TypeMethodDescriptionEthernetInterfaceState.getNegotiatedPortSpeed()Return negotiatedPortSpeed, ornullif it is not present.EthernetInterfaceConfig.getPortSpeed()Return portSpeed, ornullif it is not present.default @NonNull ETHERNETSPEEDEthernetInterfaceState.requireNegotiatedPortSpeed()Return negotiatedPortSpeed, guaranteed to be non-null.default @NonNull ETHERNETSPEEDEthernetInterfaceConfig.requirePortSpeed()Return portSpeed, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609 that return types with arguments of type ETHERNETSPEEDModifier and TypeMethodDescriptionClass<? extends ETHERNETSPEED>ETHERNETSPEED.implementedInterface() -
Uses of ETHERNETSPEED in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet that return ETHERNETSPEEDModifier and TypeMethodDescriptionStateBuilder.getNegotiatedPortSpeed()Return current value associated with the property corresponding toEthernetInterfaceState.getNegotiatedPortSpeed().ConfigBuilder.getPortSpeed()Return current value associated with the property corresponding toEthernetInterfaceConfig.getPortSpeed().StateBuilder.getPortSpeed()Return current value associated with the property corresponding toEthernetInterfaceConfig.getPortSpeed().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.ethernet.rev210609.ethernet.top.ethernet with parameters of type ETHERNETSPEEDModifier and TypeMethodDescriptionStateBuilder.setNegotiatedPortSpeed(ETHERNETSPEED value) Set the property corresponding toEthernetInterfaceState.getNegotiatedPortSpeed()to the specified value.ConfigBuilder.setPortSpeed(ETHERNETSPEED value) Set the property corresponding toEthernetInterfaceConfig.getPortSpeed()to the specified value.StateBuilder.setPortSpeed(ETHERNETSPEED value) Set the property corresponding toEthernetInterfaceConfig.getPortSpeed()to the specified value.