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