- Resource: PluggableDatabase
- PluggableDatabaseProperties
- PluggableDatabaseConnectionStrings
- DefinedTagValue
- PluggableDatabaseLifecycleState
- PluggableDatabaseNodeLevelDetails
- PluggableDatabaseOpenMode
- OperationsInsightsState
- Methods
Resource: PluggableDatabase
The PluggableDatabase resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/PluggableDatabase/
JSON representation |
---|
{
"name": string,
"properties": {
object ( |
Fields | |
---|---|
name |
Identifier. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database} |
properties |
Optional. The properties of the PluggableDatabase. |
ociUrl |
Output only. HTTPS link to OCI resources exposed to Customer via UI Interface. |
createTime |
Output only. The date and time that the PluggableDatabase was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
PluggableDatabaseProperties
The properties of a PluggableDatabase.
JSON representation |
---|
{ "compartmentId": string, "connectionStrings": { object ( |
Fields | |
---|---|
compartmentId |
Required. The OCID of the compartment. |
connectionStrings |
Optional. The Connection strings used to connect to the Oracle Database. |
containerDatabaseOcid |
Required. The OCID of the CDB. |
definedTags |
Optional. Defined tags for this resource. Each key is predefined and scoped to a namespace. An object containing a list of |
freeformTags |
Optional. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. An object containing a list of |
ocid |
Output only. The OCID of the pluggable database. |
isRestricted |
Optional. The restricted mode of the pluggable database. If a pluggable database is opened in restricted mode, the user needs both create a session and have restricted session privileges to connect to it. |
lifecycleDetails |
Output only. Additional information about the current lifecycle state. |
lifecycleState |
Output only. The current state of the pluggable database. |
pdbName |
Required. The database name. |
pdbNodeLevelDetails[] |
Optional. Pluggable Database Node Level Details |
databaseManagementConfig |
Output only. The configuration of the Database Management service. |
operationsInsightsState |
Output only. The status of Operations Insights for this Database. |
PluggableDatabaseConnectionStrings
The connection strings used to connect to the Oracle Database.
JSON representation |
---|
{ "allConnectionStrings": { string: string, ... }, "pdbDefault": string, "pdbIpDefault": string } |
Fields | |
---|---|
allConnectionStrings |
Optional. All connection strings to use to connect to the pluggable database. An object containing a list of |
pdbDefault |
Optional. The default connection string to use to connect to the pluggable database. |
pdbIpDefault |
Optional. The default connection string to use to connect to the pluggable database using IP. |
DefinedTagValue
Wrapper message for the value of a defined tag.
JSON representation |
---|
{ "tags": { string: string, ... } } |
Fields | |
---|---|
tags |
The tags within the namespace. An object containing a list of |
PluggableDatabaseLifecycleState
The various lifecycle states of the PluggableDatabase.
Enums | |
---|---|
PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED |
The lifecycle state is unspecified. |
PROVISIONING |
The pluggable database is provisioning. |
AVAILABLE |
The pluggable database is available. |
TERMINATING |
The pluggable database is terminating. |
TERMINATED |
The pluggable database is terminated. |
UPDATING |
The pluggable database is updating. |
FAILED |
The pluggable database is in a failed state. |
RELOCATING |
The pluggable database is relocating. |
RELOCATED |
The pluggable database is relocated. |
REFRESHING |
The pluggable database is refreshing. |
RESTORE_IN_PROGRESS |
The pluggable database is restoring. |
RESTORE_FAILED |
The pluggable database restore failed. |
BACKUP_IN_PROGRESS |
The pluggable database is backing up. |
DISABLED |
The pluggable database is disabled. |
PluggableDatabaseNodeLevelDetails
The Pluggable Database Node Level Details.
JSON representation |
---|
{
"nodeName": string,
"openMode": enum ( |
Fields | |
---|---|
nodeName |
Required. The Node name of the Database home. |
openMode |
Required. The mode that the pluggable database is in to open it. |
pluggableDatabaseId |
Required. The OCID of the Pluggable Database. |
PluggableDatabaseOpenMode
The mode that the pluggable database is in to open it.
Enums | |
---|---|
PLUGGABLE_DATABASE_OPEN_MODE_UNSPECIFIED |
The open mode is unspecified. |
READ_ONLY |
The pluggable database is opened in read-only mode. |
READ_WRITE |
The pluggable database is opened in read-write mode. |
MOUNTED |
The pluggable database is mounted. |
MIGRATE |
The pluggable database is migrated. |
OperationsInsightsState
The status of Operations Insights for this Database.
Enums | |
---|---|
OPERATIONS_INSIGHTS_STATE_UNSPECIFIED |
The status is not specified. |
ENABLING |
Operations Insights is enabling. |
ENABLED |
Operations Insights is enabled. |
DISABLING |
Operations Insights is disabling. |
NOT_ENABLED |
Operations Insights is not enabled. |
FAILED_ENABLING |
Operations Insights failed to enable. |
FAILED_DISABLING |
Operations Insights failed to disable. |
Methods |
|
---|---|
|
Gets details of a single PluggableDatabase. |
|
Lists all the PluggableDatabases for the given project, location and Container Database. |