public class Zone extends Object implements Comparable<Zone>
Modifier and Type | Class and Description |
---|---|
static class |
Zone.Builder |
Constructor and Description |
---|
Zone(long id,
String description,
String displayText,
List<String> DNS,
String domain,
long domainId,
String guestCIDRAddress,
List<String> internalDNS,
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 arg0) |
boolean |
equals(Object obj) |
AllocationState |
getAllocationState() |
String |
getDescription() |
String |
getDhcpProvider() |
String |
getDisplayText() |
List<String> |
getDNS() |
String |
getDomain() |
long |
getDomainId() |
String |
getGuestCIDRAddress() |
long |
getId() |
List<String> |
getInternalDNS() |
String |
getName() |
NetworkType |
getNetworkType() |
String |
getVLAN() |
String |
getZoneToken() |
int |
hashCode() |
boolean |
isSecurityGroupsEnabled() |
String |
toString() |
public Zone(long id, String description, String displayText, List<String> DNS, String domain, long domainId, String guestCIDRAddress, List<String> internalDNS, String name, NetworkType networkType, String vLAN, boolean securityGroupsEnabled, AllocationState allocationState, String dhcpProvider, String zoneToken)
public static Zone.Builder builder()
public long getId()
public String getDescription()
public String getDisplayText()
public String getDomain()
@Nullable public long getDomainId()
public String getGuestCIDRAddress()
public String getName()
public NetworkType getNetworkType()
public String getVLAN()
public boolean isSecurityGroupsEnabled()
public AllocationState getAllocationState()
public String getDhcpProvider()
public String getZoneToken()
public int compareTo(Zone arg0)
compareTo
in interface Comparable<Zone>
Copyright © 2009-2012 jclouds. All Rights Reserved.