Click or drag to resize

ReinitializeServerRequest Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.Provisioning.Entities.SmartVMWareReinitializeServerRequest

Namespace:  Aruba.Cloud.Provisioning.Entities.SmartVMWare
Assembly:  Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class ReinitializeServerRequest

The ReinitializeServerRequest type exposes the following members.

Constructors
  NameDescription
Public methodReinitializeServerRequest
Initializes a new instance of the ReinitializeServerRequest class
Top
Properties
  NameDescription
Public propertyAdministratorPassword
The password for the administrator user.
Public propertyConfigureIPv4ForVPSStarter
Configure IPv4 for OpenStack VPS Starter.
Public propertyConfigureIPv6
Configure IPv6 for the given machine
Public propertyOSTemplateId
Optional Parameter to can define a new OS Template with whom reinitialize the server. The parameter is not yet supported.
Public propertyServerId
The Id of the server to reinitialize.
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.
Top
Methods
  NameDescription
Protected methodGetStringFor
Public methodToString (Overrides ObjectToString.)
Top
See Also