Uses of Enum Class
org.jclouds.cloudstack.domain.TrafficType
Packages that use TrafficType
-
Uses of TrafficType in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as TrafficTypeModifier and TypeFieldDescriptionprotected TrafficTypeNetwork.Builder.trafficTypeprotected TrafficTypeNetworkOffering.Builder.trafficTypeprotected TrafficTypeNIC.Builder.trafficTypeMethods in org.jclouds.cloudstack.domain that return TrafficTypeModifier and TypeMethodDescriptionstatic TrafficTypeNetwork.getTrafficType()NetworkOffering.getTrafficType()NIC.getTrafficType()the traffic type of the nicstatic TrafficTypeReturns the enum constant of this class with the specified name.static TrafficType[]TrafficType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type TrafficTypeModifier and TypeMethodDescriptionNetwork.Builder.trafficType(TrafficType trafficType) NetworkOffering.Builder.trafficType(TrafficType trafficType) NIC.Builder.trafficType(TrafficType trafficType) Constructors in org.jclouds.cloudstack.domain with parameters of type TrafficTypeModifierConstructorDescriptionprotectedNetwork(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) protectedNetworkOffering(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) protectedNIC(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 TrafficTypeModifier and TypeMethodDescriptionstatic ListNetworkOfferingsOptionsListNetworkOfferingsOptions.Builder.trafficType(TrafficType trafficType) ListNetworkOfferingsOptions.trafficType(TrafficType trafficType) static ListNetworksOptionsListNetworksOptions.Builder.trafficType(TrafficType trafficType) ListNetworksOptions.trafficType(TrafficType trafficType)