Package org.jclouds.cloudstack.domain
Class VlanIPRange
java.lang.Object
org.jclouds.cloudstack.domain.VlanIPRange
- All Implemented Interfaces:
Comparable<VlanIPRange>
Represents the data object used in CloudStack's "Vlan" API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
VlanIPRange.Builder<T extends VlanIPRange.Builder<T>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VlanIPRange
@ConstructorProperties({"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)
-
-
Method Details
-
builder
-
toBuilder
-
getId
-
getDescription
-
isForVirtualNetwork
public boolean isForVirtualNetwork() -
getZoneId
-
getVlan
-
getAccount
-
getDomainId
-
getDomain
-
getPodId
-
getPodName
-
getGateway
-
getNetmask
-
getStartIP
-
getEndIP
-
getNetworkId
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<VlanIPRange>
-