public class NetworkOffering extends Object implements Comparable<NetworkOffering>
Modifier and Type | Class and Description |
---|---|
static class |
NetworkOffering.Builder<T extends NetworkOffering.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
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) |
Modifier and Type | Method and Description |
---|---|
static NetworkOffering.Builder<?> |
builder() |
int |
compareTo(NetworkOffering o) |
boolean |
equals(Object obj) |
NetworkOfferingAvailabilityType |
getAvailability() |
Date |
getCreated() |
String |
getDisplayText() |
GuestIPType |
getGuestIPType() |
String |
getId() |
Integer |
getMaxConnections() |
String |
getName() |
int |
getNetworkRate() |
Set<String> |
getTags() |
TrafficType |
getTrafficType() |
int |
hashCode() |
boolean |
isDefault() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
boolean |
supportsVLAN() |
NetworkOffering.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","name","displaytext","created","availability","maxconnections","isdefault","specifyvlan","traffictype","guestiptype","networkrate","tags"}) protected NetworkOffering(String id, @Nullable String name, @Nullable String displayText, @Nullable Date created, @Nullable NetworkOfferingAvailabilityType availability, @Nullable Integer maxConnections, boolean isDefault, boolean supportsVLAN, @Nullable TrafficType trafficType, @Nullable GuestIPType guestIPType, int networkRate, @Nullable Iterable<String> tags)
public static NetworkOffering.Builder<?> builder()
public NetworkOffering.Builder<?> toBuilder()
public String getId()
@Nullable public String getDisplayText()
@Nullable public NetworkOfferingAvailabilityType getAvailability()
@Nullable public Integer getMaxConnections()
public boolean isDefault()
public boolean supportsVLAN()
@Nullable public TrafficType getTrafficType()
@Nullable public GuestIPType getGuestIPType()
public int getNetworkRate()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(NetworkOffering o)
compareTo
in interface Comparable<NetworkOffering>
Copyright © 2009-2013 jclouds. All Rights Reserved.