Uses of Interface
org.openstack4j.model.network.ext.SessionPersistence
-
Packages that use SessionPersistence Package Description org.openstack4j.model.network.ext org.openstack4j.model.network.ext.builder org.openstack4j.openstack.networking.domain.ext -
-
Uses of SessionPersistence in org.openstack4j.model.network.ext
Methods in org.openstack4j.model.network.ext that return SessionPersistence Modifier and Type Method Description SessionPersistenceLbPoolV2. getSessionPersistence()SessionPersistenceLbPoolV2Update. getSessionPersistence()OptionalSessionPersistenceVip. getSessionPersistence()SessionPersistenceVipUpdate. getSessionPersistence()Optional -
Uses of SessionPersistence in org.openstack4j.model.network.ext.builder
Methods in org.openstack4j.model.network.ext.builder with parameters of type SessionPersistence Modifier and Type Method Description LbPoolV2BuilderLbPoolV2Builder. sessionPersistence(SessionPersistence sessionPersistence)OptionalLbPoolV2UpdateBuilderLbPoolV2UpdateBuilder. sessionPersistence(SessionPersistence sessionPersistence)OptionalVipBuilderVipBuilder. sessionPersistence(SessionPersistence sessionPersistence)OptionalVipUpdateBuilderVipUpdateBuilder. sessionPersistence(SessionPersistence sessionPersistence)Optional -
Uses of SessionPersistence in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement SessionPersistence Modifier and Type Class Description classNeutronSessionPersistenceMethods in org.openstack4j.openstack.networking.domain.ext that return SessionPersistence Modifier and Type Method Description SessionPersistenceNeutronSessionPersistence.SessionPersistenceContreteBuilder. build()Creates and return the Model Entity MSessionPersistenceNeutronLbPoolV2. getSessionPersistence()SessionPersistenceNeutronLbPoolV2Update. getSessionPersistence()SessionPersistenceNeutronVip. getSessionPersistence()SessionPersistenceNeutronVipUpdate. getSessionPersistence()OptionalMethods in org.openstack4j.openstack.networking.domain.ext with parameters of type SessionPersistence Modifier and Type Method Description SessionPersistenceBuilderNeutronSessionPersistence.SessionPersistenceContreteBuilder. from(SessionPersistence in)Creates a Builder using the param M as the default valuesLbPoolV2BuilderNeutronLbPoolV2.LbPoolV2ConcreteBuilder. sessionPersistence(SessionPersistence sessionPersistence)OptionalLbPoolV2UpdateBuilderNeutronLbPoolV2Update.LbPoolV2UpdateContreteBuilder. sessionPersistence(SessionPersistence sessionPersistence)OptionalVipBuilderNeutronVip.VipContreteBuilder. sessionPersistence(SessionPersistence sessionPersistence)OptionalVipUpdateBuilderNeutronVipUpdate.VipUpdateContreteBuilder. sessionPersistence(SessionPersistence sessionPersistence)Optional
-