Class ControllerNodesFactory
- java.lang.Object
-
- com.vmware.nsx_policy.alb.controller_nodes.ControllerNodesFactory
-
public class ControllerNodesFactory extends java.lang.Object
ControllerNodesFactory
is 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 CertificateFactory
certificate()
CheckPassword
checkPasswordService()
Returns an instance of classCheckPassword
Clusterconfig
clusterconfigService()
Returns an instance of classClusterconfig
Cluster
clusterService()
Returns an instance of classCluster
DeploymentsFactory
deployments()
Deployments
deploymentsService()
Returns an instance of classDeployments
FormFactors
formFactorsService()
Returns an instance of classFormFactors
static ControllerNodesFactory
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configurationSystemConfiguration
systemConfigurationService()
Returns an instance of classSystemConfiguration
void
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
UserCredential
userCredentialService()
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
-StubFactory
instance is responsible for creating stubsstubConfig
-StubConfiguration
instance is required to authenticate the request- Returns:
ControllerNodesFactory
factory 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)
-
-