Click or drag to resize

ModifyPrivateCloudResourcesDisks Property

List of disks required

Namespace:  Aruba.Cloud.Provisioning.Entities.PrivateCloud
Assembly:  Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public List<PrivateCloudDisk> Disks { get; set; }

Property Value

Type: ListPrivateCloudDisk
Remarks
Can't be empty void it, it can't have more than 1, the type must be PrivateCloudDisk. The product must be Available and the amount must comply with the configuration of [ArubaCloud].[Dbo].[PrivateCloudResourcesProducts], the required amount must be MinCreateBound greater than, and less than the multiple of the MinUpgradeBound MaxBound where it is configured in the database.
See Also