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; }<DataMemberAttribute>
Public Property SmartVMWarePackageID As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute]
property Nullable<int> SmartVMWarePackageID {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute>]
member SmartVMWarePackageID : Nullable<int> with get, set
function get SmartVMWarePackageID () : Nullable<int>
function set SmartVMWarePackageID (value : Nullable<int>)
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