DatabaseInstanceConfiguration Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Databases
The DatabaseInstanceConfiguration type exposes the following members.
Name | Description | |
---|---|---|
DatabaseInstanceConfiguration(FlavorRef, DatabaseVolumeConfiguration, String) |
Initializes a new instance of the DatabaseInstanceConfiguration class
with the specified values.
| |
DatabaseInstanceConfiguration(FlavorRef, DatabaseVolumeConfiguration, String, RestorePoint) |
Initializes a new instance of the DatabaseInstanceConfiguration class
with a restore point for restoring a database instance from a backup.
|
Name | Description | |
---|---|---|
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
FlavorRef |
Gets a FlavorRef object describing the flavor of the database instance.
| |
Name |
Gets the name of the database instance.
| |
RestorePoint |
Gets a RestorePoint object describing the backup from which this database instance was restored.
| |
Volume |
Gets a DatabaseVolumeConfiguration object containing additional information about
the database instance storage volume.
|