Uses of Class
org.openstack4j.model.manila.Access.Type
-
Packages that use Access.Type Package Description org.openstack4j.model.manila org.openstack4j.model.manila.actions org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.domain.actions -
-
Uses of Access.Type in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return Access.Type Modifier and Type Method Description Access.TypeAccess. getAccessType()static Access.TypeAccess.Type. value(String v)static Access.TypeAccess.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Access.Type[]Access.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Access.Type in org.openstack4j.model.manila.actions
Methods in org.openstack4j.model.manila.actions that return Access.Type Modifier and Type Method Description Access.TypeAccessOptions. getAccessType()Methods in org.openstack4j.model.manila.actions with parameters of type Access.Type Modifier and Type Method Description static AccessOptionsAccessOptions. create(Access.Level accessLevel, Access.Type accessType, String accessTo)Constructors in org.openstack4j.model.manila.actions with parameters of type Access.Type Constructor Description AccessOptions(Access.Level accessLevel, Access.Type accessType, String accessTo) -
Uses of Access.Type in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return Access.Type Modifier and Type Method Description Access.TypeManilaAccess. getAccessType() -
Uses of Access.Type in org.openstack4j.openstack.manila.domain.actions
Methods in org.openstack4j.openstack.manila.domain.actions that return Access.Type Modifier and Type Method Description Access.TypeGrantAccessAction. getAccessType()
-