Class ControllerNodesFactory
- java.lang.Object
-
- com.vmware.nsx_policy.alb.controller_nodes.ControllerNodesFactory
-
public class ControllerNodesFactory extends java.lang.ObjectControllerNodesFactoryis responsible for creating instances of services contained inside the com.vmware.nsx_policy.alb.controller_nodes 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 CertificateFactorycertificate()CheckPasswordcheckPasswordService()Returns an instance of classCheckPasswordClusterconfigclusterconfigService()Returns an instance of classClusterconfigClusterclusterService()Returns an instance of classClusterDeploymentsFactorydeployments()DeploymentsdeploymentsService()Returns an instance of classDeploymentsFormFactorsformFactorsService()Returns an instance of classFormFactorsstatic ControllerNodesFactorygetFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)Creates the new instance of this class with provided configurationSystemConfigurationsystemConfigurationService()Returns an instance of classSystemConfigurationvoidupdateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)UserCredentialuserCredentialService()Returns an instance of classUserCredential
-
-
-
Method Detail
-
getFactory
public static ControllerNodesFactory 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-StubFactoryinstance is responsible for creating stubsstubConfig-StubConfigurationinstance is required to authenticate the request- Returns:
ControllerNodesFactoryfactory instance
-
checkPasswordService
public CheckPassword checkPasswordService()
Returns an instance of classCheckPassword
-
clusterconfigService
public Clusterconfig clusterconfigService()
Returns an instance of classClusterconfig
-
deploymentsService
public Deployments deploymentsService()
Returns an instance of classDeployments
-
formFactorsService
public FormFactors formFactorsService()
Returns an instance of classFormFactors
-
systemConfigurationService
public SystemConfiguration systemConfigurationService()
Returns an instance of classSystemConfiguration
-
userCredentialService
public UserCredential userCredentialService()
Returns an instance of classUserCredential
-
certificate
public CertificateFactory certificate()
-
deployments
public DeploymentsFactory deployments()
-
updateStubConfiguration
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
-
-