Click or drag to resize

IWsEndUserGetPrivateCloudResourcesTypes2 Method

Note: This API is now obsolete.

The method allows you to retrieve the details of the resources privateCloud.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[ObsoleteAttribute("This Method is deprecated. Use GetPrivateCloudResourcesTypes instead.")]
WsResult<PrivateCloudResurcesTypes> GetPrivateCloudResourcesTypes2(
	GetPrivateCloudResourcesTypesRequest request
)

Parameters

request
Type: Aruba.Cloud.Provisioning.Entities.PrivateCloudGetPrivateCloudResourcesTypesRequest

Return Value

Type: WsResultPrivateCloudResurcesTypes
Remarks
The WsEndUser, the user is authenticated, it calls the wcfPlatform that retrieves data in the table [ArubaCloud].[Dbo].[PrivateCloudResourcesProducts] on the DC filtering for individual ResourceTypes - privateCloud - PrivateCloudCPU - PrivateCloudDisk - PrivateCloudRAM - PrivateCloudVLan - PrivateCloudIP adding Ratio of the value that is returned by the table [ArubaCloud]. [dbo]. [ServiceConfigurations] for the key PrivateCloudMinimumCpuRamRatio. LanguageID parameter allows getting localized products descriptions.
See Also