|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GuestIPType | |
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.predicates | |
| Uses of GuestIPType in org.jclouds.cloudstack.domain |
|---|
| Fields in org.jclouds.cloudstack.domain declared as GuestIPType | |
|---|---|
protected GuestIPType |
NIC.Builder.guestIPType
|
protected GuestIPType |
NetworkOffering.Builder.guestIPType
|
protected GuestIPType |
Network.Builder.guestIPType
|
| Methods in org.jclouds.cloudstack.domain that return GuestIPType | |
|---|---|
static GuestIPType |
GuestIPType.fromValue(String type)
|
GuestIPType |
NIC.getGuestIPType()
the type of the nic |
GuestIPType |
NetworkOffering.getGuestIPType()
|
GuestIPType |
Network.getGuestIPType()
|
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 | |
|---|---|
T |
NIC.Builder.guestIPType(GuestIPType guestIPType)
|
T |
NetworkOffering.Builder.guestIPType(GuestIPType guestIPType)
|
T |
Network.Builder.guestIPType(GuestIPType guestIPType)
|
| Constructors in org.jclouds.cloudstack.domain with parameters of type GuestIPType | |
|---|---|
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,
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,
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 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.isIsolatedNetwork
|
static com.google.common.base.Predicate<GuestIPType> |
NetworkPredicates.isSharedNetwork
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||