Uses of Class
org.jclouds.cloudstack.domain.NetworkService
-
Packages that use NetworkService Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.predicates -
-
Uses of NetworkService in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain with type parameters of type NetworkService Modifier and Type Field Description protected Set<? extends NetworkService>Network.Builder. servicesMethods in org.jclouds.cloudstack.domain that return NetworkService Modifier and Type Method Description NetworkServiceNetworkService.Builder. build()Methods in org.jclouds.cloudstack.domain that return types with arguments of type NetworkService Modifier and Type Method Description Set<? extends NetworkService>Network. getServices()Methods in org.jclouds.cloudstack.domain with parameters of type NetworkService Modifier and Type Method Description intNetworkService. compareTo(NetworkService o)TNetworkService.Builder. fromNetworkService(NetworkService in)Method parameters in org.jclouds.cloudstack.domain with type arguments of type NetworkService Modifier and Type Method Description TNetwork.Builder. services(Set<? extends NetworkService> services) -
Uses of NetworkService in org.jclouds.cloudstack.predicates
Fields in org.jclouds.cloudstack.predicates with type parameters of type NetworkService Modifier and Type Field Description static com.google.common.base.Predicate<NetworkService>NetworkPredicates. isLoadBalancerServicestatic com.google.common.base.Predicate<NetworkService>NetworkPredicates. supportsPortForwardingstatic com.google.common.base.Predicate<NetworkService>NetworkPredicates. supportsStaticNATMethods in org.jclouds.cloudstack.predicates with parameters of type NetworkService Modifier and Type Method Description booleanNetworkPredicates.CapabilitiesInclude. apply(NetworkService input)booleanNetworkPredicates.NetworkServiceNamed. apply(NetworkService input)
-