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; }<DataMemberAttribute>
Public Property Disks As List(Of PrivateCloudDisk)
Get
Set
public:
[DataMemberAttribute]
property List<PrivateCloudDisk^>^ Disks {
List<PrivateCloudDisk^>^ get ();
void set (List<PrivateCloudDisk^>^ value);
}[<DataMemberAttribute>]
member Disks : List<PrivateCloudDisk> with get, set
function get Disks () : List<PrivateCloudDisk>
function set Disks (value : List<PrivateCloudDisk>)
Property Value
Type:
ListPrivateCloudDisk
RemarksCan'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