Azone、Capacity、Type、PeriodUnit などのパラメーターを指定して CreateDedicatedBlockStorageCluster 操作を呼び出し、専用ブロックストレージクラスターを作成します。
操作説明
操作の説明
-
専用ブロックストレージクラスターは、他のパブリッククラウドブロックストレージクラスターから物理的に分離されたブロックストレージサービスであり、オーナーがすべてのクラスターリソースへの排他的アクセスを提供します。
-
専用ブロックストレージクラスターで作成されたクラウドディスクは、同じゾーン内の ECS インスタンスにのみアタッチできます。専用ブロックストレージクラスターを作成する前に、リソースのリージョンとゾーンを計画してください。
-
専用ブロックストレージクラスターは、基本タイプとパフォーマンスタイプに分類されます。クラスター作成時に、ビジネス要件に基づいて適切なクラスターパフォーマンスタイプを選択してください。
-
専用ブロックストレージクラスターの作成には料金が発生します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
ebs:CreateDedicatedBlockStorageCluster |
create |
*DedicatedBlockStorageCluster
|
なし |
|
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| RegionId |
string |
必須 |
専用ブロックストレージクラスターのリージョン ID。 DescribeRegions を呼び出して最新のリージョンリストをクエリできます。 |
cn-heyuan |
| Azone |
string |
必須 |
専用ブロックストレージクラスターのゾーン ID。 DescribeZones を呼び出してゾーンリストをクエリできます。 |
cn-heyuan-b |
| DbscName |
string |
必須 |
専用ブロックストレージクラスターの名前。 |
myDBSCCluster |
| Capacity |
integer |
必須 |
専用ブロックストレージクラスターの容量。有効な値: 61440 ~ 2334720 GiB (2280 TiB)。最小増分: 12288 GiB。 説明
専用ブロックストレージクラスターの容量が 576 TiB 未満の場合、TiB あたりの最大スループットは 52 MB/s を超えません。専用ブロックストレージクラスターの容量が 576 TiB を超える場合、TiB あたりの最大スループットは 26 MB/s を超えません。 |
61440 |
| Type |
string |
必須 |
専用ブロックストレージクラスターのパフォーマンスタイプ。有効な値:
デフォルト値: Premium。 標準 SSD の詳細については、「 ESSD 」を参照してください。 |
Premium |
| ResourceGroupId |
string |
任意 |
専用ブロックストレージクラスターが属するリソースグループの ID。 |
rg-acfmvs******* |
| Tag |
array<object> |
任意 |
タグのリスト。最大 20 個のタグを指定できます。 |
|
|
object |
任意 |
|||
| Key |
string |
必須 |
専用ブロックストレージクラスターのタグキー。 |
tag-key |
| Value |
string |
必須 |
専用ブロックストレージクラスターのタグ値。 |
tag-value |
| Period |
integer |
任意 |
インスタンスのサブスクリプション期間。有効な値: 6、7、8、9、10、11、12、24、36。 |
12 |
| PeriodUnit |
string |
任意 |
|
Month |
DbscId
deprecated
|
string |
任意 |
このパラメーターは非推奨です。 |
test1233 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスのスキーマ。 |
||
| RequestId |
string |
リクエスト ID。 |
20758A-585D-4A41-A9B2-28DA8F4F**** |
| OrderId |
string |
注文 ID。 |
50155660025**** |
| DbscId |
string |
専用ブロックストレージクラスターの ID。 |
dbsc-f8z4d3k4nsgg9okb**** |
例
成功レスポンス
JSONJSON
{
"RequestId": "20758A-585D-4A41-A9B2-28DA8F4F****",
"OrderId": "50155660025****",
"DbscId": "dbsc-f8z4d3k4nsgg9okb****"
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidParameter | The parameter %s is invalid. | |
| 400 | MissingParameter | The input parameter %s that is mandatory for processing this request is not supplied. | |
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | |
| 403 | Forbidden | User is not authorized to operate. | |
| 403 | Forbidden.Action | User is not authorized to operate this action. | |
| 403 | InvalidAccountStatus.NotEnoughBalance | Your account does not have enough balance. | |
| 403 | InvalidPayMethod | The specified pay method is not valid. | |
| 403 | NoPermission.SLR | The RAM user does not have the permission to create service linked role: AliyunServiceLinkedRoleForEBS. | |
| 404 | InvalidApi.NotFound | Specified api is not found, please check your url and method. | |
| 404 | InvalidRegionId.NotFound | The specified RegionId does not exist. | |
| 404 | InvalidResourceId.NotFound | The specified ResourceIds are not found in our records. | |
| 404 | MissingParameter.ResourceType | The parameter - ResourceType should not be null | |
| 404 | InvalidResourceGroup.NotFound | The ResourceGroup provided does not exist in our records. | |
| 404 | NoSuchResource | The specified resource does not exist. | |
| 504 | RequestTimeout | The request is timeout, please try again later. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。