ConnectionUrlType interface
從 VCN 內的計算實例,或是直接連線到 VCN 的計算實例,存取 Oracle Application Express (APEX) 和 SQL Developer Web 的 URL。
屬性
| apex |
Oracle Application Express (APEX) URL。 |
| database |
自發資料庫之資料庫轉換的URL。 |
| graph |
自發資料庫的 Graph Studio URL。 |
| machine |
自發資料庫的 Oracle Machine Learning (OML) 筆記本 URL。 |
| mongo |
適用於自發資料庫的 MongoDB API URL。 |
| ords |
自發資料庫的 Web 存取的 Oracle REST 數據服務 (ORDS) URL。 |
| sql |
Oracle SQL 開發人員 Web URL。 |
屬性詳細資料
apexUrl
Oracle Application Express (APEX) URL。
apexUrl?: string
屬性值
string
databaseTransformsUrl
自發資料庫之資料庫轉換的URL。
databaseTransformsUrl?: string
屬性值
string
graphStudioUrl
自發資料庫的 Graph Studio URL。
graphStudioUrl?: string
屬性值
string
machineLearningNotebookUrl
自發資料庫的 Oracle Machine Learning (OML) 筆記本 URL。
machineLearningNotebookUrl?: string
屬性值
string
mongoDbUrl
適用於自發資料庫的 MongoDB API URL。
mongoDbUrl?: string
屬性值
string
ordsUrl
自發資料庫的 Web 存取的 Oracle REST 數據服務 (ORDS) URL。
ordsUrl?: string
屬性值
string
sqlDevWebUrl
Oracle SQL 開發人員 Web URL。
sqlDevWebUrl?: string
屬性值
string