public sealed class Database : IMessage<Database>, IEquatable<Database>, IDeepCloneable<Database>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class Database.
Details of the Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/
Namespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
Database()
public Database()Database(Database)
public Database(Database other)| Parameter | |
|---|---|
| Name | Description |
other |
Database |
Properties
AdminPassword
public string AdminPassword { get; set; }Required. The password for the default ADMIN user.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CharacterSet
public string CharacterSet { get; set; }Optional. The character set for the database. The default is AL32UTF8.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The date and time that the Database was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DatabaseId
public string DatabaseId { get; set; }Optional. The database ID of the Database.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DatabaseName
public DatabaseName DatabaseName { get; set; }DatabaseName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DatabaseName |
|
DbHomeName
public string DbHomeName { get; set; }Optional. The name of the DbHome resource associated with the Database.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DbName
public string DbName { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DbUniqueName
public string DbUniqueName { get; set; }Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GcpOracleZone
public string GcpOracleZone { get; set; }Output only. The GCP Oracle zone where the Database is created.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}
| Property Value | |
|---|---|
| Type | Description |
string |
|
NcharacterSet
public string NcharacterSet { get; set; }Optional. The national character set for the database. The default is AL16UTF16.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OciUrl
public string OciUrl { get; set; }Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OpsInsightsStatus
public Database.Types.OperationsInsightsStatus OpsInsightsStatus { get; set; }Output only. The Status of Operations Insights for this Database.
| Property Value | |
|---|---|
| Type | Description |
DatabaseTypesOperationsInsightsStatus |
|
Properties
public DatabaseProperties Properties { get; set; }Optional. The properties of the Database.
| Property Value | |
|---|---|
| Type | Description |
DatabaseProperties |
|
TdeWalletPassword
public string TdeWalletPassword { get; set; }Optional. The TDE wallet password for the database.
| Property Value | |
|---|---|
| Type | Description |
string |
|