Uses of Class
org.openstack4j.model.octavia.SessionPersistenceType
-
Packages that use SessionPersistenceType Package Description org.openstack4j.model.octavia org.openstack4j.model.octavia.builder org.openstack4j.openstack.octavia.domain -
-
Uses of SessionPersistenceType in org.openstack4j.model.octavia
Methods in org.openstack4j.model.octavia 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.octavia.builder
Methods in org.openstack4j.model.octavia.builder with parameters of type SessionPersistenceType Modifier and Type Method Description SessionPersistenceBuilderSessionPersistenceBuilder. type(SessionPersistenceType type)required -
Uses of SessionPersistenceType in org.openstack4j.openstack.octavia.domain
Methods in org.openstack4j.openstack.octavia.domain that return SessionPersistenceType Modifier and Type Method Description SessionPersistenceTypeOctaviaSessionPersistence. getType()requiredMethods in org.openstack4j.openstack.octavia.domain with parameters of type SessionPersistenceType Modifier and Type Method Description SessionPersistenceBuilderOctaviaSessionPersistence.SessionPersistenceContreteBuilder. type(SessionPersistenceType type)required
-