Click or drag to resize

PrivateCloudDisk Class

List of disks required
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.Provisioning.Entities.PrivateCloudPrivateCloudDisk

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
[DataContractAttribute]
public class PrivateCloudDisk

The PrivateCloudDisk type exposes the following members.

Constructors
  NameDescription
Public methodPrivateCloudDisk
Initializes a new instance of the PrivateCloudDisk class
Top
Properties
  NameDescription
Public propertySize
Required amount
Public propertyType
Type of Disk
Top
Remarks
Can not be empty void it, it can not have more than 1, the type must be PrivateCloudDisk. 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