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. services
Methods in org.jclouds.cloudstack.domain that return NetworkService Modifier and Type Method Description NetworkService
NetworkService.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 int
NetworkService. compareTo(NetworkService o)
T
NetworkService.Builder. fromNetworkService(NetworkService in)
Method parameters in org.jclouds.cloudstack.domain with type arguments of type NetworkService Modifier and Type Method Description T
Network.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. isLoadBalancerService
static com.google.common.base.Predicate<NetworkService>
NetworkPredicates. supportsPortForwarding
static com.google.common.base.Predicate<NetworkService>
NetworkPredicates. supportsStaticNAT
Methods in org.jclouds.cloudstack.predicates with parameters of type NetworkService Modifier and Type Method Description boolean
NetworkPredicates.CapabilitiesInclude. apply(NetworkService input)
boolean
NetworkPredicates.NetworkServiceNamed. apply(NetworkService input)
-