Uses of Enum Class
org.jclouds.cloudstack.domain.GuestIPType
Packages that use GuestIPType
-
Uses of GuestIPType in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as GuestIPTypeModifier and TypeFieldDescriptionprotected GuestIPTypeNetwork.Builder.guestIPTypeprotected GuestIPTypeNetworkOffering.Builder.guestIPTypeprotected GuestIPTypeNIC.Builder.guestIPTypeMethods in org.jclouds.cloudstack.domain that return GuestIPTypeModifier and TypeMethodDescriptionstatic GuestIPTypeNetwork.getGuestIPType()NetworkOffering.getGuestIPType()NIC.getGuestIPType()the type of the nicstatic GuestIPTypeReturns the enum constant of this class with the specified name.static GuestIPType[]GuestIPType.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 GuestIPTypeModifier and TypeMethodDescriptionNetwork.Builder.guestIPType(GuestIPType guestIPType) NetworkOffering.Builder.guestIPType(GuestIPType guestIPType) NIC.Builder.guestIPType(GuestIPType guestIPType) Constructors in org.jclouds.cloudstack.domain with parameters of type GuestIPTypeModifierConstructorDescriptionprotectedNetwork(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 GuestIPType in org.jclouds.cloudstack.predicates
Fields in org.jclouds.cloudstack.predicates with type parameters of type GuestIPTypeModifier and TypeFieldDescriptionstatic final com.google.common.base.Predicate<GuestIPType>NetworkPredicates.isIsolatedNetworkstatic final com.google.common.base.Predicate<GuestIPType>NetworkPredicates.isSharedNetworkstatic final com.google.common.base.Predicate<GuestIPType>NetworkPredicates.isVirtualNetworkMethods in org.jclouds.cloudstack.predicates with parameters of type GuestIPTypeModifier and TypeMethodDescriptionbooleanNetworkPredicates.GuestIPTypeIs.apply(GuestIPType guestIPType) Constructors in org.jclouds.cloudstack.predicates with parameters of type GuestIPType