public class NetworkingFactory
extends java.lang.Object
NetworkingFactory is responsible for creating instances of services
contained inside the com.vmware.appliance.networking package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
DnsFactory |
dns() |
FirewallFactory |
firewall() |
static NetworkingFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
InterfacesFactory |
interfaces() |
Interfaces |
interfacesService()
Returns an instance of class
Interfaces |
NoProxy |
noProxyService()
Returns an instance of class
NoProxy |
Proxy |
proxyService()
Returns an instance of class
Proxy |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static NetworkingFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestNetworkingFactory factory instancepublic Interfaces interfacesService()
Interfacespublic DnsFactory dns()
public FirewallFactory firewall()
public InterfacesFactory interfaces()
public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)