public class NetworkOffering extends Object implements Comparable<NetworkOffering>
Modifier and Type | Class and Description |
---|---|
static class |
NetworkOffering.Builder |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
static NetworkOffering.Builder |
builder() |
int |
compareTo(NetworkOffering arg0) |
boolean |
equals(Object obj) |
NetworkOfferingAvailabilityType |
getAvailability() |
Date |
getCreated() |
String |
getDisplayText() |
GuestIPType |
getGuestIPType() |
long |
getId() |
Integer |
getMaxConnections() |
String |
getName() |
int |
getNetworkRate() |
Set<String> |
getTags() |
TrafficType |
getTrafficType() |
int |
hashCode() |
boolean |
isDefault() |
boolean |
supportsVLAN() |
String |
toString() |
public NetworkOffering(long id, String name, String displayText, @Nullable Date created, NetworkOfferingAvailabilityType availability, boolean supportsVLAN, @Nullable Integer maxConnections, boolean isDefault, TrafficType trafficType, GuestIPType guestIPType, int networkRate, Set<String> tags)
public static NetworkOffering.Builder builder()
public long getId()
public String getName()
public String getDisplayText()
public NetworkOfferingAvailabilityType getAvailability()
public boolean supportsVLAN()
@Nullable public Integer getMaxConnections()
public boolean isDefault()
public TrafficType getTrafficType()
public GuestIPType getGuestIPType()
public int getNetworkRate()
public int compareTo(NetworkOffering arg0)
compareTo
in interface Comparable<NetworkOffering>
Copyright © 2009-2012 jclouds. All Rights Reserved.