Click or drag to resize

IWsEndUserGetPrivateCloudCustomProducts Method

Returns all CloudCustomProduct for alle the VDC of the specified Organization or the specified VDC

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
WsResult<PagedList<CloudCustomProduct>> GetPrivateCloudCustomProducts(
	GetPrivateCloudResourcesRequest request
)

Parameters

request
Type: GetPrivateCloudResourcesRequest
Specify PrivateCloudOrganizationID and PrivateCloudInstanceID (optional)

Return Value

Type: WsResultPagedListCloudCustomProduct
a Pagedlist of CloudCustomProduct object
See Also