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

ModifySecurityGroupRule - 修改安全組入方向規則

本接口用于修改指定安全組中的一條入方向安全組規則。

接口說明

指定安全組規則 ID 修改安全組規則時,您需要注意以下使用限制:

  • 安全組規則的授權對象分為 IPv4 的 CIDR 地址塊(或 IP 地址)、IPv6 的 CIDR 地址塊(或 IP 地址)、安全組、前綴列表,您不能通過該接口修改已有安全組規則的授權對象類型。如原來授權對象類型為 IPv4 的 CIDR 地址塊,您可以更改為另一個 IPv4 的 CIDR 地址塊(或 IP 地址),但不能修改為 IPv6 的 CIDR 地址塊(或 IP 地址)、安全組或前綴列表。

  • 字段不支持從非空修改為空,如果需要修改建議先增加一條新規則,再刪除當前規則。

調試

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

授權信息

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

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

請求參數

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

目標安全組所屬地域 ID。您可以調用 DescribeRegions 查看最新的阿里云地域列表。

cn-hangzhou
ClientTokenstring

保證請求冪等性。從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken 只支持 ASCII 字符,且不能超過 64 個字符。更多信息,請參見如何保證冪等性

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

安全組 ID。

sg-bp67acfmxazb4p****
SecurityGroupRuleIdstring

安全組規則 ID。您可以通過 DescribeSecurityGroupAttribute 查詢安全組規則 ID。

sgr-bp67acfmxa123b***
Policystring

訪問權限。取值范圍:

  • accept:接受訪問。
  • drop:拒絕訪問,不返回拒絕信息。

默認值:accept。

accept
Prioritystring

安全組規則優先級。取值范圍:1~100。

默認值:1。

1
IpProtocolstring

傳輸層協議。不區分大小寫。取值范圍:

  • ICMP
  • GRE
  • TCP
  • UDP
  • ALL:支持所有協議。
ALL
SourceCidrIpstring

設置訪問權限的源端 IPv4 CIDR 地址塊。支持 CIDR 格式和 IPv4 格式的 IP 地址范圍。

默認值:無。

10.0.0.0/8
Ipv6SourceCidrIpstring

設置訪問權限的源端 IPv6 CIDR 地址塊。支持 CIDR 格式和 IPv6 格式的 IP 地址范圍。

說明 僅支持 VPC 類型的 IP 地址,且該參數與SourceCidrIp參數不可同時設置。

默認值:無。

2001:db8:1233:1a00::***
SourceGroupIdstring

設置訪問權限的源端安全組 ID。至少設置一項SourceGroupId或者SourceCidrIp參數。

  • 如果指定了SourceGroupId沒有指定參數SourceCidrIp,則參數NicType取值只能為 intranet。
  • 如果同時指定了SourceGroupIdSourceCidrIp,則默認以SourceCidrIp為準。
sg-bp67acfmxa123b****
SourcePrefixListIdstring

設置訪問權限的源端前綴列表 ID。您可以調用 DescribePrefixLists 查詢可以使用的前綴列表 ID。

當您指定了SourceCidrIpIpv6SourceCidrIpSourceGroupId參數中的一個時,將忽略該參數。

pl-x1j1k5ykzqlixdcy****
PortRangestring

目的端安全組開放的傳輸層協議相關的端口范圍。取值范圍:

  • TCP/UDP 協議:取值范圍為 1~65535。使用斜線(/)隔開起始端口和終止端口。例如:1/200。
  • ICMP 協議:-1/-1。
  • GRE 協議:-1/-1。
  • ALL:-1/-1。
80/80
DestCidrIpstring

目的端 IPv4 CIDR 地址塊。支持 CIDR 格式和 IPv4 格式的 IP 地址范圍。

默認值:無。

10.0.0.0/8
Ipv6DestCidrIpstring

目的端 IPv6 CIDR 地址段。支持 CIDR 格式和 IPv6 格式的 IP 地址范圍。

說明 僅支持 VPC 類型的 IP 地址,且該參數與DestCidrIp參數不可同時設置。

默認值:無。

2001:db8:1234:1a00::***
SourcePortRangestring

源端安全組開放的傳輸層協議相關的端口范圍。取值范圍:

  • TCP/UDP 協議:取值范圍為 1~65535。使用斜線(/)隔開起始端口和終止端口。例如:1/200
  • ICMP 協議:-1/-1。
  • GRE 協議:-1/-1。
  • ALL:-1/-1。
