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

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

Uses of GuestIPType in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return GuestIPType
static GuestIPType GuestIPType.fromValue(String type)
           
 GuestIPType Network.getGuestIPType()
           
 GuestIPType NetworkOffering.getGuestIPType()
           
 GuestIPType NIC.getGuestIPType()
          the type of the nic
static GuestIPType GuestIPType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GuestIPType[] GuestIPType.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 GuestIPType
 Network.Builder Network.Builder.guestIPType(GuestIPType guestIPType)
           
 NetworkOffering.Builder NetworkOffering.Builder.guestIPType(GuestIPType guestIPType)
           
 NIC.Builder NIC.Builder.guestIPType(GuestIPType guestIPType)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type GuestIPType
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 GuestIPType in org.jclouds.cloudstack.predicates
 

Fields in org.jclouds.cloudstack.predicates with type parameters of type GuestIPType
static com.google.common.base.Predicate<GuestIPType> NetworkPredicates.isVirtualNetwork
           
 

Methods in org.jclouds.cloudstack.predicates with parameters of type GuestIPType
 boolean NetworkPredicates.GuestIPTypeIs.apply(GuestIPType guestIPType)
           
 

Constructors in org.jclouds.cloudstack.predicates with parameters of type GuestIPType
NetworkPredicates.GuestIPTypeIs(GuestIPType guestIPType)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.