Uses of Class
com.axway.apim.api.model.RemoteHost.LoadBalancing
-
Packages that use RemoteHost.LoadBalancing Package Description com.axway.apim.api.model -
-
Uses of RemoteHost.LoadBalancing in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return RemoteHost.LoadBalancing Modifier and Type Method Description RemoteHost.LoadBalancingRemoteHost. getLoadBalancing()static RemoteHost.LoadBalancingRemoteHost.LoadBalancing. valueOf(String name)Returns the enum constant of this type with the specified name.static RemoteHost.LoadBalancing[]RemoteHost.LoadBalancing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.axway.apim.api.model with parameters of type RemoteHost.LoadBalancing Modifier and Type Method Description voidRemoteHost. setLoadBalancing(RemoteHost.LoadBalancing loadBalancing)
-