public class NetworkConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkConfiguration.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
NetworkConfiguration() |
|
NetworkConfiguration(IpScope ipScope,
Reference parentNetwork,
Network.FenceMode fenceMode,
Boolean retainNetInfoAcrossDeployments,
NetworkFeatures features,
SyslogServerSettings syslogServerSettings,
RouterInfo routerInfo) |
| Modifier and Type | Method and Description |
|---|---|
static NetworkConfiguration.Builder |
builder() |
boolean |
equals(Object o) |
Network.FenceMode |
getFenceMode() |
IpScope |
getIpScope() |
NetworkFeatures |
getNetworkFeatures() |
Reference |
getParentNetwork() |
RouterInfo |
getRouterInfo() |
SyslogServerSettings |
getSyslogServerSettings() |
int |
hashCode() |
Boolean |
retainNetInfoAcrossDeployments() |
NetworkConfiguration.Builder |
toBuilder() |
String |
toString() |
public NetworkConfiguration(IpScope ipScope, Reference parentNetwork, Network.FenceMode fenceMode, Boolean retainNetInfoAcrossDeployments, NetworkFeatures features, SyslogServerSettings syslogServerSettings, RouterInfo routerInfo)
protected NetworkConfiguration()
public static NetworkConfiguration.Builder builder()
public NetworkConfiguration.Builder toBuilder()
public IpScope getIpScope()
public Reference getParentNetwork()
public Network.FenceMode getFenceMode()
public Boolean retainNetInfoAcrossDeployments()
public NetworkFeatures getNetworkFeatures()
public SyslogServerSettings getSyslogServerSettings()
public RouterInfo getRouterInfo()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.