Uses of Class
org.openstack4j.model.network.ext.LbMethod
-
Packages that use LbMethod Package Description org.openstack4j.model.network.ext org.openstack4j.model.network.ext.builder org.openstack4j.openstack.networking.domain.ext -
-
Uses of LbMethod in org.openstack4j.model.network.ext
Methods in org.openstack4j.model.network.ext that return LbMethod Modifier and Type Method Description static LbMethodLbMethod. forValue(String value)LbMethodLbPool. getLbMethod()LbMethodLbPoolUpdate. getLbMethod()LbMethodLbPoolV2. getLbMethod()LbMethodLbPoolV2Update. getLbMethod()static LbMethodLbMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static LbMethod[]LbMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LbMethod in org.openstack4j.model.network.ext.builder
Methods in org.openstack4j.model.network.ext.builder with parameters of type LbMethod Modifier and Type Method Description LbPoolBuilderLbPoolBuilder. lbMethod(LbMethod lbMethod)LbPoolUpdateBuilderLbPoolUpdateBuilder. lbMethod(LbMethod lbMethod)LbPoolV2BuilderLbPoolV2Builder. lbMethod(LbMethod lbMethod)LbPoolV2UpdateBuilderLbPoolV2UpdateBuilder. lbMethod(LbMethod lbMethod) -
Uses of LbMethod in org.openstack4j.openstack.networking.domain.ext
Methods in org.openstack4j.openstack.networking.domain.ext that return LbMethod Modifier and Type Method Description LbMethodNeutronLbPool. getLbMethod()LbMethodNeutronLbPoolUpdate. getLbMethod()LbMethodNeutronLbPoolV2. getLbMethod()LbMethodNeutronLbPoolV2Update. getLbMethod()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type LbMethod Modifier and Type Method Description LbPoolBuilderNeutronLbPool.LbPoolContreteBuilder. lbMethod(LbMethod lbMethod)LbPoolUpdateBuilderNeutronLbPoolUpdate.LbPoolUpdateContreteBuilder. lbMethod(LbMethod lbMethod)LbPoolV2BuilderNeutronLbPoolV2.LbPoolV2ConcreteBuilder. lbMethod(LbMethod lbMethod)NeutronLbPoolV2Update.LbPoolV2UpdateContreteBuilderNeutronLbPoolV2Update.LbPoolV2UpdateContreteBuilder. lbMethod(LbMethod lbMethod)
-