Uses of Class
org.jclouds.cloudstack.domain.NetworkService

Packages that use NetworkService
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.predicates   
 

Uses of NetworkService in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return types with arguments of type NetworkService
 Set<? extends NetworkService> Network.getServices()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type NetworkService
 int NetworkService.compareTo(NetworkService o)
           
 

Method parameters in org.jclouds.cloudstack.domain with type arguments of type NetworkService
 Network.Builder Network.Builder.services(Set<? extends NetworkService> services)
           
 

Constructor parameters in org.jclouds.cloudstack.domain with type arguments of type NetworkService
Network(long id, String broadcastDomainType, URI broadcastURI, String displayText, List<String> DNS, String domain, long domainId, String endIP, String gateway, boolean isDefault, boolean isShared, boolean isSystem, String netmask, String networkDomain, String networkOfferingAvailability, String networkOfferingDisplayText, long networkOfferingId, String networkOfferingName, long related, String startIP, String name, String state, GuestIPType type, String vLAN, TrafficType trafficType, long zoneId, Set<? extends NetworkService> services, Set<String> tags, boolean securityGroupEnabled, String account)
           
 

Uses of NetworkService in org.jclouds.cloudstack.predicates
 

Fields in org.jclouds.cloudstack.predicates with type parameters of type NetworkService
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
 boolean NetworkPredicates.NetworkServiceNamed.apply(NetworkService input)
           
 boolean NetworkPredicates.CapabilitiesInclude.apply(NetworkService input)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.