Uses of Class
org.openstack4j.model.network.ext.Protocol
-
Packages that use Protocol Package Description org.openstack4j.model.network.ext org.openstack4j.model.network.ext.builder org.openstack4j.openstack.networking.domain.ext -
-
Uses of Protocol in org.openstack4j.model.network.ext
Methods in org.openstack4j.model.network.ext that return Protocol Modifier and Type Method Description static ProtocolProtocol. forValue(String value)ProtocolLbPool. getProtocol()ProtocolLbPoolV2. getProtocol()ProtocolVip. getProtocol()static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Protocol in org.openstack4j.model.network.ext.builder
Methods in org.openstack4j.model.network.ext.builder with parameters of type Protocol Modifier and Type Method Description LbPoolBuilderLbPoolBuilder. protocol(Protocol protocol)LbPoolV2BuilderLbPoolV2Builder. protocol(Protocol protocol)VipBuilderVipBuilder. protocol(Protocol protocol) -
Uses of Protocol in org.openstack4j.openstack.networking.domain.ext
Methods in org.openstack4j.openstack.networking.domain.ext that return Protocol Modifier and Type Method Description ProtocolNeutronLbPool. getProtocol()ProtocolNeutronLbPoolV2. getProtocol()ProtocolNeutronVip. getProtocol()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type Protocol Modifier and Type Method Description LbPoolBuilderNeutronLbPool.LbPoolContreteBuilder. protocol(Protocol protocol)LbPoolV2BuilderNeutronLbPoolV2.LbPoolV2ConcreteBuilder. protocol(Protocol protocol)VipBuilderNeutronVip.VipContreteBuilder. protocol(Protocol protocol)
-