全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

创建安全组规则

最近更新时间:2022-06-24 11:12:16

Request Parameters(请求参数)

AuthorizeSecurityGroupEntry(创建安全组规则)

Description

  • 安全组规则的描述
  • 类型: String
  • 是否可缺省: 是

SecurityGroupId

  • 安全组的ID
  • 类型: String
  • 是否可缺省: 否

CidrBlock

  • 安全组规则的网段
  • 类型: String
  • 是否可缺省: 否

Direction

  • 安全组规则方向,in为入站规则,out为出站规则
  • 类型: String
  • 有效值:in | out
  • 是否可缺省: 否

Protocol

  • 协议,IP代表所有协议
  • 类型: String
  • 有效值: ip|tcp|udp|icmp
  • 是否可缺省: 否

IcmpType

  • ICMP协议,ICMP代码,只有协议为ICMP类型,才必填。
  • 类型: Integer
  • 是否可缺省: 是

IcmpCode

  • ICMP协议,ICMP类型,只有协议为ICMP类型,才必填。
  • 类型: Integer
  • 是否可缺省: 是

PortRangeFrom

  • TCP或UDP协议的端口规则起始端口,只有协议为TCP\UDP类型,才必填。范围1-65535。
  • 类型: Integer
  • 是否可缺省: 是

PortRangeTo

  • TCP或UDP协议的端口规则结束端口,只有协议为TCP\UDP类型,才必填。范围1-65535。
  • 类型: Integer
  • 是否可缺省: 是

Response Elements(返回值)

RequestId

  • 请求ID
  • 类型: String

Return

  • 操作是否成功
  • 类型: Boolean

Examples(例子)

Sample Request(请求)
http://vpc.region.api.ksyun.com/?Action=AuthorizeSecurityGroupEntry
&Version=2016-03-04
&SecurityGroupId=9fa539c7-2e58-47f1-a8d3-d3eaaf843774
&CidrBlock=20.20.20.0/26
&Direction=in
&Protocol=ip

Sample Response(返回)
<AuthorizeSecurityGroupEntryResponse xmlns="http://vpc.api.ksyun.com/doc/2016-03-04/">
    <RequestId>63049dac-d161-4421-83ed-4a2e70a2a05b</RequestId>
    <Return>true</Return>
</AuthorizeSecurityGroupEntryResponse>
文档导读
纯净模式常规模式

纯净模式

点击可全屏预览文档内容
文档反馈