日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

首頁 專有網絡VPC 開發參考 API參考 API目錄 彈性公網IP AllocateEipSegmentAddress - 申請連續EIP

AllocateEipSegmentAddress - 申請連續EIP

更新時間: 2024-08-29 15:16:05

連續EIP是一組按序排列的彈性公網IP地址,您可以在進行網絡設計時,為需要連續公網IP地址的云資源批量申請和使用這些IP地址。您可以通過調用AllocateEipSegmentAddress接口申請連續EIP。

接口說明

AllocateEipSegmentAddress 接口屬于異步接口,即系統會先返回一個連續 EIP 組的實例 ID,但該連續 EIP 組并未創建完成,系統后臺的創建任務仍在進行。您可以調用 DescribeEipSegment 查詢連續 EIP 組的狀態。

  • 當連續 EIP 組處于 Allocating 狀態時,表示連續 EIP 組分配中,在該狀態下,您只能執行查詢操作,不能執行其他操作。

  • 當連續 EIP 組處于 Allocated 狀態時,表示連續 EIP 組已分配完成。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
vpc:AllocateEipSegmentAddresscreate
  • SegmentAddress
    acs:vpc:{#regionId}:{#accountId}:eip/*

請求參數

名稱類型必填描述示例值
ClientTokenstring

客戶端 Token,用于保證請求的冪等性。

從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken 只支持 ASCII 字符。

說明 若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 不一樣。
02fb3da4-130e-11e9-8e44-001****
Bandwidthstring

EIP 的帶寬峰值。單位:Mbps。

  • InternetChargeType 取值為 PayByBandwidth 時,Bandwidth 取值范圍為 1~500

  • InternetChargeType 取值為 PayByTraffic 時,Bandwidth 取值范圍為 1~200

默認值為 5 Mbps。

5
RegionIdstring

連續 EIP 所在的地域 ID。

您可以通過調用 DescribeRegions 接口獲取地域 ID。

cn-hangzhou
EipMaskstring

連續 EIP 的掩碼,取值:

  • 28:單次調用,系統將分配 16 個連續 EIP。

  • 27:單次調用,系統將分配 32 個連續 EIP。

  • 26:單次調用,系統將分配 64 個連續 EIP。

  • 25:單次調用,系統將分配 128 個連續 EIP。

  • 24:單次調用,系統將分配 256 個連續 EIP。

說明 由于 IP 地址保留,實際申請到的連續 EIP 可能缺少 1、3 或者 4 個 EIP。
28
Netmodestring

網絡類型,僅取值:public,表示公網。

public
InternetChargeTypestring

連續 EIP 的計費方式,取值:

  • PayByBandwidth(默認值):按固定帶寬計費。

  • PayByTraffic:按使用流量計費。

PayByBandwidth
ResourceGroupIdstring

資源組 ID。

rg-bp67acfmxazb4ph****
Ispstring

線路類型。取值:

  • BGP(默認值):BGP(多線)線路。目前全部地域都支持 BGP(多線)線路 EIP。
  • BGP_PRO:BGP(多線)_精品線路。目前僅中國香港、新加坡、日本(東京)、馬來西亞(吉隆坡)、菲律賓(馬尼拉)、印度尼西亞(雅加達)和泰國(曼谷)地域支持 BGP(多線)_精品線路 EIP。

關于 BGP(多線)線路和 BGP(多線)_精品線路的更多信息,請參見 EIP 線路類型

如果您是單線帶寬的白名單用戶,您還可以選擇以下類型:

  • ChinaTelecom:中國電信
  • ChinaUnicom:中國聯通
  • ChinaMobile:中國移動
  • ChinaTelecom_L2:中國電信 L2
  • ChinaUnicom_L2:中國聯通 L2
  • ChinaMobile_L2:中國移動 L2

如果您是杭州金融云用戶,該字段必填,取值:BGP_FinanceCloud

BGP
Zonestring

連續 EIP 組的可用區。

cn-hangzhou-a

返回參數

名稱類型描述示例值
object

返回信息列表。

RequestIdstring

請求 ID。

F7A6301A-64BA-41EC-8284-8F4838C15D1F
EipSegmentInstanceIdstring

連續 EIP 組的實例 ID。

eipsg-2zett8ba055tbsxme****

示例

正常返回示例

JSON格式

{
  "RequestId": "F7A6301A-64BA-41EC-8284-8F4838C15D1F",
  "EipSegmentInstanceId": "eipsg-2zett8ba055tbsxme****"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400COMMODITY_NO_EXISTcommodity is not exist-
400QuotaExceeded.EipElastic IP address quota exceeded-
400InvalidParameterSpecified value of "InternetChargeType" is not valid-
400InvalidParameterSpecified value of "Bandwidth" is not valid.該帶寬不合法。
400InsufficientBalanceYour account does not have enough balance.賬戶余額不足,請先充值再操作。
400QuotaExceeded.EipElastic IP address quota exceeded.彈性公網IP的個數超過額度限制,如果您有更多額度的需求,建議您考慮使用NAT網關。
400ReserveIpFailReserve eip failed.EIP預留失敗。
400InvalidRegion.NotSupportThe specified region does not support.該 RegionId 不支持此操作。
400InvalidBandwidth.MalformedThe specified Bandwidth is invalid.-
400INSTANCE_TYPE_NOT_SUPPORTThe instance type is invalid.-
400QueryParameter.Illegalquery parameter illegal-
400TokenVerfiy.Failedtoken verify failed.-
400OrderFailedThe Account failed to create order.-
400QuotaExceeded.LargeSpecEipElastic IP address with large spec quota exceeded.-
400InvalidResourceGroupIdThe specified ResourceGroupId does not exist.資源組ID不存在。
400PAYFOR.CREDIT_PAY_INSUFFICIENT_BALANCEYour account does not have enough balance.-
400SYSTEM.SALE_VALIDATE_UNEXPECTED_ERRORYou have arrears and do not meet the purchase conditions.-
400Trade_Sync_Create_Sub_ERRORSyncOrderToSub error.-
400InvalidComponent.EipBandwidthMaxThe eip_bandwidth_max component is invalid.-
400OperationFailed.RiskControlRisk control check failed.我們檢測到您的付款方式存在安全風險。請通過電子郵件或控制臺消息中的鏈接繼續驗證,并在驗證后重新提交訂單。
400OperationFailed.SaleValidateValidate sale condition with subArticle failed.使用子項目驗證銷售條件失敗。
400IllegalParam.OrderParamComponentProduct order param has invalid component.-
400OperationFailed.SaleExpressionGet the sales expression exception attached to the item.-
400OperationFailed.CompleteUserInfoComplete user info failed.-
400OperationFailed.QueryPriceQuery price failed when create order.創建訂單時查詢價格失敗。
400OperationFailed.InsufficientEIPEip resource is not enough.-
400OperationFailed.InvokeInnerApiFailed to invoke inner api.-
400OperationFailed.AccountMoneyInvalidAccount money is invalid.-
400OperationFailed.QueryCredtiInfoFailed to query credit info.-
400FrequentPurchase.EIPeip frequent purchase-
400OperationFailed.QueryUserLabelFailed to query user label info.-
400PAY.INSUFFICIENT_BALANCEYour account does not have enough balance.-
400ORDER.QUANTITY_INVALIDUser quota has exceeded the limit.您當前保有的EIP數量已達上限,可前往配額管理提升EIP數量配額
400PAY.MAYI_WITHHOLDING_AGREEMENT_ILLEGALUser withhoding argeement is illegal.-
400OperationFailed.ChargeTypeInvalidOperation failed because hybrid netmode do not support PayByTraffic.-
400IllegalParam.EipMaskEipMask is illegal.-
400IllegalParam.NameName is illegal.-
400IllegalParam.DescriptionDescription is illegal.-
400InstanceExist.EipSegmentThe eipSegment instance already exists.-
400OperationFailed.QuotaExceedOperation failed because over threshold bandwidth quota exceed.-
400OperationFailed.FrequentPurchaseOperation failed because eip frequent purchase.-
400OperationFailed.AllocateEipSegmentOperation failed because eip segment is out of stock.連續EIP庫存不足。
400OperationFailed.CreateOrderFailedOperation failed because create order failed.-
400MissingParam.BandwidthThe parameter Bandwidth is mandatory when allocate hybrid EipSegment.-
400OperationFailed.EipQuotaExceedOperation failed because eip quota exceed.-
400OrderError.EIPThe Account failed to create order.下單失敗
400OperationConflictRequest was denied due to conflict with a previous request.請求沖突,請稍后重試。
400ForbiddenUser not authorized to operate on the specified resource.您沒有權限操作指定資源,請申請權限后再操作。
400UnsupportedFeature.AllocateEipAddressWithZoneThe feature of AllocateEipAddressWithZone is not supported.當前地域不支持指定Zone創建實例
400IllegalParam.ZoneThe specified zone is invalid.參數Zone非法
400Forbidden.AllocateEipSegmentAddressAuthentication is failed for allocating eip segment address.申請連續EIP失敗,該服務已下線,請使用IP地址池服務。
404InvalidRegionId.NotFoundSpecified value of "RegionId" is not supported.指定的 RegionId 不存在,請您檢查此產品在該地域是否可用。
404InvalidRegionId.NotFoundThe RegionId provided does not exist in our records.指定的RegionId不存在。請檢查該參數是否正確。
404FUWU_BIZ_COMMODITY_VERIFY_FAIL????????, ????????PD.-
500InternalErrorThe request processing has failed due to some unknown error, exception or failure.內部錯誤

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2024-07-16OpenAPI 錯誤碼發生變更查看變更詳情
2023-08-29OpenAPI 錯誤碼發生變更查看變更詳情
2023-07-26OpenAPI 描述信息更新、OpenAPI 錯誤碼發生變更查看變更詳情
2023-05-22OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
2023-03-17OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更查看變更詳情
上一篇: ReleaseEipAddress - 釋放指定EIP 下一篇: AssociateEipAddress - 將EIP綁定到云產品實例
阿里云首頁 專有網絡VPC 相關技術圈