Click or drag to resize

PrivateCloudCPU Class

List of CPUs required
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.Provisioning.Entities.PrivateCloudPrivateCloudCPU

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 PrivateCloudCPU

The PrivateCloudCPU type exposes the following members.

Constructors
  NameDescription
Public methodPrivateCloudCPU
Initializes a new instance of the PrivateCloudCPU class
Top
Properties
  NameDescription
Public propertyCPUTypeID
Type of CPU
Public propertyQuantity
Required amount
Top
Remarks
Can not be empty void it, it can not have more than 1, the type must be PrivateCloudCPU. 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