com.vmware.vcloud.sdk
Class VdcStorageProfile

java.lang.Object
  extended by com.vmware.vcloud.sdk.VcloudResource<T>
      extended by com.vmware.vcloud.sdk.VcloudEntity<com.vmware.vcloud.api.rest.schema.VdcStorageProfileType>
          extended by com.vmware.vcloud.sdk.VdcStorageProfile

public class VdcStorageProfile
extends VcloudEntity<com.vmware.vcloud.api.rest.schema.VdcStorageProfileType>

Helper class to access the Vdc storage profile Resource in vCloud API.

Since:
API 5.1, SDK 5.1
See Also:
VdcStorageProfileType

Method Summary
 com.vmware.vcloud.api.rest.schema.ReferenceType getVdcReference()
          Returns the Parent Vdc ReferenceType.
static VdcStorageProfile getVdcStorageProfileByReference(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vdcStorageProfileRef)
          Get VdcStorageProfile for the given VdcStorageProfile reference
 
Methods inherited from class com.vmware.vcloud.sdk.VcloudEntity
getMetadata, getReference, getTasks
 
Methods inherited from class com.vmware.vcloud.sdk.VcloudResource
getResource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVdcStorageProfileByReference

public static VdcStorageProfile getVdcStorageProfileByReference(VcloudClient client,
                                                                com.vmware.vcloud.api.rest.schema.ReferenceType vdcStorageProfileRef)
                                                         throws VCloudException
Get VdcStorageProfile for the given VdcStorageProfile reference

Parameters:
client -
vdcStorageProfileRef -
Returns:
VdcStorageProfile
Throws:
VCloudException

getVdcReference

public com.vmware.vcloud.api.rest.schema.ReferenceType getVdcReference()
                                                                throws VCloudException
Returns the Parent Vdc ReferenceType.

Returns:
ReferenceType
Throws:
VCloudException


Copyright © 2016. All Rights Reserved.