SecurityGroup(安全组信息)
Contents(内容)
CreateTime
- 安全组创建时间
- 类型:String
- 是否可缺省: 否
VpcId
- Vpc的ID
- 类型:String
- 是否可缺省: 否
SecurityGroupName
- 安全组的名称
- 类型:String
- 是否可缺省: 是
- 缺省值: Ksc_SecurityGroup
SecurityGroupId
- 安全组的ID
- 类型: String
- 是否可缺省: 否
SecurityGroupType
- 安全组的类型
- 类型: String
- 有效值: default | other
- 是否可缺省: 否
SecurityGroupEntrySet
返回目录
SecurityGroupEntry(安全组规则信息)
Contents(内容)
Description
- 安全组规则的描述
- 类型: String
- 是否可缺省: 是
SecurityGroupEntryId
- 安全组的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类型,才必填。范围0=65535。
- 类型: Integer
- 是否可缺省: 是
PortRangeTo
- TCP或UDP协议的端口规则起始端口,只有协议为TCP\UDP类型,才必填。范围0=65535。
- 类型: Integer
- 是否可缺省: 是