public class NetworkingFactory
extends java.lang.Object
NetworkingFactory
is responsible for creating instances of services
contained inside the com.vmware.vcenter.vm.guest.networking package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
static NetworkingFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
Interfaces |
interfacesService()
Returns an instance of class
Interfaces |
Routes |
routesService()
Returns an instance of class
Routes |
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()
Interfaces
public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)