public class Zone extends Object implements Comparable<Zone>
Modifier and Type | Class and Description |
---|---|
static class |
Zone.Builder<T extends Zone.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Modifier and Type | Method and Description |
---|---|
static Zone.Builder<?> |
builder() |
int |
compareTo(Zone o) |
boolean |
equals(Object obj) |
AllocationState |
getAllocationState() |
String |
getDescription() |
String |
getDhcpProvider() |
String |
getDisplayText() |
List<String> |
getDNS() |
String |
getDomain() |
String |
getDomainId() |
String |
getGuestCIDRAddress() |
String |
getId() |
List<String> |
getInternalDNS() |
String |
getName() |
NetworkType |
getNetworkType() |
String |
getVLAN() |
String |
getZoneToken() |
int |
hashCode() |
boolean |
isSecurityGroupsEnabled() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Zone.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","description","displaytext","dns1","dns2","domain","domainid","guestcidraddress","internaldns1","internaldns2","name","networktype","vlan","securitygroupsenabled","allocationstate","dhcpprovider","zonetoken"}) protected Zone(String id, @Nullable String description, @Nullable String displayText, @Nullable String DNS1, @Nullable String DNS2, @Nullable String domain, @Nullable String domainId, @Nullable String guestCIDRAddress, @Nullable String internalDNS1, @Nullable String internalDNS2, @Nullable String name, @Nullable NetworkType networkType, @Nullable String VLAN, boolean securityGroupsEnabled, @Nullable AllocationState allocationState, @Nullable String dhcpProvider, @Nullable String zoneToken)
public static Zone.Builder<?> builder()
public Zone.Builder<?> toBuilder()
public String getId()
@Nullable public String getDomainId()
@Nullable public String getGuestCIDRAddress()
@Nullable public NetworkType getNetworkType()
public boolean isSecurityGroupsEnabled()
@Nullable public AllocationState getAllocationState()
protected com.google.common.base.Objects.ToStringHelper string()
public int compareTo(Zone o)
compareTo
in interface Comparable<Zone>
Copyright © 2009-2013 jclouds. All Rights Reserved.