mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-07-01 05:14:22 +08:00
feat(region): support oracle cloud (#18676)
This commit is contained in:
@@ -60,6 +60,7 @@ func init() {
|
||||
cmd.CreateWithKeyword("create-baidu", &options.SBaiduCloudAccountCreateOptions{})
|
||||
cmd.CreateWithKeyword("create-cucloud", &options.SCucloudCloudAccountCreateOptions{})
|
||||
cmd.CreateWithKeyword("create-qingcloud", &options.SQingCloudCloudAccountCreateOptions{})
|
||||
cmd.CreateWithKeyword("create-oracle", &options.SOracleCloudAccountCreateOptions{})
|
||||
|
||||
cmd.UpdateWithKeyword("update-vmware", &options.SVMwareCloudAccountUpdateOptions{})
|
||||
cmd.UpdateWithKeyword("update-aliyun", &options.SAliyunCloudAccountUpdateOptions{})
|
||||
|
||||
@@ -67,6 +67,7 @@ func init() {
|
||||
"cucloud",
|
||||
"qingcloud",
|
||||
"volcengine",
|
||||
"oracle",
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user