Class LicenseManagerLicenseInfo

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

public class LicenseManagerLicenseInfo extends DynamicData
See Also:
  • Field Details

    • licenseKey

      public String licenseKey
    • editionKey

      public String editionKey
    • name

      public String name
    • total

      public int total
    • used

      public Integer used
    • costUnit

      public String costUnit
    • properties

      public KeyAnyValue[] properties
    • labels

      public KeyValue[] labels
  • Constructor Details

    • LicenseManagerLicenseInfo

      public LicenseManagerLicenseInfo()
  • Method Details

    • getLicenseKey

      public String getLicenseKey()
    • getEditionKey

      public String getEditionKey()
    • getName

      public String getName()
    • getTotal

      public int getTotal()
    • getUsed

      public Integer getUsed()
    • getCostUnit

      public String getCostUnit()
    • getProperties

      public KeyAnyValue[] getProperties()
    • getLabels

      public KeyValue[] getLabels()
    • setLicenseKey

      public void setLicenseKey(String licenseKey)
    • setEditionKey

      public void setEditionKey(String editionKey)
    • setName

      public void setName(String name)
    • setTotal

      public void setTotal(int total)
    • setUsed

      public void setUsed(Integer used)
    • setCostUnit

      public void setCostUnit(String costUnit)
    • setProperties

      public void setProperties(KeyAnyValue[] properties)
    • setLabels

      public void setLabels(KeyValue[] labels)