80/80
SourceGroupOwnerAccountstring

跨賬戶設置安全組規則時,源端安全組所屬的阿里云賬戶。

  • 如果SourceGroupOwnerAccountSourceGroupOwnerID均未設置,則認為是設置您其他安全組的訪問權限。
  • 如果已經設置參數SourceCidrIp,則參數SourceGroupOwnerAccount無效。
EcsforCloud@Alibaba.com
SourceGroupOwnerIdlong

跨賬戶設置安全組規則時,源端安全組所屬的阿里云賬戶。

  • 如果SourceGroupOwnerIdSourceGroupOwnerAccount均未設置,則認為是設置您其他安全組的訪問權限。
  • 如果您已經設置參數SourceCidrIp,則參數SourceGroupOwnerId無效。
12345678910
NicTypestring

網卡類型。

說明 根據安全組規則 ID 修改規則時,不支持修改該參數。如果需要修改,建議先增加一條新規則,再刪除當前規則。
intranet
Descriptionstring

安全組規則的描述信息。長度為 1~512 個字符。

This is a new security group rule.

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

示例

正常返回示例

JSON格式

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400OperationDeniedThe specified IpProtocol does not exist or IpProtocol and PortRange do not match.指定的 IP 協議不存在,或與端口范圍不匹配。
400InvalidIpProtocol.MalformedThe specified parameter PortRange is not valid.IP 協議參數格式不正確,PortRange 參數不正確。
400InvalidSourceCidrIp.MalformedThe specified parameter SourceCidrIp is not valid.源 IP 地址范圍參數格式不正確。
400InvalidPolicy.MalformedThe specified parameter Policy is not valid.指定的參數無效,請您檢查該參數是否正確。
400InvalidNicType.ValueNotSupportedThe specified NicType does not exist.指定的網絡類型不存在,請您檢查網絡類型是否正確。
400InvalidNicType.MismatchThe specified NicType conflicts with the authorization record.指定的網卡類型與已有規則不匹配。
400InvalidSourceGroupId.MismatchSpecified security group and source group are not in the same VPC.指定的安全組和源安全組不在一個 VPC 內。
400InvalidSourceGroup.NotFoundSpecified source security group does not exist.指定的安全組入方向規則不存在,或相關參數缺失。
400InvalidPriority.MalformedThe parameter Priority is invalid.指定的參數 Priority 無效。
400InvalidPriority.ValueNotSupportedThe parameter Priority is invalid.指定的參數 Priority 無效。
400InvalidSecurityGroupDiscription.MalformedThe specified security group rule description is not valid.指定的安全組規則描述不合法。
400MissingParameter.SourceOne of the parameters SourceCidrIp, SourceGroupId or SourcePrefixListId must be specified.-
400InvalidParam.PortRangeThe specified parameter %s is not valid. It should be two integers less than 65535 in ?/? format.端口范圍不合法,應為斜線分隔兩個整數的格式。
400InvalidIpProtocol.ValueNotSupportedThe parameter IpProtocol must be specified with case insensitive TCP, UDP, ICMP, GRE or All.協議類型只能是TCP、UDP、ICMP、GRE或者All。
400InvalidParam.SourceIpThe Parameters SourceCidrIp and Ipv6SourceCidrIp in %s cannot be set at the same time.參數SourceCidrIp和Ipv6SourceCidrIp不能被同時設置。
400InvalidParam.DestIpThe Parameters DestCidrIp and Ipv6DestCidrIp in %s cannot be set at the same time.參數DestCidrIp和Ipv6DestCidrIp不能被同時設置。
400InvalidParam.Ipv6DestCidrIpThe specified parameter %s is not valid.指定的參數Ipv6DestCidrIp不合法。
400InvalidParam.Ipv6SourceCidrIpThe specified parameter %s is not valid.指定的參數Ipv6SourceCidrIp不合法。
400InvalidParam.Ipv4ProtocolConflictWithIpv6AddressIPv6 address cannot be specified for IPv4-specific protocol.IPv4協議不能指定IPv6地址。
400InvalidParam.Ipv6ProtocolConflictWithIpv4AddressIPv4 address cannot be specified for IPv6-specific protocol.IPv6協議不能指定IPv4地址。
400InvalidParameter.Ipv6CidrIpThe specified Ipv6CidrIp is not valid.指定的Ipv6CidrIp參數不合法。
400InvalidParam.DestCidrIpThe specified parameter %s is not valid.指定的參數DestCidrIp不合法。
400InvalidSourcePortRange.MalformedThe specified parameter SourcePortRange is not valid.指定的參數 SourcePortRange 無效。
400InvalidSecurityGroupId.MalformedThe specified parameter SecurityGroupId is not valid.指定的參數 SecurityGroupId 無效。
400InvalidParam.SourceCidrIpThe specified param SourceCidrIp is not valid.參數SourceCidrIp不合法。
400InvalidParam.DestCidrIpThe specified param DestCidrIp is not valid.您指定的參數DestCidrIp不合法。
400InvalidParameter.ConflictIPv6 and IPv4 addresses cannot exist at the same time.IPv6地址和IPv4地址不能同時指定。
400InvalidParam.SecurityGroupRuleIdThe specified parameter SecurityGroupRuleId is not valid.指定的參數SecurityGroupRuleId不合法。
400InvalidOperation.ModifySgRuleEntityTypeThe source or destination type of the rules cannot be modified.規則的源或目的類型不能被修改。
400AuthorizationLimitExceedThe limit of authorization records in the security group reaches.安全組授權規則數達到上限,請您檢查授權規則是否合理。
400InvalidParam.ProtocolAndPortRangeMismatchThe specified Protocol and PortRange do not match.指定和協議和端口范圍不匹配。
400InvalidParam.ProtocolAndAddressFamilyMismatchThe specified Protocol and address family do not match.指定的協議和地址族不匹配。
400InvalidParam.PrefixListAddressFamilyMismatchThe address family of the prefix list does not match the rule.前綴列表的地址族與規則不匹配。
400InvalidParam.InvalidModifyRuleRequestThe request parameters are illegal.請求參數不合法。
400InvalidOperation.ModifyNicTypeNicType is not allowed to modify.不允許修改NicType。
400InvalidParamter.ConflictThe specified SourceCidrIp should be different from the DestCidrIp.參數 SourceCidrIp 和 DestCidrIp 不能相同。
400InvalidIpProtocol.ValueNotSupportedThe parameter %s must be specified with case insensitive TCP, UDP, ICMP, GRE or All.協議Protocol字段不合法,應指定大小寫不敏感的TCP,UDP,ICMP,GRE或All。
400InvalidOperation.RuleDuplicate%s.修改后的規則與已有規則重復。
403InvalidSourceGroupId.MismatchNicType is required or NicType expects intrnet.需要明確IP段類型參數或者網絡類型必須為內網。
403MissingParameterThe input parameter SourceGroupId or SourceCidrIp cannot be both blank.參數 SourceGroupId 和 SourceCidrIp 不能同時為空。
403InvalidParamter.ConflictThe specified SecurityGroupId should be different from the SourceGroupId.授權與被授權安全組必須不同。
403InvalidNetworkType.MismatchThe specified SecurityGroup network type should be same with SourceGroup network type (vpc or classic).指定的 SecurityGroup 的網絡類型必須與 SouceGroup 的網絡類型一致。
403InvalidOperation.ResourceManagedByCloudProduct%s云產品托管的安全組不支持修改操作。
404InvalidSecurityGroupId.NotFoundThe specified SecurityGroupId does not exist.指定的安全組在該用戶賬號下不存在,請您檢查安全組 ID 是否正確。
404InvalidSourceGroupId.NotFoundThe SourceGroupId provided does not exist in our records.指定的入方向安全組不存在。
404SecurityGroupRule.NotFoundThe target security group rule not exist.目標安全組規則不存在。
404InvalidPrefixListId.NotFoundThe specified prefix list was not found.前綴列表不存在。
404InvalidSecurityGroupRuleId.NotFoundThe specified SecurityGroupRuleId is not exists.指定的SecurityGroupRuleId不存在。
500InternalErrorThe request processing has failed due to some unknown error.內部錯誤,請重試。

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

變更歷史

變更時間變更內容概要操作
2024-06-27OpenAPI 錯誤碼發生變更查看變更詳情
2023-08-23OpenAPI 錯誤碼發生變更查看變更詳情
2023-04-07OpenAPI 錯誤碼發生變更查看變更詳情
2022-09-05OpenAPI 描述信息更新、OpenAPI 錯誤碼發生變更查看變更詳情
2022-05-07OpenAPI 錯誤碼發生變更查看變更詳情