Autonomous Databases - Get
获取 AutonomousDatabase
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/autonomousDatabases/{autonomousdatabasename}?api-version=2024-06-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
autonomousdatabasename
|
path | True |
string minLength: 1maxLength: 30 pattern: .* |
数据库名称。 |
resource
|
path | True |
string minLength: 1maxLength: 90 |
资源组的名称。 名称不区分大小写。 |
subscription
|
path | True |
string (uuid) |
目标订阅的 ID。 该值必须是 UUID。 |
api-version
|
query | True |
string minLength: 1 |
用于此操作的 API 版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
Azure 操作已成功完成。 |
|
Other Status Codes |
意外的错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
Autonomous |
Get Autonomous Database |
AutonomousDatabases_Get
示例请求
GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1?api-version=2024-06-01
示例响应
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1",
"type": "Oracle.Database/autonomousDatabases",
"location": "eastus",
"tags": {
"tagK1": "tagV1"
},
"properties": {
"autonomousDatabaseId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1",
"actualUsedDataStorageSizeInTbs": null,
"autonomousMaintenanceScheduleType": "Regular",
"characterSet": "AL32UTF8",
"ncharacterSet": "AL16UTF16",
"computeCount": 2,
"computeModel": "ECPU",
"cpuCoreCount": 1,
"customerContacts": null,
"dataStorageSizeInGbs": 1024,
"dataStorageSizeInTbs": 1,
"databaseEdition": "EnterpriseEdition",
"dataBaseType": "Regular",
"dbVersion": "18.4.0.0",
"displayName": "example_autonomous_databasedb1",
"isAutoScalingEnabled": false,
"isAutoScalingForStorageEnabled": false,
"isLocalDataGuardEnabled": false,
"isMtlsConnectionRequired": true,
"licenseModel": "BringYourOwnLicense",
"lifecycleState": "Succeeded",
"lifecycleDetails": "success",
"privateEndpointIp": null,
"privateEndpointLabel": null,
"subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1",
"vnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Microsoft.Network/virtualNetworks/vnet1",
"provisioningState": "Succeeded",
"ociUrl": "https://fake",
"timeCreated": "2024-01-09T20:44:09.466Z",
"timeMaintenanceBegin": null,
"timeMaintenanceEnd": null,
"usedDataStorageSizeInGbs": null,
"usedDataStorageSizeInTbs": null,
"ocid": "ocid1..aaaaa",
"whitelistedIps": [
"1.1.1.1",
"1.1.1.0/24",
"1.1.2.25"
]
}
}
Get Autonomous Database
示例请求
GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1?api-version=2024-06-01
示例响应
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1",
"type": "Oracle.Database/autonomousDatabases",
"location": "eastus",
"tags": {
"tagK1": "tagV1"
},
"properties": {
"autonomousDatabaseId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Oracle.Database/autonomousDatabases/databasedb1",
"actualUsedDataStorageSizeInTbs": null,
"autonomousMaintenanceScheduleType": "Regular",
"characterSet": "AL32UTF8",
"ncharacterSet": "AL16UTF16",
"computeCount": 2,
"computeModel": "ECPU",
"cpuCoreCount": 1,
"customerContacts": null,
"dataStorageSizeInGbs": 1024,
"dataStorageSizeInTbs": 1,
"databaseEdition": "EnterpriseEdition",
"dataBaseType": "Regular",
"dbVersion": "18.4.0.0",
"displayName": "example_autonomous_databasedb1",
"isAutoScalingEnabled": false,
"isAutoScalingForStorageEnabled": false,
"isLocalDataGuardEnabled": false,
"isMtlsConnectionRequired": true,
"licenseModel": "BringYourOwnLicense",
"lifecycleState": "Succeeded",
"lifecycleDetails": "success",
"privateEndpointIp": null,
"privateEndpointLabel": null,
"subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1",
"vnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg000/providers/Microsoft.Network/virtualNetworks/vnet1",
"provisioningState": "Succeeded",
"ociUrl": "https://fake",
"timeCreated": "2024-01-09T20:44:09.466Z",
"timeMaintenanceBegin": null,
"timeMaintenanceEnd": null,
"usedDataStorageSizeInGbs": null,
"usedDataStorageSizeInTbs": null,
"ocid": "ocid1..aaaaa",
"whitelistedIps": [
"1.1.1.1",
"1.1.1.0/24",
"1.1.2.25"
]
}
}
定义
名称 | 说明 |
---|---|
All |
允许客户端根据结构化元数据对连接字符串值进行分组、筛选和选择的连接字符串配置文件。 |
Apex |
有关 Oracle APEX 应用程序开发的信息。 |
Autonomous |
自治数据库资源模型。 |
Autonomous |
自治数据库生命周期状态枚举 |
Autonomous |
自治灾难恢复备用数据库详细信息。 |
Autonomous |
自治数据库维护计划类型枚举。 |
Azure |
Azure 资源预配状态枚举 |
Compute |
计算模型枚举 |
Connection |
用于连接到 Oracle 自治数据库的连接字符串。 |
Connection |
使用浏览器从 VCN 中的计算实例或直接连接到 VCN 的计算实例访问 Oracle Application Express(APEX)和 SQL 开发人员 Web 的 URL。 |
Consumer |
使用者组枚举。 |
created |
创建资源的标识的类型。 |
Customer |
CustomerContact 资源属性 |
Database |
数据库版本类型枚举。 |
Data |
数据库类型枚举 |
Data |
DataSafe 状态类型枚举。 |
Day |
DayOfWeek 资源属性 |
Day |
DayOfWeekName 枚举 |
Disaster |
灾难恢复类型枚举。 |
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
Host |
主机格式类型枚举。 |
License |
LicenseModel 枚举 |
Long |
长期备份计划的详细信息。 |
Open |
打开模式类型枚举。 |
Operations |
Operations Insights 状态类型枚举。 |
Permission |
权限级别类型枚举。 |
Profile |
允许客户端根据结构化元数据对连接字符串值进行分组、筛选和选择的连接字符串配置文件。 |
Protocol |
协议类型枚举。 |
Repeat |
重复节奏类型枚举 |
Role |
角色类型枚举。 |
Scheduled |
计划操作的列表。 |
Session |
会话模式类型枚举。 |
Syntax |
语法格式类型枚举。 |
system |
与创建和上次修改资源相关的元数据。 |
Tls |
TLS 身份验证类型枚举。 |
Workload |
WorkloadType 枚举 |
AllConnectionStringType
允许客户端根据结构化元数据对连接字符串值进行分组、筛选和选择的连接字符串配置文件。
名称 | 类型 | 说明 |
---|---|---|
high |
string minLength: 10maxLength: 255 |
High 数据库服务为每个 SQL 语句提供最高级别的资源,从而产生最高的性能,但支持最少数量的并发 SQL 语句。 |
low |
string minLength: 10maxLength: 255 |
低数据库服务为每个 SQL 语句提供最低级别的资源,但支持最多数量的并发 SQL 语句。 |
medium |
string minLength: 10maxLength: 255 |
Medium 数据库服务为每个 SQL 语句提供较低级别的资源,这可能会导致性能较低,但支持更多的并发 SQL 语句。 |
ApexDetailsType
有关 Oracle APEX 应用程序开发的信息。
名称 | 类型 | 说明 |
---|---|---|
apexVersion |
string |
Oracle APEX 应用程序开发版本。 |
ordsVersion |
string |
Oracle REST Data Services (ORDS) 版本。 |
AutonomousDatabase
自治数据库资源模型。
名称 | 类型 | 说明 |
---|---|---|
id |
string (arm-id) |
资源的完全限定资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” |
location |
string |
资源所在的地理位置 |
name |
string |
资源的名称 |
properties.actualUsedDataStorageSizeInTbs |
number (double) |
用于用户和系统数据的当前存储量(TB)。 |
properties.adminPassword |
string (password) minLength: 12maxLength: 30 |
管理员密码。 |
properties.allocatedStorageSizeInTbs |
number (double) |
当前为数据库表分配的存储量,并按四舍五入计费。 |
properties.apexDetails |
有关 Oracle APEX 应用程序开发的信息。 |
|
properties.autonomousDatabaseId |
string (arm-id) |
自治数据库 ID |
properties.autonomousMaintenanceScheduleType |
自治无服务器数据库的维护计划类型。 |
|
properties.availableUpgradeVersions |
string[] |
可用于数据库升级的 Oracle 数据库版本列表。 如果没有可用的版本升级,此列表为空。 |
properties.backupRetentionPeriodInDays |
integer (int32) |
长期备份的保留期(以天为单位) |
properties.characterSet |
string minLength: 1maxLength: 255 |
自治数据库的字符集。 |
properties.computeCount |
number (float) minimum: 0.1maximum: 512 |
数据库可用的计算量(CPU)。 |
properties.computeModel |
自治数据库的计算模型。 |
|
properties.connectionStrings |
用于连接到自治数据库的连接字符串。 |
|
properties.connectionUrls |
使用浏览器从 VCN 中的计算实例或直接连接到 VCN 的计算实例访问 Oracle Application Express(APEX)和 SQL 开发人员 Web 的 URL。 |
|
properties.cpuCoreCount |
integer (int32) minimum: 1maximum: 128 |
要提供给数据库的 CPU 内核数。 |
properties.customerContacts |
客户联系人。 |
|
properties.dataBaseType |
要创建的数据库类型。 |
|
properties.dataSafeStatus |
此自治数据库的数据安全注册状态。 |
|
properties.dataStorageSizeInGbs |
integer (int32) minimum: 20maximum: 393216 |
将创建并附加到数据库的数据卷的大小(以 GB 为单位)。 |
properties.dataStorageSizeInTbs |
integer (int32) minimum: 1maximum: 384 |
数据库中的数据量(以 TB 为单位)。 |
properties.databaseEdition |
适用于自治数据库的 Oracle 数据库版本。 |
|
properties.dbVersion |
string minLength: 1maxLength: 255 |
适用于自治数据库的有效 Oracle 数据库版本。 |
properties.dbWorkload |
自治数据库工作负荷类型 |
|
properties.displayName |
string minLength: 1maxLength: 255 |
自治数据库的用户友好名称。 |
properties.failedDataRecoveryInSeconds |
integer (int32) |
指示 Data Guard 故障转移数据丢失的秒数。 |
properties.inMemoryAreaInGbs |
integer (int32) |
分配给自治数据库中 In-Memory 表的区域。 |
properties.isAutoScalingEnabled |
boolean |
指示是否为自治数据库 CPU 核心计数启用了自动缩放。 |
properties.isAutoScalingForStorageEnabled |
boolean |
指示是否为自治数据库存储启用了自动缩放。 |
properties.isLocalDataGuardEnabled |
boolean |
指示自治数据库是启用了本地数据库还是启用了区域内 Data Guard。 |
properties.isMtlsConnectionRequired |
boolean |
指定自治数据库是否需要 mTLS 连接。 |
properties.isPreview |
boolean |
指示自治数据库版本是否为预览版。 |
properties.isPreviewVersionWithServiceTermsAccepted |
boolean |
指定是否预配自治数据库预览版。 |
properties.isRemoteDataGuardEnabled |
boolean |
指示自治数据库是否已启用跨区域数据防护。 |
properties.licenseModel |
适用于 Oracle 自治数据库的 Oracle 许可证模型。 默认值为LICENSE_INCLUDED。 |
|
properties.lifecycleDetails |
string |
有关当前生命周期状态的其他信息。 |
properties.lifecycleState |
Views lifecycleState |
|
properties.localAdgAutoFailoverMaxDataLossLimit |
integer (int32) minimum: 0maximum: 3600 |
允许用户选择可接受的最大数据丢失限制的参数(以秒为单位),本地自治数据防护需要触发自动故障转移 |
properties.localDisasterRecoveryType |
指示自治无服务器实例的本地灾难恢复 (DR) 类型。自治数据防护 (ADG) DR 类型在故障转移或切换期间为业务关键 DR 提供更快的恢复时间目标(RTO)。基于备份的 DR 类型在故障转移或切换期间提供更低的 RTO 成本 DR。 |
|
properties.localStandbyDb |
本地自治灾难恢复备用数据库详细信息。 |
|
properties.longTermBackupSchedule |
长期备份计划的详细信息。 |
|
properties.memoryPerOracleComputeUnitInGbs |
integer (int32) |
每个 ECPU 或 OCPU 启用的内存量(以 GB 为单位)。 |
properties.ncharacterSet |
string minLength: 1maxLength: 255 |
自治数据库的字符集。 |
properties.nextLongTermBackupTimeStamp |
string (date-time) |
将创建下一个长期备份的日期和时间。 |
properties.ociUrl |
string |
HTTPS 链接到通过 Azure 接口向 Azure 客户公开的 OCI 资源。 |
properties.ocid |
string minLength: 1maxLength: 255 |
数据库 ocid |
properties.openMode |
指示自治数据库模式。 |
|
properties.operationsInsightsStatus |
此自治数据库的 Operations Insights 状态。 |
|
properties.peerDbId |
string minLength: 1maxLength: 255 |
灾难恢复对等数据库的 Azure 资源 ID,该数据库位于与当前对等数据库不同的区域中。 |
properties.peerDbIds |
string[] |
与源数据库关联的自治 Data Guard 远程区域中备用数据库的 Azure 资源 ID 列表。 请注意,对于自治无服务器实例,与源主数据库位于同一区域中的备用数据库没有 Azure ID。 |
properties.permissionLevel |
自治数据库权限级别。 |
|
properties.privateEndpoint |
string |
资源的专用终结点。 |
properties.privateEndpointIp |
string |
资源的专用终结点 IP 地址。 |
properties.privateEndpointLabel |
string |
资源的专用终结点标签。 |
properties.provisionableCpus |
integer[] (int32) |
可以缩放自治数据库的 CPU 值的数组。 |
properties.provisioningState |
Azure 资源预配状态。 |
|
properties.role |
如果启用了自治数据防护,则自治容器数据库或自治数据库的数据防护角色。 |
|
properties.scheduledOperations |
计划操作的列表。 |
|
properties.serviceConsoleUrl |
string minLength: 10maxLength: 255 |
自治数据库的服务控制台的 URL。 |
properties.sqlWebDeveloperUrl |
string minLength: 10maxLength: 2048 |
Oracle 自治数据库的 SQL Web 开发人员 URL。 |
properties.subnetId |
string (arm-id) |
客户端子网 |
properties.supportedRegionsToCloneTo |
string[] |
支持创建自治数据库克隆或自治数据防护备用数据库的区域列表。 |
properties.timeCreated |
string (date-time) |
数据库的创建日期和时间。 |
properties.timeDataGuardRoleChanged |
string |
为自治数据库切换了自治数据防护角色的日期和时间。 |
properties.timeDeletionOfFreeAutonomousDatabase |
string |
由于不活动,自动删除 Always Free 数据库的日期和时间。 |
properties.timeLocalDataGuardEnabled |
string |
为自治数据库启用了自治数据防护的日期和时间,该数据库在主数据库所在的同一区域中预配了备用服务器。 |
properties.timeMaintenanceBegin |
string (date-time) |
维护开始的日期和时间。 |
properties.timeMaintenanceEnd |
string (date-time) |
维护结束的日期和时间。 |
properties.timeOfLastFailover |
string |
上次故障转移操作的时间戳。 |
properties.timeOfLastRefresh |
string |
上次刷新发生的日期和时间。 |
properties.timeOfLastRefreshPoint |
string |
刷新点时间戳(UTC)。 |
properties.timeOfLastSwitchover |
string |
自治数据库上一次切换操作的时间戳。 |
properties.timeReclamationOfFreeAutonomousDatabase |
string |
由于不活动,Always Free 数据库的日期和时间将停止。 |
properties.usedDataStorageSizeInGbs |
integer (int32) |
自治数据库在 GB 中消耗的存储空间。 |
properties.usedDataStorageSizeInTbs |
integer (int32) |
已使用的存储量(以 TB 为单位)。 |
properties.vnetId |
string (arm-id) |
用于网络连接的 VNET |
properties.whitelistedIps |
string[] minLength: 1maxLength: 1024 |
客户端 IP 访问控制列表(ACL)。 这是 CIDR 表示法和/或 IP 地址的数组。 值应是单独的字符串,用逗号分隔。 示例:['1.1.1.1','1.1.1.0/24','1.1.2.25'] |
systemData |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 |
|
tags |
object |
资源标记。 |
type |
string |
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts” |
AutonomousDatabaseLifecycleState
自治数据库生命周期状态枚举
值 | 说明 |
---|---|
Available |
指示处于可用状态的资源 |
AvailableNeedsAttention |
指示资源可用,但需要注意 |
BackupInProgress |
指示 BackupInProgress 状态中的资源 |
Inaccessible |
IIndicates 该资源处于不可访问状态 |
MaintenanceInProgress |
指示正在进行中的资源维护 |
Provisioning |
指示处于预配状态的资源 |
Recreating |
指示处于重新创建状态的资源 |
Restarting |
指示处于重启状态的资源 |
RestoreFailed |
指示处于 RestoreFailed 状态的资源 |
RestoreInProgress |
指示 RestoreInProgress 状态中的资源 |
RoleChangeInProgress |
指示资源角色正在更改状态 |
ScaleInProgress |
指示 ScaleInProgress 状态中的资源 |
Standby |
指示处于待机状态的资源 |
Starting |
指示处于“开始”状态的资源 |
Stopped |
指示处于“已停止”状态的资源 |
Stopping |
指示处于“正在停止”状态的资源 |
Terminated |
指示处于已终止状态的资源 |
Terminating |
指示处于终止状态的资源 |
Unavailable |
指示处于“不可用”状态的资源 |
Updating |
指示处于更新状态的资源 |
Upgrading |
指示处于升级状态的资源 |
AutonomousDatabaseStandbySummary
自治灾难恢复备用数据库详细信息。
名称 | 类型 | 说明 |
---|---|---|
lagTimeInSeconds |
integer (int32) |
备用数据库的数据滞后于主数据库的数据的时间量(以秒为单位)。 可用于确定发生故障转移时潜在的数据丢失。 |
lifecycleDetails |
string |
有关当前生命周期状态的其他信息。 |
lifecycleState |
自治数据库的当前状态。 |
|
timeDataGuardRoleChanged |
string |
为备用自治数据库切换自治数据防护角色的日期和时间。 |
timeDisasterRecoveryRoleChanged |
string |
为备用自治数据库切换灾难恢复角色的日期和时间。 |
AutonomousMaintenanceScheduleType
自治数据库维护计划类型枚举。
值 | 说明 |
---|---|
Early |
提前维护计划 |
Regular |
定期维护计划 |
AzureResourceProvisioningState
Azure 资源预配状态枚举
值 | 说明 |
---|---|
Canceled |
资源创建已取消。 |
Failed |
资源创建失败。 |
Provisioning |
指示处于预配状态的资源 |
Succeeded |
已创建资源。 |
ComputeModel
计算模型枚举
值 | 说明 |
---|---|
ECPU |
ECPU 模型类型 |
OCPU |
OCPU 模型类型 |
ConnectionStringType
用于连接到 Oracle 自治数据库的连接字符串。
名称 | 类型 | 说明 |
---|---|---|
allConnectionStrings |
返回可用于连接到自治数据库的所有连接字符串。 |
|
dedicated |
string minLength: 10maxLength: 255 |
数据库服务为每个 SQL 语句提供最低级别的资源,但支持最多数量的并发 SQL 语句。 |
high |
string minLength: 10maxLength: 255 |
High 数据库服务为每个 SQL 语句提供最高级别的资源,从而产生最高的性能,但支持最少数量的并发 SQL 语句。 |
low |
string minLength: 10maxLength: 255 |
低数据库服务为每个 SQL 语句提供最低级别的资源,但支持最多数量的并发 SQL 语句。 |
medium |
string minLength: 10maxLength: 255 |
Medium 数据库服务为每个 SQL 语句提供较低级别的资源,这可能会导致性能较低,但支持更多的并发 SQL 语句。 |
profiles |
连接字符串配置文件列表,允许客户端基于结构化元数据对连接字符串值进行分组、筛选和选择。 |
ConnectionUrlType
使用浏览器从 VCN 中的计算实例或直接连接到 VCN 的计算实例访问 Oracle Application Express(APEX)和 SQL 开发人员 Web 的 URL。
名称 | 类型 | 说明 |
---|---|---|
apexUrl |
string minLength: 10maxLength: 512 |
Oracle Application Express (APEX) URL。 |
databaseTransformsUrl |
string minLength: 10maxLength: 512 |
自治数据库的数据库转换的 URL。 |
graphStudioUrl |
string minLength: 10maxLength: 512 |
自治数据库的 Graph Studio 的 URL。 |
machineLearningNotebookUrl |
string minLength: 10maxLength: 512 |
自治数据库的 Oracle 机器学习 (OML) 笔记本的 URL。 |
mongoDbUrl |
string minLength: 10maxLength: 512 |
自治数据库的 MongoDB API 的 URL。 |
ordsUrl |
string minLength: 10maxLength: 512 |
自治数据库的 Web 访问的 Oracle REST 数据服务 (ORDS) URL。 |
sqlDevWebUrl |
string minLength: 10maxLength: 512 |
Oracle SQL 开发人员 Web URL。 |
ConsumerGroup
使用者组枚举。
值 | 说明 |
---|---|
High |
高组 |
Low |
低组 |
Medium |
中等组 |
Tp |
TP 组 |
Tpurgent |
TPurgent 组 |
createdByType
创建资源的标识的类型。
值 | 说明 |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
CustomerContact
CustomerContact 资源属性
名称 | 类型 | 说明 |
---|---|---|
string minLength: 1maxLength: 320 |
Oracle 用来发送有关数据库和基础结构的通知的电子邮件地址。 |
DatabaseEditionType
数据库版本类型枚举。
值 | 说明 |
---|---|
EnterpriseEdition |
企业版 |
StandardEdition |
标准版 |
DataBaseType
数据库类型枚举
值 | 说明 |
---|---|
Clone |
克隆 DB |
Regular |
常规 DB |
DataSafeStatusType
DataSafe 状态类型枚举。
值 | 说明 |
---|---|
Deregistering |
取消注册状态 |
Failed |
失败状态 |
NotRegistered |
NotRegistered 状态 |
Registered |
已注册状态 |
Registering |
注册状态 |
DayOfWeek
DayOfWeek 资源属性
名称 | 类型 | 说明 |
---|---|---|
name |
星期几的名称。 |
DayOfWeekName
DayOfWeekName 枚举
值 | 说明 |
---|---|
Friday |
星期五值 |
Monday |
星期一值 |
Saturday |
星期六值 |
Sunday |
星期日值 |
Thursday |
星期四值 |
Tuesday |
星期二值 |
Wednesday |
星期三值 |
DisasterRecoveryType
灾难恢复类型枚举。
值 | 说明 |
---|---|
Adg |
ADG 类型 |
BackupBased |
基于备份的类型 |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
HostFormatType
主机格式类型枚举。
值 | 说明 |
---|---|
Fqdn |
FQDN 格式 |
Ip |
IP 格式 |
LicenseModel
LicenseModel 枚举
值 | 说明 |
---|---|
BringYourOwnLicense |
自带许可证 |
LicenseIncluded |
包含许可证 |
LongTermBackUpScheduleDetails
长期备份计划的详细信息。
名称 | 类型 | 说明 |
---|---|---|
isDisabled |
boolean |
指示是否应删除长期备份计划。 默认值是 |
repeatCadence |
长期备份计划的频率 |
|
retentionPeriodInDays |
integer (int32) minimum: 90maximum: 2558 |
备份的保留期(以天为单位)。 |
timeOfBackup |
string (date-time) |
长期备份计划的时间戳。 对于 MONTHLY 节奏,日期少于提供的日期的月份将备份在该月的最后一天进行。 |
OpenModeType
打开模式类型枚举。
值 | 说明 |
---|---|
ReadOnly |
ReadOnly 模式 |
ReadWrite |
ReadWrite 模式 |
OperationsInsightsStatusType
Operations Insights 状态类型枚举。
值 | 说明 |
---|---|
Disabling |
禁用状态 |
Enabled |
已启用状态 |
Enabling |
启用状态 |
FailedDisabling |
FailedDisabling 状态 |
FailedEnabling |
FailedEnabling 状态 |
NotEnabled |
NotEnabled 状态 |
PermissionLevelType
权限级别类型枚举。
值 | 说明 |
---|---|
Restricted |
受限权限级别 |
Unrestricted |
不受限制的权限级别 |
ProfileType
允许客户端根据结构化元数据对连接字符串值进行分组、筛选和选择的连接字符串配置文件。
名称 | 类型 | 说明 |
---|---|---|
consumerGroup |
连接使用的使用者组。 |
|
displayName |
string minLength: 1maxLength: 255 |
连接的用户友好名称。 |
hostFormat |
连接字符串中使用的主机格式。 |
|
isRegional |
boolean |
对于区域连接字符串,仅适用于跨区域 DG,则为 True。 |
protocol |
连接使用的协议。 |
|
sessionMode |
指定侦听器是执行会话的直接移交,还是重定向会话。 |
|
syntaxFormat |
指定连接字符串是使用长 (LONG)、Easy Connect (EZCONNECT)还是 Easy Connect Plus (EZCONNECTPLUS) 格式。 |
|
tlsAuthentication |
指定 TLS 握手是使用单向(服务器)还是相互(相互)身份验证。 |
|
value |
string |
连接字符串值。 |
ProtocolType
协议类型枚举。
值 | 说明 |
---|---|
TCP |
TCP 协议 |
TCPS |
TCPS 协议 |
RepeatCadenceType
重复节奏类型枚举
值 | 说明 |
---|---|
Monthly |
每月重复 |
OneTime |
重复一次 |
Weekly |
每周重复 |
Yearly |
每年重复 |
RoleType
角色类型枚举。
值 | 说明 |
---|---|
BackupCopy |
BackupCopy 角色 |
DisabledStandby |
DisabledStandby 角色 |
Primary |
主要角色 |
SnapshotStandby |
SnapshotStandby 角色 |
Standby |
备用角色 |
ScheduledOperationsType
计划操作的列表。
名称 | 类型 | 说明 |
---|---|---|
dayOfWeek |
星期几 |
|
scheduledStartTime |
string minLength: 1maxLength: 50 |
自动启动时间。 value 必须为 ISO-8601 格式 HH:mm |
scheduledStopTime |
string minLength: 1maxLength: 50 |
自动停止时间。 value 必须为 ISO-8601 格式 HH:mm |
SessionModeType
会话模式类型枚举。
值 | 说明 |
---|---|
Direct |
直接会话模式 |
Redirect |
重定向会话模式 |
SyntaxFormatType
语法格式类型枚举。
值 | 说明 |
---|---|
Ezconnect |
Ezconnect 格式 |
Ezconnectplus |
Ezconnectplus 格式 |
Long |
长格式 |
systemData
与创建和上次修改资源相关的元数据。
名称 | 类型 | 说明 |
---|---|---|
createdAt |
string (date-time) |
资源创建时间戳(UTC)。 |
createdBy |
string |
创建资源的标识。 |
createdByType |
创建资源的标识的类型。 |
|
lastModifiedAt |
string (date-time) |
上次修改的资源时间戳(UTC) |
lastModifiedBy |
string |
上次修改资源的标识。 |
lastModifiedByType |
上次修改资源的标识的类型。 |
TlsAuthenticationType
TLS 身份验证类型枚举。
值 | 说明 |
---|---|
Mutual |
相互 TLS |
Server |
服务器身份验证 |
WorkloadType
WorkloadType 枚举
值 | 说明 |
---|---|
AJD |
AJD - 指示自治 JSON 数据库 |
APEX |
APEX - 指示具有 Oracle APEX 应用程序开发工作负荷类型的自治数据库。 |
DW |
DW - 指示自治数据仓库数据库 |
OLTP |
OLTP - 指示自治事务处理数据库 |