com.vmware.vcloud.sdk
Class VcloudResource<T extends com.vmware.vcloud.api.rest.schema.ResourceType>

java.lang.Object
  extended by com.vmware.vcloud.sdk.VcloudResource<T>
Direct Known Subclasses:
AdminApiFilter, AdminFileDescriptor, AdminServiceLink, AllocatedIpAddress, LicenseReport, Metadata, Result, VcloudEntity

public abstract class VcloudResource<T extends com.vmware.vcloud.api.rest.schema.ResourceType>
extends Object

Base class for the Helper classes like Task, LicenseReport etc

Author:
EcosystemEngineering

Method Summary
 com.vmware.vcloud.api.rest.schema.ReferenceType getReference()
          Returns the reference of the resource
 T getResource()
          Returns the vCloud Resource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResource

public T getResource()
Returns the vCloud Resource

Returns:
ResourceType

getReference

public com.vmware.vcloud.api.rest.schema.ReferenceType getReference()
Returns the reference of the resource

Returns:
ReferenceType


Copyright © 2016. All Rights Reserved.