|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.vcloud.domain.network.internal.OrgNetworkImpl.ConfigurationImpl
public static class OrgNetworkImpl.ConfigurationImpl
Constructor Summary | |
---|---|
OrgNetworkImpl.ConfigurationImpl(IpScope ipScope,
ReferenceType parentNetwork,
FenceMode fenceMode,
Features features)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Features |
getFeatures()
defines a set of network features. |
FenceMode |
getFenceMode()
defines how this network is connected to its ParentNetwork |
IpScope |
getIpScope()
defines the address range, gateway, netmask, and other properties of the network. |
ReferenceType |
getParentNetwork()
reference to a network to which this network connects |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OrgNetworkImpl.ConfigurationImpl(@Nullable IpScope ipScope, @Nullable ReferenceType parentNetwork, FenceMode fenceMode, @Nullable Features features)
Method Detail |
---|
public IpScope getIpScope()
getIpScope
in interface OrgNetwork.Configuration
public ReferenceType getParentNetwork()
getParentNetwork
in interface OrgNetwork.Configuration
public FenceMode getFenceMode()
getFenceMode
in interface OrgNetwork.Configuration
@Nullable public Features getFeatures()
getFeatures
in interface OrgNetwork.Configuration
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |