public class VlanIPRange extends Object implements Comparable<VlanIPRange>
Modifier and Type | Class and Description |
---|---|
static class |
VlanIPRange.Builder<T extends VlanIPRange.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
VlanIPRange(String id,
String description,
boolean forVirtualNetwork,
String zoneId,
String vlan,
String account,
String domainId,
String domain,
String podId,
String podName,
String gateway,
String netmask,
String startIP,
String endIP,
String networkId) |
Modifier and Type | Method and Description |
---|---|
static VlanIPRange.Builder<?> |
builder() |
int |
compareTo(VlanIPRange other) |
boolean |
equals(Object obj) |
String |
getAccount() |
String |
getDescription() |
String |
getDomain() |
String |
getDomainId() |
String |
getEndIP() |
String |
getGateway() |
String |
getId() |
String |
getNetmask() |
String |
getNetworkId() |
String |
getPodId() |
String |
getPodName() |
String |
getStartIP() |
String |
getVlan() |
String |
getZoneId() |
int |
hashCode() |
boolean |
isForVirtualNetwork() |
protected com.google.common.base.MoreObjects.ToStringHelper |
string() |
VlanIPRange.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","description","forvirtualnetwork","zoneid","vlan","account","domainid","domain","podid","podname","gateway","netmask","startip","endip","networkid"}) protected VlanIPRange(String id, @Nullable String description, boolean forVirtualNetwork, @Nullable String zoneId, @Nullable String vlan, @Nullable String account, @Nullable String domainId, @Nullable String domain, @Nullable String podId, @Nullable String podName, @Nullable String gateway, @Nullable String netmask, @Nullable String startIP, @Nullable String endIP, @Nullable String networkId)
public static VlanIPRange.Builder<?> builder()
public VlanIPRange.Builder<?> toBuilder()
public String getId()
public boolean isForVirtualNetwork()
protected com.google.common.base.MoreObjects.ToStringHelper string()
public int compareTo(VlanIPRange other)
compareTo
in interface Comparable<VlanIPRange>
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.