com.vmware.vcloud.sdk.admin
Class ProviderVdcStorageProfile

java.lang.Object
  extended by com.vmware.vcloud.sdk.VcloudResource<T>
      extended by com.vmware.vcloud.sdk.VcloudEntity<com.vmware.vcloud.api.rest.schema.ProviderVdcStorageProfileType>
          extended by com.vmware.vcloud.sdk.admin.ProviderVdcStorageProfile

public class ProviderVdcStorageProfile
extends VcloudEntity<com.vmware.vcloud.api.rest.schema.ProviderVdcStorageProfileType>

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

Since:
API 5.1, SDK 5.1
See Also:
ProviderVdcStorageProfileType

Method Summary
 com.vmware.vcloud.api.rest.schema.ReferenceType getProviderVdcReference()
          Returns the Parent ProviderVdc ReferenceType.
static ProviderVdcStorageProfile getProviderVdcStorageProfileByReference(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType providerVdcStorageProfileRef)
          Get ProviderVdcStorageProfile for the given ProviderVdcStorageProfile 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

getProviderVdcStorageProfileByReference

public static ProviderVdcStorageProfile getProviderVdcStorageProfileByReference(VcloudClient client,
                                                                                com.vmware.vcloud.api.rest.schema.ReferenceType providerVdcStorageProfileRef)
                                                                         throws VCloudException
Get ProviderVdcStorageProfile for the given ProviderVdcStorageProfile reference

Parameters:
client -
providerVdcStorageProfileRef -
Returns:
ProviderVdcStorageProfile
Throws:
VCloudException

getProviderVdcReference

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

Returns:
ReferenceType
Throws:
VCloudException
See Also:
ProviderVdc


Copyright © 2016. All Rights Reserved.