CreateRouteTable
処理概要
ルーターに設定するルートテーブルを新規作成をします。
指定するパラメーター
パラメーター | 型 | 説明 | 必須 |
---|---|---|---|
VpcId | string |
※指定不可 |
応答フィールド
フィールド (項目) | 型 | 説明 |
---|---|---|
CreateRouteTableResponse | - |
CreateRouteTableレスポンス Ancestor: なし Children: requestId | routeTable |
requestId | string |
リクエスト識別子 Ancestor: CreateRouteTableResponse Children: なし |
routeTable | - |
ルートテーブル情報 Ancestor: CreateRouteTableResponse Children: routeTableId | associationSet | elasticLoadBalancerAssociationSet | tagSet |
routeTableId | string |
ルートテーブルID Ancestor: routeTable Children: なし |
associationSet | string |
※空を返却 ルートテーブル適用情報セット Ancestor: routeTable Children: なし |
elasticLoadBalancerAssociationSet | string |
※空を返却 マルチロードバランサー適用情報セット Ancestor: routeTable Children: なし |
tagSet | - |
※空を返却 リソースに設定されているタグ情報セット Ancestor: routeTable Children: item |
item | - |
リソースに設定されているタグ情報 Ancestor: tagSet Children: key | value |
key | string |
設定されているタグのキー Ancestor: item Children: なし |
value | string |
設定されているタグの値 Ancestor: item Children: なし |
リクエストサンプル
https://jp-east-1.computing.api.nifcloud.com/api/
?Action=CreateRouteTable
&CommonParams
応答サンプル
<CreateRouteTableResponse xmlns="https://computing.api.nifcloud.com/api/">
<requestId>ac501097-4c8d-475b-b06b-a90048ec181c</requestId>
<routeTable>
<routeTableId>rtb-f9ad4890</routeTableId>
<associationSet/>
<elasticLoadBalancerAssociationSet/>
</routeTable>
</CreateRouteTableResponse>