public static class OrgNetworkImpl.ConfigurationImpl extends Object implements OrgNetwork.Configuration
| Constructor and Description |
|---|
OrgNetworkImpl.ConfigurationImpl(IpScope ipScope,
ReferenceType parentNetwork,
FenceMode fenceMode,
Features features) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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() |
public IpScope getIpScope()
getIpScope in interface OrgNetwork.Configurationpublic ReferenceType getParentNetwork()
getParentNetwork in interface OrgNetwork.Configurationpublic FenceMode getFenceMode()
getFenceMode in interface OrgNetwork.Configuration@Nullable public Features getFeatures()
getFeatures in interface OrgNetwork.ConfigurationCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.