Uses of Class
org.jclouds.cloudstack.domain.NetworkService
Packages that use NetworkService
-
Uses of NetworkService in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain with type parameters of type NetworkServiceModifier and TypeFieldDescriptionprotected Set
<? extends NetworkService> Network.Builder.services
Methods in org.jclouds.cloudstack.domain that return NetworkServiceMethods in org.jclouds.cloudstack.domain that return types with arguments of type NetworkServiceMethods in org.jclouds.cloudstack.domain with parameters of type NetworkServiceModifier and TypeMethodDescriptionint
NetworkService.compareTo
(NetworkService o) NetworkService.Builder.fromNetworkService
(NetworkService in) Method parameters in org.jclouds.cloudstack.domain with type arguments of type NetworkServiceModifier and TypeMethodDescriptionNetwork.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 NetworkServiceModifier and TypeFieldDescriptionstatic final com.google.common.base.Predicate
<NetworkService> NetworkPredicates.isLoadBalancerService
static final com.google.common.base.Predicate
<NetworkService> NetworkPredicates.supportsPortForwarding
static final com.google.common.base.Predicate
<NetworkService> NetworkPredicates.supportsStaticNAT
Methods in org.jclouds.cloudstack.predicates with parameters of type NetworkServiceModifier and TypeMethodDescriptionboolean
NetworkPredicates.CapabilitiesInclude.apply
(NetworkService input) boolean
NetworkPredicates.NetworkServiceNamed.apply
(NetworkService input)