Class ProjectsFactory
- java.lang.Object
-
- com.vmware.nsx_policy.orgs.projects.ProjectsFactory
-
public class ProjectsFactory extends java.lang.Object
ProjectsFactory
is responsible for creating instances of services contained inside the com.vmware.nsx_policy.orgs.projects package and also has the subpackages reference to access respective subpackage services.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AaaFactory
aaa()
static ProjectsFactory
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configurationInfraFactory
infra()
Infra
infraService()
Returns an instance of classInfra
QuotaStats
quotaStatsService()
Returns an instance of classQuotaStats
SharedWithMe
sharedWithMeService()
Returns an instance of classSharedWithMe
void
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
VpcsFactory
vpcs()
Vpcs
vpcsService()
Returns an instance of classVpcs
-
-
-
Method Detail
-
getFactory
public static ProjectsFactory getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration- Parameters:
stubFactory
-StubFactory
instance is responsible for creating stubsstubConfig
-StubConfiguration
instance is required to authenticate the request- Returns:
ProjectsFactory
factory instance
-
quotaStatsService
public QuotaStats quotaStatsService()
Returns an instance of classQuotaStats
-
sharedWithMeService
public SharedWithMe sharedWithMeService()
Returns an instance of classSharedWithMe
-
aaa
public AaaFactory aaa()
-
infra
public InfraFactory infra()
-
vpcs
public VpcsFactory vpcs()
-
updateStubConfiguration
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
-
-