Class Database
Details of the Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class Database : IDirectResponseSchema
Properties
AdminPassword
Required. The password for the default ADMIN user.
Declaration
[JsonProperty("adminPassword")]
public virtual string AdminPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CharacterSet
Optional. The character set for the database. The default is AL32UTF8.
Declaration
[JsonProperty("characterSet")]
public virtual string CharacterSet { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. The date and time that the Database was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DatabaseId
Optional. The database ID of the Database.
Declaration
[JsonProperty("databaseId")]
public virtual string DatabaseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DbHomeName
Optional. The name of the DbHome resource associated with the Database.
Declaration
[JsonProperty("dbHomeName")]
public virtual string DbHomeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DbName
Optional. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
Declaration
[JsonProperty("dbName")]
public virtual string DbName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DbUniqueName
Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.
Declaration
[JsonProperty("dbUniqueName")]
public virtual string DbUniqueName { 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 |
GcpOracleZone
Output only. The GCP Oracle zone where the Database is created.
Declaration
[JsonProperty("gcpOracleZone")]
public virtual string GcpOracleZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NcharacterSet
Optional. The national character set for the database. The default is AL16UTF16.
Declaration
[JsonProperty("ncharacterSet")]
public virtual string NcharacterSet { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OciUrl
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
Declaration
[JsonProperty("ociUrl")]
public virtual string OciUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OpsInsightsStatus
Output only. The Status of Operations Insights for this Database.
Declaration
[JsonProperty("opsInsightsStatus")]
public virtual string OpsInsightsStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Properties
Optional. The properties of the Database.
Declaration
[JsonProperty("properties")]
public virtual DatabaseProperties Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseProperties |
TdeWalletPassword
Optional. The TDE wallet password for the database.
Declaration
[JsonProperty("tdeWalletPassword")]
public virtual string TdeWalletPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |