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

AssociateTransitRouterMulticastDomain - 將專有網(wǎng)絡(luò)VPC下的交換機關(guān)聯(lián)至組播域

為了VPC下的資源可以實現(xiàn)組播通信,調(diào)用AssociateTransitRouterMulticastDomain接口將專有網(wǎng)絡(luò)(VPC)下的交換機(VSwitch)關(guān)聯(lián)到組播域中。

接口說明

  • 一個交換機只支持關(guān)聯(lián)至一個組播域。請確保待關(guān)聯(lián)的交換機未與其他組播域建立關(guān)聯(lián)關(guān)系。解除交換機與組播域的關(guān)聯(lián)關(guān)系,請參見 DisassociateTransitRouterMulticastDomain

  • AssociateTransitRouterMulticastDomain 接口屬于異步接口,即系統(tǒng)會先返回一個 RequestId,但交換機和組播域并未完全建立關(guān)聯(lián)關(guān)系,系統(tǒng)后臺的關(guān)聯(lián)任務(wù)仍在進行。您可以調(diào)用 ListTransitRouterMulticastDomainAssociations 接口查詢交換機和組播域的關(guān)聯(lián)狀態(tài)。

    • 當(dāng)關(guān)聯(lián)狀態(tài)為 Associating 時,表示交換機和組播域正在建立關(guān)聯(lián)關(guān)系,在該狀態(tài)下,您只能對交換機執(zhí)行查詢操作,不能執(zhí)行其他操作。
    • 當(dāng)關(guān)聯(lián)狀態(tài)為 Associated 時,表示交換機和組播域已成功建立關(guān)聯(lián)關(guān)系。
  • 交換機所屬的 VPC 必須已經(jīng)連接到企業(yè)版轉(zhuǎn)發(fā)路由器。創(chuàng)建 VPC 連接,請參見 CreateTransitRouterVpcAttachment

調(diào)試

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

授權(quán)信息

下表是API對應(yīng)的授權(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)操作
cen:AssociateTransitRouterMulticastDomainupdate
*TransitRouterMulticastDomain
acs:cen:*:{#accountId}:centransitroutermulticast/{#centransitroutermulticastId}

請求參數(shù)

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

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

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

123e4567-e89b-12d3-a456-426655440000
TransitRouterMulticastDomainIdstring

組播域 ID。

tr-mcast-domain-91wpg6wbhchjeq****
TransitRouterAttachmentIdstring

VPC 連接 ID。

tr-attach-g3kz2k3u76amsk****
VSwitchIdsarray

交換機 ID 列表。

string

交換機 ID。

一次最多支持關(guān)聯(lián) 5 個交換機,一個組播域最多支持關(guān)聯(lián) 10 個交換機。

vsw-p0wxk12u6okfkr8xy****
DryRunboolean

是否只預(yù)檢此次請求。取值:

  • true:發(fā)送檢查請求,不會將交換機關(guān)聯(lián)至組播域。檢查項包括是否填寫了必需參數(shù)、請求格式、業(yè)務(wù)限制等。如果檢查不通過,則返回對應(yīng)錯誤。如果檢查通過,則返回錯誤碼DryRunOperation
  • false(默認(rèn)值):發(fā)送正常請求,通過檢查后直接將交換機關(guān)聯(lián)至組播域。
false

返回參數(shù)

名稱類型描述示例值
object

返回結(jié)果。

RequestIdstring

請求 ID。

F88AC12C-943B-50E9-A344-4F8820BB07A7

示例

正常返回示例

JSON格式

{
  "RequestId": "F88AC12C-943B-50E9-A344-4F8820BB07A7"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidMulticastDomain.NotFoundThe specified MulticastDomain is not found.參數(shù)中指定的MulticastDomain不存在。
400IncorrectStatus.MulticastDomainThe status of MulticastDomain is incorrect.當(dāng)前MulticastDomain的狀態(tài)不支持該操作,請稍后重試。
400InvalidAttachmentId.NotFoundThe specified AttachmentId is not found.AttachmentId不存在。
400IllegalParam.AttachmentIdThe specified AttachmentId is illegal.參數(shù)中指定的AttachmentId不合法。
400IncorrectStatus.AttachmentThe status of Attachment is incorrect.當(dāng)前Attachment的狀態(tài)不支持該操作,請稍后重試。
400MissingParam.VSwitchIdsThe parameter VSwitchIds is mandatory.缺少參數(shù)VSwitchIds。
400InstanceNotExistThe instance is not exist.指定實例不存在。
400OperationUnsupported.CloudBoxVpcThe specified CloudBoxVpc does not support the operation.云盒VPC不支持該操作。
400AssociationExist.VSwitchIdsThe association already exists.Vswitch已綁定。
400QuotaFull.VswitchPerMulticastDomainThe number of vswitch associated with multicast domain has exceed the maximum value that can be created.組播域關(guān)聯(lián)的vswitch數(shù)量已達到上限。
400DryRunOperationRequest validation has been passed with DryRun flag set.DryRun請求驗證通過。
400OperationUnsupported.VpcRegionThe specified Region is not support for this operation.當(dāng)前地域不支持該操作。
400OperationUnsupported.AdvancedFeatureThe specified vpc does not support the operation.-
400QuotaFull.MulticastDomainPerVpcThe number of multicast domain that vpc associated has exceed the maximum value that can be associated.VPC可以關(guān)聯(lián)的組播域數(shù)量已達到上限。
400IllegalParam.VSwitchIdsThe parameter VSwitchIds is illegal.參數(shù)VSwitchIds不合法。
400InvalidParameterInvalid parameter.參數(shù)不合法。
400UnauthorizedThe AccessKeyId is unauthorized.賬號無權(quán)限操作。

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

變更歷史

變更時間變更內(nèi)容概要操作
2024-11-22OpenAPI 描述信息更新、OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2024-10-17OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-10-20OpenAPI 錯誤碼發(fā)生變更查看變更詳情