Click or drag to resize

ConfigurationToChange Class

An object that describes the configurations to change.
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.WsDBaaS.EntitiesConfigurationToChange

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

The ConfigurationToChange type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationToChange
Initializes a new instance of the ConfigurationToChange class
Top
Properties
  NameDescription
Public propertyDatabasesToCreate
An array of Databases to create (only for dedicated instances).
Public propertyDatabasesToDelete
An array of Databases to delete (only for dedicated instances).
Public propertyDbaasAccountID
The ID of the DBaaS account.
Public propertyGrantsToChange
An array of User Roles to change (only for dedicated instances).
Public propertyPasswordsToChange
An array of User passwords to change.
Public propertyUsersToCreate
An array of Database Users to create (only for dedicated instances).
Public propertyUsersToDelete
An array of Database Users to delete (only for dedicated instances).
Top
See Also