Uses of Class
org.openstack4j.model.gbp.NetworkServiceParamType
-
Packages that use NetworkServiceParamType Package Description org.openstack4j.model.gbp org.openstack4j.openstack.gbp.domain -
-
Uses of NetworkServiceParamType in org.openstack4j.model.gbp
Methods in org.openstack4j.model.gbp that return NetworkServiceParamType Modifier and Type Method Description static NetworkServiceParamTypeNetworkServiceParamType. value(String paramType)static NetworkServiceParamTypeNetworkServiceParamType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkServiceParamType[]NetworkServiceParamType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NetworkServiceParamType in org.openstack4j.openstack.gbp.domain
Methods in org.openstack4j.openstack.gbp.domain that return NetworkServiceParamType Modifier and Type Method Description NetworkServiceParamTypeGbpNetworkServiceParams. getParamType()Methods in org.openstack4j.openstack.gbp.domain with parameters of type NetworkServiceParamType Modifier and Type Method Description voidGbpNetworkServiceParams. setParamType(NetworkServiceParamType paramType)
-