Click or drag to resize

NewServerSmartVMWarePackageID Property

Get or set Id of package of virtual server to create when it is intended to be a SmartVMWare.

Namespace:  Aruba.Cloud.Provisioning.Entities
Assembly:  Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public Nullable<int> SmartVMWarePackageID { get; set; }

Property Value

Type: NullableInt32
Remarks
When the server to create is intended to be a SmartVMWare the property is set not null. In this case the properties CPUQuantity, RAMQuantity, VirtualDisks and NetworkAdaptersConfiguration are ignored and assigned by the service. CPUQuantity, RAMQuantity, VirtualDisks are set using the specified package configuration. The NetworkAdaptersConfiguration is set assigning the first free address.
See Also