Class MsftLicensingFactory
- java.lang.Object
-
- com.vmware.vmc.orgs.sddcs.clusters.msft_licensing.MsftLicensingFactory
-
public class MsftLicensingFactory extends java.lang.Object
MsftLicensingFactory
is responsible for creating instances of services contained inside the com.vmware.vmc.orgs.sddcs.clusters.msft_licensing 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 static MsftLicensingFactory
getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
Creates the new instance of this class with provided configurationPublish
publishService()
Returns an instance of classPublish
void
updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)
-
-
-
Method Detail
-
getFactory
public static MsftLicensingFactory getFactory(StubFactory stubFactory, 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:
MsftLicensingFactory
factory instance
-
updateStubConfiguration
public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)
-
-