public class NsxPolicyFactory
extends java.lang.Object
NsxPolicyFactory
is responsible for creating instances of services
contained inside the com.vmware.nsx_policy package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
AaaFactory |
aaa() |
ClusterFactory |
cluster() |
static NsxPolicyFactory |
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
GlobalInfraFactory |
globalInfra() |
GlobalInfra |
globalInfraService()
Returns an instance of class
GlobalInfra |
InfraFactory |
infra() |
Infra |
infraService()
Returns an instance of class
Infra |
ManagementPlaneHealth |
managementPlaneHealthService()
Returns an instance of class
ManagementPlaneHealth |
ModelFactory |
model() |
OrgRoot |
orgRootService()
Returns an instance of class
OrgRoot |
OrgsFactory |
orgs() |
Orgs |
orgsService()
Returns an instance of class
Orgs |
SearchFactory |
search() |
void |
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig) |
Watermark |
watermarkService()
Returns an instance of class
Watermark |
public static NsxPolicyFactory 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 requestNsxPolicyFactory
factory instancepublic GlobalInfra globalInfraService()
GlobalInfra
public ManagementPlaneHealth managementPlaneHealthService()
ManagementPlaneHealth
public AaaFactory aaa()
public ClusterFactory cluster()
public GlobalInfraFactory globalInfra()
public InfraFactory infra()
public ModelFactory model()
public OrgsFactory orgs()
public SearchFactory search()
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)