com.vmware.vcloud.sdk.admin.extensions
Class LicenseReport

java.lang.Object
  extended by com.vmware.vcloud.sdk.VcloudResource<com.vmware.vcloud.api.rest.schema.extension.LicensingReportType>
      extended by com.vmware.vcloud.sdk.admin.extensions.LicenseReport

Deprecated. API 1.5, SDK 5.5

public class LicenseReport
extends VcloudResource<com.vmware.vcloud.api.rest.schema.extension.LicensingReportType>

Helper class for the LicenseReport Resource in vCloud Admin Extension API.

Author:
Administrator

Method Summary
static LicenseReport getLicenseReportByReference(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType referenceType)
          Deprecated. API 1.5, SDK 5.5
 String getProductSerialNumber()
          Deprecated. Returns the product serial number.
 XMLGregorianCalendar getReportDate()
          Deprecated. Returns the report date.
 HashMap<XMLGregorianCalendar,com.vmware.vcloud.api.rest.schema.extension.LicensingReportSampleType> getSamplesByDate()
          Deprecated. Returns the samples by observation date
 
Methods inherited from class com.vmware.vcloud.sdk.VcloudResource
getReference, getResource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLicenseReportByReference

public static LicenseReport getLicenseReportByReference(VcloudClient client,
                                                        com.vmware.vcloud.api.rest.schema.ReferenceType referenceType)
                                                 throws VCloudException
Deprecated. API 1.5, SDK 5.5

Returns the LicenseReport Helper for the given report reference

Parameters:
client -
referenceType - ReferenceType
Returns:
LicenseReport
Throws:
VCloudException

getSamplesByDate

public HashMap<XMLGregorianCalendar,com.vmware.vcloud.api.rest.schema.extension.LicensingReportSampleType> getSamplesByDate()
Deprecated. 
Returns the samples by observation date

Returns:
HashMap<XMLGregorianCalendar, LicensingReportSampleType>

getReportDate

public XMLGregorianCalendar getReportDate()
Deprecated. 
Returns the report date.

Returns:
XMLGregorianCalendar

getProductSerialNumber

public String getProductSerialNumber()
Deprecated. 
Returns the product serial number.

Returns:
String


Copyright © 2016. All Rights Reserved.