com.vmware.vcloud.sdk.admin
Class AdminVdcStorageProfile

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

public class AdminVdcStorageProfile
extends VcloudEntity<com.vmware.vcloud.api.rest.schema.AdminVdcStorageProfileType>

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

Since:
API 5.1, SDK 5.1
See Also:
AdminVdcStorageProfileType

Method Summary
 com.vmware.vcloud.api.rest.schema.ReferenceType getAdminVdcReference()
          Returns the Parent Admin Vdc ReferenceType.
static AdminVdcStorageProfile getAdminVdcStorageProfileByReference(VcloudClient client, com.vmware.vcloud.api.rest.schema.ReferenceType adminVdcStorageProfileRef)
          Get AdminVdcStorageProfile for the given AdminVdcStorageProfile reference
 AdminVdcStorageProfile updateAdminVdcStorageProfile(com.vmware.vcloud.api.rest.schema.AdminVdcStorageProfileType adminVdcStorageProfileResource)
          Update the vdc 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

getAdminVdcStorageProfileByReference

public static AdminVdcStorageProfile getAdminVdcStorageProfileByReference(VcloudClient client,
                                                                          com.vmware.vcloud.api.rest.schema.ReferenceType adminVdcStorageProfileRef)
                                                                   throws VCloudException
Get AdminVdcStorageProfile for the given AdminVdcStorageProfile reference

Parameters:
client -
adminVdcStorageProfileRef -
Returns:
AdminVdcStorageProfile
Throws:
VCloudException

getAdminVdcReference

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

Returns:
ReferenceType
Throws:
VCloudException

updateAdminVdcStorageProfile

public AdminVdcStorageProfile updateAdminVdcStorageProfile(com.vmware.vcloud.api.rest.schema.AdminVdcStorageProfileType adminVdcStorageProfileResource)
                                                    throws VCloudException
Update the vdc storage profile.

Parameters:
adminVdcStorageProfileResource -
Returns:
AdminVdcStorageProfile
Throws:
VCloudException


Copyright © 2016. All Rights Reserved.