com.vmware.vcloud.sdk
Class VdcStorageProfile
java.lang.Object
com.vmware.vcloud.sdk.VcloudResource<T>
com.vmware.vcloud.sdk.VcloudEntity<com.vmware.vcloud.api.rest.schema.VdcStorageProfileType>
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
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.