public sealed class DatabaseProperties : IMessage<DatabaseProperties>, IEquatable<DatabaseProperties>, IDeepCloneable<DatabaseProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class DatabaseProperties.
The properties of a Database.
Implements
IMessageDatabaseProperties, IEquatableDatabaseProperties, IDeepCloneableDatabaseProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
DatabaseProperties()
public DatabaseProperties()DatabaseProperties(DatabaseProperties)
public DatabaseProperties(DatabaseProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
DatabaseProperties |
Properties
DatabaseManagementConfig
public DatabaseManagementConfig DatabaseManagementConfig { get; set; }Output only. The Database Management config.
| Property Value | |
|---|---|
| Type | Description |
DatabaseManagementConfig |
|
DbBackupConfig
public DbBackupConfig DbBackupConfig { get; set; }Optional. Backup options for the Database.
| Property Value | |
|---|---|
| Type | Description |
DbBackupConfig |
|
DbVersion
public string DbVersion { get; set; }Required. The Oracle Database version.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public DatabaseProperties.Types.DatabaseLifecycleState State { get; set; }Output only. State of the Database.
| Property Value | |
|---|---|
| Type | Description |
DatabasePropertiesTypesDatabaseLifecycleState |
|