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