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

CreateLoadBalancerUDPListener - 創(chuàng)建UDP監(jiān)聽

創(chuàng)建UDP監(jiān)聽。

接口說明

說明 新建的監(jiān)聽的狀態(tài)為 stopped。創(chuàng)建完成后,調(diào)用 StartLoadBalancerListener 接口啟動監(jiān)聽來轉(zhuǎn)發(fā)流量。

調(diào)試

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

授權(quán)信息

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

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

請求參數(shù)

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

傳統(tǒng)型負載均衡實例的地域 ID。

cn-hangzhou
Tagarray<object>

監(jiān)聽的標簽集合。

object

監(jiān)聽的標簽集合。

Keystring

監(jiān)聽的標簽鍵。N 的取值范圍:1~20。一旦傳入該值,則不允許為空字符串。最多支持 128 個字符,不能以aliyunacs:開頭,不能包含http://https://

TestKey
Valuestring

監(jiān)聽的標簽值。N 的取值范圍:1~20。一旦傳入該值,可以為空字符串。最多支持 128 個字符,不能以acs:開頭,不能包含http://或者https://。

TestValue
LoadBalancerIdstring

傳統(tǒng)型負載均衡實例的 ID。

lb-bp1ygod3yctvg1y7****
ListenerPortinteger

傳統(tǒng)型負載均衡實例前端使用的端口。

取值范圍:1~65535。

80
BackendServerPortinteger

傳統(tǒng)型負載均衡實例后端使用的端口。

取值范圍:1~65535

如果不使用虛擬服務器組(不指定 VServerGroupId),則該參數(shù)必選。

80
Bandwidthinteger

監(jiān)聽的帶寬峰值。單位:Mbps。取值:

  • -1:對于按流量計費的公網(wǎng)負載均衡實例,可以將帶寬峰值設置為**-1**,即不限制帶寬峰值。
  • 1~5120:對于按帶寬計費的公網(wǎng)負載均衡實例,可以設置每個監(jiān)聽的帶寬峰值,但所有監(jiān)聽的帶寬峰值之和不能超過實例的帶寬峰值。
-1
Schedulerstring

調(diào)度算法。取值:

  • wrr(默認值):權(quán)重值越高的后端服務器,被輪詢到的次數(shù)(概率)也越高。

  • rr:按照訪問順序依次將外部請求依序分發(fā)到后端服務器。

  • sch:基于源 IP 地址的一致性 hash,相同的源地址會調(diào)度到相同的后端服務器。

  • tch:基于四元組的一致性 hash(源 IP+目的 IP+源端口+目的端口),相同的流會調(diào)度到相同的后端服務器。

  • qch:基于 QUIC Connection ID 一致性 hash,相同的 QUIC Connection ID 會調(diào)度到相同的后端服務器。

僅性能保障型實例支持 sch、 tch 和 qch 一致性 hash 算法。

wrr
HealthyThresholdinteger

健康檢查連續(xù)成功多少次后,將后端服務器的健康檢查狀態(tài)由 fail 判定為 success。

取值范圍:2~10

4
UnhealthyThresholdinteger

健康檢查連續(xù)失敗多少次后,將后端服務器的健康檢查狀態(tài)由 success 判定為 fail。

取值范圍:2~10

4
HealthCheckConnectTimeoutinteger

接收來自運行狀況檢查的響應需要等待的時間。

如果后端 ECS 在指定的時間內(nèi)沒有正確響應,則判定為健康檢查失敗。單位:秒。

取值范圍:1~300。

100
HealthCheckConnectPortinteger

健康檢查使用的端口。

取值范圍:1~65535。

不設置此參數(shù)時,表示使用后端服務端口(BackendServerPort)。

80
healthCheckIntervalinteger

健康檢查的時間間隔。單位:秒。

取值范圍:1~50

3
healthCheckReqstring

UDP 監(jiān)聽健康檢查的請求字符串,只允許包含字母、數(shù)字,最大長度限制為 64 個字符。

hello
healthCheckExpstring

UDP 監(jiān)聽健康檢查的響應字符串,只允許包含字母、數(shù)字,最大長度限制為 64 個字符。

ok
VServerGroupIdstring

虛擬服務器組 ID。

rsp-cige6j8****
MasterSlaveServerGroupIdstring

主備服務器組 ID。

說明 虛擬服務器組 ID 和主備服務器組 ID 只能選擇一個。
rsp-0bfucwu****
AclIdstring

