Click or drag to resize

PurchasePrivateCloudDisks 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 not be empty. The amount must comply with the configuration of [ArubaCloud]. [Dbo]. [PrivateCloudResourcesProducts], the required amount must be greater than MinCreateBound, and less than the multiple of the MinUpgradeBound MaxBound where it is configured in the db
See Also