Show / Hide Table of Contents

Class DbHome

Details of the Database Home resource.

Inheritance
object
DbHome
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DbHome : IDirectResponseSchema

Properties

Database

Required. The Database resource.

Declaration
[JsonProperty("database")]
public virtual Database Database { get; set; }
Property Value
Type Description
Database

DbVersion

Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.

Declaration
[JsonProperty("dbVersion")]
public virtual string DbVersion { get; set; }
Property Value
Type Description
string

DisplayName

Optional. The display name for the Database Home. The name does not have to be unique within your project.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsUnifiedAuditingEnabled

Optional. Whether unified auditing is enabled for the Database Home.

Declaration
[JsonProperty("isUnifiedAuditingEnabled")]
public virtual bool? IsUnifiedAuditingEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX