Uses of Class
org.openstack4j.model.network.ext.Ethertype
-
Packages that use Ethertype Package Description org.openstack4j.model.network.ext org.openstack4j.model.network.ext.builder org.openstack4j.openstack.networking.domain.ext -
-
Uses of Ethertype in org.openstack4j.model.network.ext
Methods in org.openstack4j.model.network.ext that return Ethertype Modifier and Type Method Description static EthertypeEthertype. forValue(String value)EthertypeFlowClassifier. getEthertype()static EthertypeEthertype. valueOf(String name)Returns the enum constant of this type with the specified name.static Ethertype[]Ethertype. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Ethertype in org.openstack4j.model.network.ext.builder
Methods in org.openstack4j.model.network.ext.builder with parameters of type Ethertype Modifier and Type Method Description FlowClassifierBuilderFlowClassifierBuilder. ethertype(Ethertype ethertype) -
Uses of Ethertype in org.openstack4j.openstack.networking.domain.ext
Methods in org.openstack4j.openstack.networking.domain.ext that return Ethertype Modifier and Type Method Description EthertypeNeutronFlowClassifier. getEthertype()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type Ethertype Modifier and Type Method Description FlowClassifierBuilderNeutronFlowClassifier.FlowClassifierConcreteBuilder. ethertype(Ethertype ethertype)
-