監(jiān)聽綁定的訪問策略組 ID。

AclStatus 參數(shù)的值為 on 時,該參數(shù)必選。

acl-uf60jw***
AclTypestring

訪問控制類型,取值:

  • white:僅轉(zhuǎn)發(fā)來自所選訪問控制策略組中設置的 IP 地址或地址段的請求,白名單適用于應用只允許特定 IP 訪問的場景。設置白名單存在一定業(yè)務風險,一旦設置白名單,就只有白名單中的 IP 可以訪問負載均衡監(jiān)聽。

    如果開啟了白名單訪問,但訪問策略組中沒有添加任何 IP,則負載均衡監(jiān)聽會轉(zhuǎn)發(fā)全部請求。

  • black:來自所選訪問控制策略組中設置的 IP 地址或地址段的所有請求都不會轉(zhuǎn)發(fā),黑名單適用于應用只限制某些特定 IP 訪問的場景。

    如果開啟了黑名單訪問,但訪問策略組中沒有添加任何 IP,則負載均衡監(jiān)聽會轉(zhuǎn)發(fā)全部請求。

AclStatus 參數(shù)的值為 on 時,該參數(shù)有效。

white
AclStatusstring

是否開啟訪問控制功能。取值:

  • on:開啟。
  • off(默認值):關(guān)閉。
off
Descriptionstring

自定義監(jiān)聽名稱。

長度限制為 1~256 個字符,支持中文、字母、數(shù)字、短劃線(-)、正斜線(/)、半角句號(.)和下劃線(_)。

udp_80
ProxyProtocolV2Enabledboolean

是否支持通過 Proxy Protocol 協(xié)議攜帶客戶端源地址到后端服務器。取值:

  • true:是。
  • false(默認值):否。
false
HealthCheckSwitchstring

是否開啟健康檢查。取值:

  • on(默認值):開啟。
  • off:關(guān)閉。
on

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

請求 ID。

06F00FBB-3D9E-4CCE-9D43-1A6946A75556

示例

正常返回示例

JSON格式

