Oracle Database@Google Cloud v1 API - Class DatabaseProperties (1.4.0)

public sealed class DatabaseProperties : IMessage<DatabaseProperties>, IEquatable<DatabaseProperties>, IDeepCloneable<DatabaseProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class DatabaseProperties.

The properties of a Database.

Inheritance

object > DatabaseProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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