|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrafficType | |
|---|---|
| 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 | |
|---|---|
protected TrafficType |
NIC.Builder.trafficType
|
protected TrafficType |
NetworkOffering.Builder.trafficType
|
protected TrafficType |
Network.Builder.trafficType
|
| Methods in org.jclouds.cloudstack.domain that return TrafficType | |
|---|---|
static TrafficType |
TrafficType.fromValue(String type)
|
TrafficType |
NIC.getTrafficType()
the traffic type of the nic |
TrafficType |
NetworkOffering.getTrafficType()
|
TrafficType |
Network.getTrafficType()
|
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 | |
|---|---|
T |
NIC.Builder.trafficType(TrafficType trafficType)
|
T |
NetworkOffering.Builder.trafficType(TrafficType trafficType)
|
T |
Network.Builder.trafficType(TrafficType trafficType)
|
| Constructors in org.jclouds.cloudstack.domain with parameters of type TrafficType | |
|---|---|
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,
Iterable<String> 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 | |
|---|---|
ListNetworksOptions |
ListNetworksOptions.trafficType(TrafficType trafficType)
|
static ListNetworksOptions |
ListNetworksOptions.Builder.trafficType(TrafficType trafficType)
|
ListNetworkOfferingsOptions |
ListNetworkOfferingsOptions.trafficType(TrafficType trafficType)
|
static ListNetworkOfferingsOptions |
ListNetworkOfferingsOptions.Builder.trafficType(TrafficType trafficType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||