Click or drag to resize

ReinitializeServerRequest Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsEndUser.JsonJsonHeader
    Aruba.Cloud.WsEndUser.JsonJsonRequest
      Aruba.Cloud.WsEndUser.JsonReinitializeServerRequest

Namespace:  Aruba.Cloud.WsEndUser.Json
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[KnownTypeAttribute(typeof(JsonRequest))]
[DataContractAttribute]
public class ReinitializeServerRequest : JsonRequest

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 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.
Top
See Also