Class HostLicenseSpec

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostLicenseSpec
All Implemented Interfaces:
Serializable

public class HostLicenseSpec extends DynamicData
See Also:
  • Field Details

    • source

      public LicenseSource source
    • editionKey

      public String editionKey
    • disabledFeatureKey

      public String[] disabledFeatureKey
    • enabledFeatureKey

      public String[] enabledFeatureKey
  • Constructor Details

    • HostLicenseSpec

      public HostLicenseSpec()
  • Method Details

    • getSource

      public LicenseSource getSource()
    • getEditionKey

      public String getEditionKey()
    • getDisabledFeatureKey

      public String[] getDisabledFeatureKey()
    • getEnabledFeatureKey

      public String[] getEnabledFeatureKey()
    • setSource

      public void setSource(LicenseSource source)
    • setEditionKey

      public void setEditionKey(String editionKey)
    • setDisabledFeatureKey

      public void setDisabledFeatureKey(String[] disabledFeatureKey)
    • setEnabledFeatureKey

      public void setEnabledFeatureKey(String[] enabledFeatureKey)