public sealed class DbHome : IMessage<DbHome>, IEquatable<DbHome>, IDeepCloneable<DbHome>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class DbHome.
Details of the Database Home resource.
Namespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
DbHome()
public DbHome()DbHome(DbHome)
public DbHome(DbHome other)| Parameter | |
|---|---|
| Name | Description |
other |
DbHome |
Properties
Database
public Database Database { get; set; }Required. The Database resource.
| Property Value | |
|---|---|
| Type | Description |
Database |
|
DbVersion
public string DbVersion { get; set; }Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Optional. The display name for the Database Home. The name does not have to be unique within your project.
| Property Value | |
|---|---|
| Type | Description |
string |
|
IsUnifiedAuditingEnabled
public bool IsUnifiedAuditingEnabled { get; set; }Optional. Whether unified auditing is enabled for the Database Home.
| Property Value | |
|---|---|
| Type | Description |
bool |
|