Uses of Class
org.openstack4j.model.manila.SecurityService.Type
-
Packages that use SecurityService.Type Package Description org.openstack4j.model.manila org.openstack4j.model.manila.builder org.openstack4j.openstack.manila.domain -
-
Uses of SecurityService.Type in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return SecurityService.Type Modifier and Type Method Description SecurityService.TypeSecurityService. getType()SecurityService.TypeSecurityServiceCreate. getType()SecurityService.TypeSecurityServiceUpdateOptions. getType()static SecurityService.TypeSecurityService.Type. value(String v)static SecurityService.TypeSecurityService.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityService.Type[]SecurityService.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstack4j.model.manila with parameters of type SecurityService.Type Modifier and Type Method Description SecurityServiceUpdateOptionsSecurityServiceUpdateOptions. type(SecurityService.Type type)Update the security service type. -
Uses of SecurityService.Type in org.openstack4j.model.manila.builder
Methods in org.openstack4j.model.manila.builder with parameters of type SecurityService.Type Modifier and Type Method Description SecurityServiceCreateBuilderSecurityServiceCreateBuilder. type(SecurityService.Type type)Set the security service type -
Uses of SecurityService.Type in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return SecurityService.Type Modifier and Type Method Description SecurityService.TypeManilaSecurityService. getType()SecurityService.TypeManilaSecurityServiceCreate. getType()Methods in org.openstack4j.openstack.manila.domain with parameters of type SecurityService.Type Modifier and Type Method Description SecurityServiceCreateBuilderManilaSecurityServiceCreate.SecurityServiceCreateConcreteBuilder. type(SecurityService.Type type)
-