Uses of Class
org.jclouds.cloudstack.domain.TrafficType
-
Packages that use TrafficType Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.options -
-
Uses of TrafficType in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as TrafficType Modifier and Type Field Description protected TrafficTypeNetwork.Builder. trafficTypeprotected TrafficTypeNetworkOffering.Builder. trafficTypeprotected TrafficTypeNIC.Builder. trafficTypeMethods in org.jclouds.cloudstack.domain that return TrafficType Modifier and Type Method Description static TrafficTypeTrafficType. fromValue(String type)TrafficTypeNetwork. getTrafficType()TrafficTypeNetworkOffering. getTrafficType()TrafficTypeNIC. getTrafficType()the traffic type of the nicstatic TrafficTypeTrafficType. 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 Modifier and Type Method Description TNetwork.Builder. trafficType(TrafficType trafficType)TNetworkOffering.Builder. trafficType(TrafficType trafficType)TNIC.Builder. trafficType(TrafficType trafficType)Constructors in org.jclouds.cloudstack.domain with parameters of type TrafficType Constructor Description Network(String id, String account, String broadcastDomainType, URI broadcastURI, String displayText, String dns1, String dns2, String domain, String domainId, String endIP, String gateway, boolean isDefault, boolean isShared, boolean isSystem, String netmask, String networkDomain, String networkOfferingAvailability, String networkOfferingDisplayText, String networkOfferingId, String networkOfferingName, String related, String startIP, String name, String state, GuestIPType guestIPType, String vlan, TrafficType trafficType, String zoneId, Set<Tag> tags, boolean securityGroupEnabled, Set<? extends NetworkService> services)NetworkOffering(String id, String name, String displayText, Date created, NetworkOfferingAvailabilityType availability, Integer maxConnections, boolean isDefault, boolean supportsVLAN, TrafficType trafficType, GuestIPType guestIPType, int networkRate, Iterable<String> tags)NIC(String id, URI broadcastURI, String gateway, String IPAddress, boolean isDefault, URI isolationURI, String netmask, String macAddress, String networkId, TrafficType trafficType, GuestIPType guestIPType) -
Uses of TrafficType in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type TrafficType Modifier and Type Method Description static ListNetworkOfferingsOptionsListNetworkOfferingsOptions.Builder. trafficType(TrafficType trafficType)ListNetworkOfferingsOptionsListNetworkOfferingsOptions. trafficType(TrafficType trafficType)static ListNetworksOptionsListNetworksOptions.Builder. trafficType(TrafficType trafficType)ListNetworksOptionsListNetworksOptions. trafficType(TrafficType trafficType)
-