Click or drag to resize

JelasticAccountToCreate Class

A JelasticAccountToCreate object describing the new Jelastic account to create
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsJelastic.EntitiesJelasticAccountToCreate

Namespace:  Aruba.Cloud.WsJelastic.Entities
Assembly:  WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class JelasticAccountToCreate

The JelasticAccountToCreate type exposes the following members.

Constructors
  NameDescription
Public methodJelasticAccountToCreate
Initializes a new instance of the JelasticAccountToCreate class
Top
Properties
  NameDescription
Public propertyContractList
GDPR Contracts for the new Jelastic account.
Public propertyEmail
User name of the Jelastic account to create (without @ symbol and domain).
Public propertyJelasticPricingTypeID
ID of Jelastic pricing plan. To get the list of available Jelastic pricing plans for the region use GetJelasticPricingTypes(int) method.
Public propertyOverLimitBehavior
Over-limit behavior for the new Jelastic account. Over-limit behavior controls Jelastic account state when one of the resources exceeds the limit of the current pricing plan.
Top
See Also