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 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() |
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
Copyright © 2009-2012 jclouds. All Rights Reserved.