Click or drag to resize

IWsJelastic Interface

Namespace:  Aruba.Cloud.WsJelastic
Assembly:  WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ServiceContractAttribute(Namespace = "https://api.services.cloud.it/wsjelastic")]
[RBACDenyAttribute]
public interface IWsJelastic

The IWsJelastic type exposes the following members.

Methods
  NameDescription
Public methodCode exampleEnqueueActivateJelasticAccount
Activates Jelastic account, so it is possible to add or remove Jelastic services (servers and Jelastic jobs) in accordance to the service plan of the Jelastic account.
Public methodCode exampleEnqueueCreationJelasticAccount
The method Enqueues a new Jelastic account creation request.
Public methodCode exampleEnqueueDeleteJelasticAccount
The method Enqueues a new Jelastic account deleting request.
Public methodCode exampleEnqueueModifyEmailJelasticAccount
Modify the email of an existing Jelastic account.
Public methodCode exampleEnqueueModifyPlanJelasticAccount
The method modifies an existing Jelastic account pricing plan.
Public methodCode exampleGetJelasticAccount
Get Jelastic account informations by account ID.
Public methodCode exampleGetJelasticAccounts
Get a list of all active Jelastic accounts associated to the authenticated user.
Public methodGetJelasticPricingType
This method returns the single Jelastic pricing types.
Public methodCode exampleGetJelasticPricingTypes
This method returns the list of available Jelastic pricing types.
Public methodCode exampleGetOperationsLog
Returns the list of logs of the Jelastic service for a specified period. It is also possible get the logs regarding currently working jobs.
Top
See Also