{
  "RequestId": "06F00FBB-3D9E-4CCE-9D43-1A6946A75556"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidParameterValue.SpecNotSupportThe loadBalancer of shared spec does not support the parameter value, %s.共享型負載均衡實例不支持指定的參數(shù)取值。
400OperationNotSupport.AclThe cloud box instance does not support acl.云盒實例不支持配置訪問控制。
400InvalidParameterValue.RegionNotSupportThe region does not support the parameter value, %s.當前地域不支持指定的參數(shù)取值。
400Abs.VServerGroupIdAndMasterSlaveServerGroupId.MissMatchThe parameters VServerGroupId or MasterSlaveServerGroupId miss match.參數(shù)VServerGroupId或MasterSlaveServerGroupId不匹配。
400IpVersionConflictThe ip version of this LoadBalancer and the Acl is conflict.指定負載均衡的IP版本與ACL支持的IP類型沖突。
400InvalidParameterValue.ZoneNotSupportThe zone does not support the parameter value, %s.當前可用區(qū)不支持指定參數(shù)取值。
400ListenerProcessingA previous configuration of the listener is pending,please try again later.當前監(jiān)聽正在配置中,請稍后重試。
400AclNotExistAcl does not exist.指定的Acl不存在。
400InvalidParameter.ListenerPortConflictThere is conflict listener port exists.指定的監(jiān)聽端口已存在。
400InvalidParam.VServerGroupIdThe specified VServerGroupId is invalid.指定的VServerGroupId無效。請檢查參數(shù)約束,并在修改后重試。
400MissingParam.HealthCheckConnectPortThe parameter HealthCheckConnectPort is required.參數(shù)HealthCheckConnectPort缺失。
400InvalidParam.ListenerPortThe specified ListenerPort is invalid.指定的ListenerPort無效。請檢查參數(shù)約束,并在修改后重試。
400InvalidParam.StartPortThe specified StartPort is invalid.指定的StartPort無效。請檢查參數(shù)約束,并在修改后重試。
400InvalidParamSize.PortRangeThe size of param PortRange is invalid.指定的PortRange無效。請檢查參數(shù)約束,并在修改后重試。
400InvalidParam.EndPortThe specified EndPort is invalid.指定的EndPort無效。請檢查參數(shù)約束,并在修改后重試。
400QuotaLimitExceeds.AclAttachedToListener%s.-
400QuotaLimitExceeds.TotalAclEntry%s.-
400AclListenerOverLimit%s.-
400Duplicated.AclEntry%s.Acl條目重復。
400InvalidParameter.RegionNotSupportThe region does not support the parameter: %s.當前區(qū)域不支持指定參數(shù)。
400LbNotSupportTcpsslYou cannot create a TCP SSL type listener for the specified load balancer.指定的實例不支持創(chuàng)建tcpssl類型的監(jiān)聽。
400LbSupportTcpsslOnlyThe specified load balancer supports TCP SSL type listener only.指定的實例只支持創(chuàng)建tcpssl類型的監(jiān)聽。
400ListenerNotSupportRuleYou cannot create a rule for the specified listener.指定的監(jiān)聽不支持創(chuàng)建轉(zhuǎn)發(fā)規(guī)則。
400InvalidParamLength.HealthCheckExpThe length of the parameter HealthCheckReq is invalid.指定的HealthCheckExp無效。請檢查參數(shù)約束,并在修改后重試。
400InvalidParamLength.HealthCheckReqThe length of the parameter HealthCheckReq is invalid.指定的HealthCheckReq無效。請檢查參數(shù)約束,并在修改后重試。
400InvalidParam.HealthCheckReqThe param HealthCheckReq is invalid.指定的HealthCheckReq無效。請檢查參數(shù)約束,并在修改后重試。
400InvalidParam.HealthCheckExpThe param HealthCheckExp is invalid.指定的HealthCheckExp無效。請檢查參數(shù)約束,并在修改后重試。
400ResourceNotFound.VServerGroup%s.指定的服務器組不存在。
400IllegalParam.FailoverThresholdThe parameter FailoverThreshold is illegal.指定的FailoverThreshold無效。請檢查參數(shù)約束,并在修改后重試。
400IllegalParam.FailoverStrategyThe parameter FailoverStrategy is illegal.指定的FailoverStrategy無效。請檢查參數(shù)約束,并在修改后重試。
400InvalidParameter.ZoneNotSupportThe zone does not support the parameter %s.當前可用區(qū)不支持指定參數(shù)。
400MasterSlaveServerConflictThe servers are conflict for MasterSlaveGroup.主備服務器組的后端服務器沖突。
400VipNotSupportQuicVersionThe listener does not support the parameter of QuicVersion.當前監(jiān)聽不支持QuicVersion參數(shù)。
400IllegalParam.HealthCheckTypeThe param of HealthCheckType is illegal.指定的HealthCheckType無效。請檢查參數(shù)約束,并在修改后重試。
400MissingParam.HealthCheckMethodThe param of HealthCheckMethod is missing.參數(shù)HealthCheckMethod缺失。
400IllegalParam.HealthCheckMethodThe param of HealthCheckMethod is illegal.指定的HealthCheckMethod無效。請檢查參數(shù)約束,并在修改后重試。
400IllegalParam.HealthCheckThe param of HealthCheck is illegal.指定的HealthCheck無效。請檢查參數(shù)約束,并在修改后重試。
400OperationDenied.SpecialListenerPortNotAllowedThe operation is not allowed because port 4789 is reserved by the system.操作被拒絕,原因是4789是系統(tǒng)保留端口。
400Mismatch.SlbSpecTypeAndListenerProtocolThe SlbSpecType and ListenerProtocol are mismatched.實例規(guī)格類型和監(jiān)聽類型不匹配。
400OperationDenied.OnlyIpv4SlbSupportThe operation is not allowed because of OnlyIpv4SlbSupport.操作被拒絕,原因是只有IPV4實例支持開啟FULL NAT模式。
400OperationDenied.FullNatModeNotAllowedThe operation is not allowed because of FullNatModeNotAllowed.操作被拒絕,原因是不支持FullNat模式。
400SpecNotSupportParameterThe instance with share spec does not support FullNatEnabled parameter.共享型實例不支持FullNatEnabled參數(shù)。
400InvalidParam.TagValue %s.-
400InvalidParam.TagKey%s.-
400SizeLimitExceeded.Tag%s.-
400MissingParam.TagKeyThe param MissingParam.TagKey is missing.-

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

變更歷史

變更時間變更內(nèi)容概要操作
2023-06-02OpenAPI 錯誤碼發(fā)生變更查看變更詳情