public class Tier0sFactory
extends java.lang.Object
Tier0sFactory is responsible for creating instances of services
contained inside the com.vmware.nsx_policy.global_infra.tier_0s package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
DnsForwarderFactory |
dnsForwarder() |
ForwardingTable |
forwardingTableService()
Returns an instance of class
ForwardingTable |
static Tier0sFactory |
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
Groups |
groupsService()
Returns an instance of class
Groups |
LocaleServicesFactory |
localeServices() |
LocaleServices |
localeServicesService()
Returns an instance of class
LocaleServices |
PrefixLists |
prefixListsService()
Returns an instance of class
PrefixLists |
RouteMaps |
routeMapsService()
Returns an instance of class
RouteMaps |
RoutingTable |
routingTableService()
Returns an instance of class
RoutingTable |
StaticRoutesFactory |
staticRoutes() |
Tier1InterfaceFactory |
tier1Interface() |
void |
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig) |
public static Tier0sFactory getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestTier0sFactory factory instancepublic ForwardingTable forwardingTableService()
ForwardingTablepublic LocaleServices localeServicesService()
LocaleServicespublic PrefixLists prefixListsService()
PrefixListspublic RoutingTable routingTableService()
RoutingTablepublic DnsForwarderFactory dnsForwarder()
public LocaleServicesFactory localeServices()
public StaticRoutesFactory staticRoutes()
public Tier1InterfaceFactory tier1Interface()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)