Click or drag to resize

JelasticAccount Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsJelastic.EntitiesJelasticAccount

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

The JelasticAccount type exposes the following members.

Constructors
  NameDescription
Public methodJelasticAccount
Initializes a new instance of the JelasticAccount class
Top
Properties
  NameDescription
Public propertyAutoRenewal
Indicates whether the Jelastic account has the AutoRenewal enabled or not
Public propertyCreationDate
Date the Jelastic account was created.
Public propertyDataCenterID
ID of the datacenter the Jelastic account belongs to.
Public propertyDeletionDate
Date the Jelastic account was deleted.
Public propertyEmail
Email of the user that owns the Jelastic account.
Public propertyIsTrial
Public propertyJelasticAccountEnvironments
Public propertyJelasticAccountID
Jelastic account ID.
Public propertyJelasticAccountPricingType
Public propertyJelasticAccountStatus
Current Jelastic account status.
Public propertyJelasticDashboardUrl
Indicates the url of the user dashboard
Public propertyJelasticUserID
Jelastic specific UserId
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.
Public propertyRenewalDate
Date of Jelastic account renewal.
Public propertyTotalCloudLet
Public propertyTotalIP
Public propertyTotalSpace
Public propertyUserCanEdit
Indicates whether is possible to edit or not the JelasticAccount
Public propertyUserID
ID of the user that owns the Jelastic account.
Top
See Also