public class VlanIPRange extends Object implements Comparable<VlanIPRange>
Modifier and Type | Class and Description |
---|---|
static class |
VlanIPRange.Builder |
Constructor and Description |
---|
VlanIPRange(long id,
String description,
boolean forVirtualNetwork,
long zoneId,
String vlan,
String account,
long domainId,
String domain,
long podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
long networkId) |
Modifier and Type | Method and Description |
---|---|
static VlanIPRange.Builder |
builder() |
int |
compareTo(VlanIPRange other) |
boolean |
equals(Object o) |
String |
getAccount() |
String |
getDescription() |
String |
getDomain() |
long |
getDomainId() |
String |
getEndIP() |
String |
getGateway() |
long |
getId() |
String |
getNetmask() |
long |
getNetworkId() |
long |
getPodId() |
String |
getPodName() |
String |
getStartIP() |
String |
getVlan() |
long |
getZoneId() |
int |
hashCode() |
boolean |
isForVirtualNetwork() |
String |
toString() |
public static VlanIPRange.Builder builder()
public long getId()
public String getDescription()
public boolean isForVirtualNetwork()
public long getZoneId()
public String getVlan()
public String getAccount()
public long getDomainId()
public String getDomain()
public long getPodId()
public String getPodName()
public String getGateway()
public String getNetmask()
public String getStartIP()
public String getEndIP()
public long getNetworkId()
public int compareTo(VlanIPRange other)
compareTo
in interface Comparable<VlanIPRange>
Copyright © 2009-2012 jclouds. All Rights Reserved.