Click or drag to resize

NewServer Class

The class specifies the properties of the virtual server to create.
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.Provisioning.EntitiesNewServer

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
[DataContractAttribute]
public class NewServer

The NewServer type exposes the following members.

Constructors
  NameDescription
Public methodNewServer
Initializes a new instance of the NewServer class
Public methodNewServer(NewServer)
Initializes a new instance of the NewServer class
Top
Properties
  NameDescription
Public propertyAdditionalLicenses
Get or set the Licenses configuration of virtual server to create.
Public propertyAdministratorPassword
Get or set the administrator password of virtual server to create.
Public propertyConfigureIPv4ForVPSStarter
Configure IPv4 for OpenStack VPS Starter.
Public propertyConfigureIPv6
Get or set if the virtual server should be configured to use IPv6
Public propertyCPUQuantity
Get or set the Cpu quantity of virtual server to create.
Public propertyIsLuckySmart
Public propertyMigrateServerID
Get or set Id of the virtual server to migrate from (VPS VMware -> OpenStack).
Public propertyName
Get or set the name of virtual server to create.
Public propertyNetworkAdaptersConfiguration
Get or set the network adapters configuration of virtual server to create.
Public propertyNote
Get or set the note of virtual server to create.
Public propertyOpenStackFlavorID
Get or set Id of OpenStackFlavor of virtual server to create.
Public propertyOSTemplateId
Get or set Id of OSTemplate of virtual server to create.
Public propertyOSTemplateProductId
Get or set Id of OSTemplateProductId of virtual server to create.
Public propertyRAMQuantity
Get or set the Gb quantity of Ram of virtual server to create.
Public propertySmartVMWarePackageID
Get or set Id of package of virtual server to create when it is intended to be a SmartVMWare.
Public propertySshKey
Get or set the SSH key for the root user
Public propertySshPasswordAuthAllowed
Get or set if the password provided should be used for ssh login or not.
Public propertyVirtualDisks
Get or set the virtual disks configuration of virtual server to create.
Public propertyVirtualMachinePricingTypeID
Get or set Id of VirtualMachinePricingType of virtual server to create.
Public propertyVMMServerTypeId
Top
Methods
  NameDescription
Protected methodGetStringFor
Public methodToString (Overrides ObjectToString.)
Top
See Also