Click or drag to resize

ServerUpdateSmartVMWarePackageID Property

Get or set Id of package of virtual server to update when the server is 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 update is a SmartVMWare the property is set not null. In this case the properties CPUQuantity, RAMQuantity and VirtualDisks are ignored and assigned by the service. CPUQuantity, RAMQuantity, VirtualDisks are set using the specified package configuration.
See Also