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

java.lang.Object
  extended by com.vmware.vcloud.sdk.VcloudResource<T>
      extended by com.vmware.vcloud.sdk.VcloudEntity<com.vmware.vcloud.api.rest.schema.extension.VMWProviderVdcStorageProfileType>
          extended by com.vmware.vcloud.sdk.admin.extensions.VMWProviderVdcStorageProfile

public class VMWProviderVdcStorageProfile
extends VcloudEntity<com.vmware.vcloud.api.rest.schema.extension.VMWProviderVdcStorageProfileType>

Helper class to access the vmw provider vdc storage profile Resource in vCloud API.

Since:
API 5.1, SDK 5.1
See Also:
VMWProviderVdcStorageProfileType

Method Summary
 com.vmware.vcloud.api.rest.schema.ReferenceType getVMWProviderVdcReference()
          Returns the Parent VMWProviderVdc ReferenceType.
static VMWProviderVdcStorageProfile getVMWProviderVdcStorageProfileByReference(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType vmwProviderVdcStorageProfileRef)
          Get VMWProviderVdcStorageProfile for the given VMWProviderVdcStorageProfile reference
 VMWProviderVdcStorageProfile updateVMWProviderVdcStorageProfile(com.vmware.vcloud.api.rest.schema.extension.VMWProviderVdcStorageProfileType vmwProviderVdcStorageProfileResource)
          Update the VMWProviderVdc storage profile.
 
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

getVMWProviderVdcStorageProfileByReference

public static VMWProviderVdcStorageProfile getVMWProviderVdcStorageProfileByReference(VcloudClient client,
                                                                                      com.vmware.vcloud.api.rest.schema.ReferenceType vmwProviderVdcStorageProfileRef)
                                                                               throws VCloudException
Get VMWProviderVdcStorageProfile for the given VMWProviderVdcStorageProfile reference

Parameters:
client -
vmwProviderVdcStorageProfileRef -
Returns:
VMWProviderVdcStorageProfile
Throws:
VCloudException

getVMWProviderVdcReference

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

Returns:
ReferenceType
Throws:
VCloudException
See Also:
VMWProviderVdc

updateVMWProviderVdcStorageProfile

public VMWProviderVdcStorageProfile updateVMWProviderVdcStorageProfile(com.vmware.vcloud.api.rest.schema.extension.VMWProviderVdcStorageProfileType vmwProviderVdcStorageProfileResource)
                                                                throws VCloudException
Update the VMWProviderVdc storage profile.

Parameters:
vmwProviderVdcStorageProfileResource - VMWProviderVdcStorageProfileType
Returns:
VMWProviderVdcStorageProfile
Throws:
VCloudException


Copyright © 2016. All Rights Reserved.