Uses of Class
org.openstack4j.model.network.ext.SessionPersistenceType
-
Packages that use SessionPersistenceType Package Description org.openstack4j.model.network.ext org.openstack4j.model.network.ext.builder org.openstack4j.openstack.networking.domain.ext -
-
Uses of SessionPersistenceType in org.openstack4j.model.network.ext
Methods in org.openstack4j.model.network.ext that return SessionPersistenceType Modifier and Type Method Description static SessionPersistenceTypeSessionPersistenceType. forValue(String value)SessionPersistenceTypeSessionPersistence. getType()requiredstatic SessionPersistenceTypeSessionPersistenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionPersistenceType[]SessionPersistenceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SessionPersistenceType in org.openstack4j.model.network.ext.builder
Methods in org.openstack4j.model.network.ext.builder with parameters of type SessionPersistenceType Modifier and Type Method Description SessionPersistenceBuilderSessionPersistenceBuilder. type(SessionPersistenceType type)required -
Uses of SessionPersistenceType in org.openstack4j.openstack.networking.domain.ext
Methods in org.openstack4j.openstack.networking.domain.ext that return SessionPersistenceType Modifier and Type Method Description SessionPersistenceTypeNeutronSessionPersistence. getType()requiredMethods in org.openstack4j.openstack.networking.domain.ext with parameters of type SessionPersistenceType Modifier and Type Method Description SessionPersistenceBuilderNeutronSessionPersistence.SessionPersistenceContreteBuilder. type(SessionPersistenceType type)required
-