Click or drag to resize

DBaasAccountToCreate Class

An object that describes the DBaaS account to create.
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsDBaaS.EntitiesDBaasAccountToCreate

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

The DBaasAccountToCreate type exposes the following members.

Constructors
  NameDescription
Public methodDBaasAccountToCreate
Initializes a new instance of the DBaasAccountToCreate class
Top
Properties
  NameDescription
Public propertyDatabasesNames
A string array containing the databases names to create (only for dedicated instances).
Public propertyDbaasPricingTypeID
The ID of the pricing type (GetDbaasPricingTypes(GetDbaasPricingTypesRequest) for the pricing types)
Public propertyGrants
An array of UserGrant objects (only for dedicated instances).
Public propertyLicenseID
The ID of the license (only for dedicated instances).
Public propertyOverLimitBehaviourType
Defines the strategy to adopt in case of storage overquota (optional, default value "Restrict").
Public propertyRegionID
The ID of the region where the service will be deployed.
Public propertyResourcesSize
An object which defines the size of the resources to purchase.
Public propertyServiceName
The name of the DBaaS service.
Public propertyUsers
An array of User objects.
Top
See Also