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

Packages that use TrafficType
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.options   
 

Uses of TrafficType in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return TrafficType
static TrafficType TrafficType.fromValue(String type)
           
 TrafficType Network.getTrafficType()
           
 TrafficType NetworkOffering.getTrafficType()
           
 TrafficType NIC.getTrafficType()
          the traffic type of the nic
static TrafficType TrafficType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TrafficType[] TrafficType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudstack.domain with parameters of type TrafficType
 Network.Builder Network.Builder.trafficType(TrafficType trafficType)
           
 NetworkOffering.Builder NetworkOffering.Builder.trafficType(TrafficType trafficType)
           
 NIC.Builder NIC.Builder.trafficType(TrafficType trafficType)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type TrafficType
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)
           
NetworkOffering(long id, String name, String displayText, Date created, NetworkOfferingAvailabilityType availability, boolean supportsVLAN, Integer maxConnections, boolean isDefault, TrafficType trafficType, GuestIPType guestIPType, int networkRate, Set<String> tags)
           
NIC(long id, URI broadcastURI, String gateway, String iPAddress, boolean isDefault, URI isolationURI, String netmask, String macAddress, long networkId, TrafficType trafficType, GuestIPType guestIPType)
           
 

Uses of TrafficType in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type TrafficType
 ListNetworksOptions ListNetworksOptions.trafficType(TrafficType trafficType)
           
static ListNetworksOptions ListNetworksOptions.Builder.trafficType(TrafficType trafficType)
           
 ListNetworkOfferingsOptions ListNetworkOfferingsOptions.trafficType(TrafficType trafficType)
           
static ListNetworkOfferingsOptions ListNetworkOfferingsOptions.Builder.trafficType(TrafficType trafficType)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.