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; }<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 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