AutonomousDatabaseUpdateProperties interface
AutonomousDatabase 的可更新屬性。
屬性
| admin |
系統管理員密碼。 |
| autonomous |
自發資料庫伺服器的維護排程類型。 |
| backup |
長期備份的保留期間,以天為單位 |
| compute |
資料庫可用的計算量(CPU)。 |
| cpu |
要提供給資料庫的 CPU 核心數目。 |
| customer |
客戶連絡人。 |
| database |
適用於自發資料庫的 Oracle Database Edition。 |
| data |
將建立並附加至資料庫的數據磁碟區大小,以 GB 為單位。 |
| data |
資料庫中的數據數量,以 TB 為單位。 |
| display |
自發資料庫的用戶易記名稱。 |
| is |
指出是否已啟用自發資料庫 CPU 核心計數的自動調整。 |
| is |
指出是否已啟用自發資料庫記憶體的自動調整。 |
| is |
指出是否已啟用自發資料庫本機或呼叫區域內 Data Guard。 |
| is |
指定自發資料庫是否需要 mTLS 連線。 |
| license |
適用於 Oracle 自發資料庫的 Oracle 授權模型。 預設值為 LICENSE_INCLUDED。 |
| local |
可讓使用者在幾秒鐘內選取可接受的最大數據遺失限制的參數,最多會在本機自發式數據防護需要時觸發自動故障轉移 |
| long |
長期備份排程的詳細數據。 |
| open |
表示自發資料庫模式。 |
| peer |
災害復原對等資料庫的 Azure 資源識別符,其位於與目前對等資料庫不同的區域中。 |
| permission |
自發資料庫許可權等級。 |
| role | 如果已啟用自發式 Data Guard,則為自發容器資料庫或自發資料庫的 Data Guard 角色。 |
| scheduled |
排程作業的清單。 |
| whitelisted |
用戶端 IP 存取控制清單 (ACL)。 這是 CIDR 表示法和/或 IP 位址的陣列。 值應該是個別的字串,並以逗號分隔。 範例:['1.1.1.1','1.1.1.0/24','1.1.2.25'] |
屬性詳細資料
adminPassword
系統管理員密碼。
adminPassword?: string
屬性值
string
autonomousMaintenanceScheduleType
自發資料庫伺服器的維護排程類型。
autonomousMaintenanceScheduleType?: string
屬性值
string
backupRetentionPeriodInDays
長期備份的保留期間,以天為單位
backupRetentionPeriodInDays?: number
屬性值
number
computeCount
資料庫可用的計算量(CPU)。
computeCount?: number
屬性值
number
cpuCoreCount
要提供給資料庫的 CPU 核心數目。
cpuCoreCount?: number
屬性值
number
customerContacts
databaseEdition
適用於自發資料庫的 Oracle Database Edition。
databaseEdition?: string
屬性值
string
dataStorageSizeInGbs
將建立並附加至資料庫的數據磁碟區大小,以 GB 為單位。
dataStorageSizeInGbs?: number
屬性值
number
dataStorageSizeInTbs
資料庫中的數據數量,以 TB 為單位。
dataStorageSizeInTbs?: number
屬性值
number
displayName
自發資料庫的用戶易記名稱。
displayName?: string
屬性值
string
isAutoScalingEnabled
指出是否已啟用自發資料庫 CPU 核心計數的自動調整。
isAutoScalingEnabled?: boolean
屬性值
boolean
isAutoScalingForStorageEnabled
指出是否已啟用自發資料庫記憶體的自動調整。
isAutoScalingForStorageEnabled?: boolean
屬性值
boolean
isLocalDataGuardEnabled
指出是否已啟用自發資料庫本機或呼叫區域內 Data Guard。
isLocalDataGuardEnabled?: boolean
屬性值
boolean
isMtlsConnectionRequired
指定自發資料庫是否需要 mTLS 連線。
isMtlsConnectionRequired?: boolean
屬性值
boolean
licenseModel
適用於 Oracle 自發資料庫的 Oracle 授權模型。 預設值為 LICENSE_INCLUDED。
licenseModel?: string
屬性值
string
localAdgAutoFailoverMaxDataLossLimit
可讓使用者在幾秒鐘內選取可接受的最大數據遺失限制的參數,最多會在本機自發式數據防護需要時觸發自動故障轉移
localAdgAutoFailoverMaxDataLossLimit?: number
屬性值
number
longTermBackupSchedule
長期備份排程的詳細數據。
longTermBackupSchedule?: LongTermBackUpScheduleDetails
屬性值
openMode
表示自發資料庫模式。
openMode?: string
屬性值
string
peerDbId
災害復原對等資料庫的 Azure 資源識別符,其位於與目前對等資料庫不同的區域中。
peerDbId?: string
屬性值
string
permissionLevel
自發資料庫許可權等級。
permissionLevel?: string
屬性值
string
role
如果已啟用自發式 Data Guard,則為自發容器資料庫或自發資料庫的 Data Guard 角色。
role?: string
屬性值
string
scheduledOperationsList
排程作業的清單。
scheduledOperationsList?: ScheduledOperationsTypeUpdate[]
屬性值
whitelistedIps
用戶端 IP 存取控制清單 (ACL)。 這是 CIDR 表示法和/或 IP 位址的陣列。 值應該是個別的字串,並以逗號分隔。 範例:['1.1.1.1','1.1.1.0/24','1.1.2.25']
whitelistedIps?: string[]
屬性值
string[]