CloudVmClusterUpdateProperties interface
CloudVmCluster 的可更新屬性。
屬性
| compute |
要新增至雲端 VM 叢集的計算伺服器清單。 |
| cpu |
雲端 VM 叢集上啟用的 CPU 核心數目。 |
| data |
指出 VM 叢集/雲端 VM 叢集/VMBM DBCS 的各種診斷收集選項的使用者喜好設定。 |
| data |
要配置於 TB 中的數據磁碟群組大小。 |
| db |
要配置於 GB 中的本機節點記憶體。 |
| display |
顯示名稱 |
| file |
掛接路徑和大小的陣列。 |
| license |
適用於雲端 VM 叢集的 Oracle 授權模型。 預設值為 LICENSE_INCLUDED。 |
| memory |
要配置於 GB 中的記憶體。 |
| ocpu |
在雲端 VM 叢集上啟用的 OCPU 核心數目。 小數部分只允許1個小數字數。 |
| ssh |
一或多個金鑰組的公鑰部分,用於 SSH 存取雲端 VM 叢集。 |
| storage |
每個 VM 配置於 GB 中的數據磁碟群組大小。 |
屬性詳細資料
computeNodes
要新增至雲端 VM 叢集的計算伺服器清單。
computeNodes?: string[]
屬性值
string[]
cpuCoreCount
雲端 VM 叢集上啟用的 CPU 核心數目。
cpuCoreCount?: number
屬性值
number
dataCollectionOptions
指出 VM 叢集/雲端 VM 叢集/VMBM DBCS 的各種診斷收集選項的使用者喜好設定。
dataCollectionOptions?: DataCollectionOptions
屬性值
dataStorageSizeInTbs
要配置於 TB 中的數據磁碟群組大小。
dataStorageSizeInTbs?: number
屬性值
number
dbNodeStorageSizeInGbs
要配置於 GB 中的本機節點記憶體。
dbNodeStorageSizeInGbs?: number
屬性值
number
displayName
顯示名稱
displayName?: string
屬性值
string
fileSystemConfigurationDetails
掛接路徑和大小的陣列。
fileSystemConfigurationDetails?: FileSystemConfigurationDetails[]
屬性值
licenseModel
適用於雲端 VM 叢集的 Oracle 授權模型。 預設值為 LICENSE_INCLUDED。
licenseModel?: string
屬性值
string
memorySizeInGbs
要配置於 GB 中的記憶體。
memorySizeInGbs?: number
屬性值
number
ocpuCount
在雲端 VM 叢集上啟用的 OCPU 核心數目。 小數部分只允許1個小數字數。
ocpuCount?: number
屬性值
number
sshPublicKeys
一或多個金鑰組的公鑰部分,用於 SSH 存取雲端 VM 叢集。
sshPublicKeys?: string[]
屬性值
string[]
storageSizeInGbs
每個 VM 配置於 GB 中的數據磁碟群組大小。
storageSizeInGbs?: number
屬性值
number