public class SecurityGroupListData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SecurityGroupListData() | 
| SecurityGroupListData(SecurityGroupListData source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAssetGroupNameIn()Get 资产分组名称 | 
| String | getAssetGroupNameOut()Get 资产分组名称 | 
| Long | getBothWay()Get 单/双向下发,0:单向下发,1:双向下发 | 
| SecurityGroupBothWayInfo[] | getBothWayInfo()Get 生成双向下发规则 | 
| String | getCidr()Get 掩码地址,多个以英文逗号分隔 | 
| String | getDetail()Get 描述 | 
| Long | getDirection()Get 方向,0:出站,1:入站,默认1 | 
| Long | getId()Get 规则ID | 
| String | getInstanceName()Get 实例名称 | 
| Long | getIsNew()Get 是否是正常规则,0:正常,1:异常 | 
| Long | getOrderIndex()Get 执行顺序 | 
| String | getParameterName()Get 模板名称 | 
| String | getPort()Get 目的端口 | 
| String | getPrivateIp()Get 内网IP,多个以英文逗号分隔 | 
| String | getProtocol()Get 协议 | 
| String | getProtocolPortName()Get 端口协议类型参数模板名称 | 
| Long | getProtocolPortType()Get 是否使用端口协议模板,0:否,1:是 | 
| String | getPublicIp()Get 公网IP,多个以英文逗号分隔 | 
| String | getRegion()Get 地域 | 
| String | getServiceTemplateId()Get 端口协议类型参数模板id | 
| String | getSourceId()Get 访问源 | 
| Long | getSourceType()Get 访问源类型,默认为0,1: VPC, 2: SUBNET, 3: CVM, 4: CLB, 5: ENI, 6: CDB, 7: 参数模板, 100: 资源组 | 
| Long | getStatus()Get 是否开关开启,0:未开启,1:开启 | 
| Long | getStrategy()Get 策略, 1:阻断,2:放行 | 
| String | getSubnetId()Get 子网ID | 
| String | getTargetId()Get 访问目的 | 
| Long | getTargetType()Get 访问目的类型,默认为0,1: VPC, 2: SUBNET, 3: CVM, 4: CLB, 5: ENI, 6: CDB, 7: 参数模板, 100:资源组 | 
| String | getUuid()Get Uuid | 
| String | getVpcId()Get 私有网络ID | 
| void | setAssetGroupNameIn(String AssetGroupNameIn)Set 资产分组名称 | 
| void | setAssetGroupNameOut(String AssetGroupNameOut)Set 资产分组名称 | 
| void | setBothWay(Long BothWay)Set 单/双向下发,0:单向下发,1:双向下发 | 
| void | setBothWayInfo(SecurityGroupBothWayInfo[] BothWayInfo)Set 生成双向下发规则 | 
| void | setCidr(String Cidr)Set 掩码地址,多个以英文逗号分隔 | 
| void | setDetail(String Detail)Set 描述 | 
| void | setDirection(Long Direction)Set 方向,0:出站,1:入站,默认1 | 
| void | setId(Long Id)Set 规则ID | 
| void | setInstanceName(String InstanceName)Set 实例名称 | 
| void | setIsNew(Long IsNew)Set 是否是正常规则,0:正常,1:异常 | 
| void | setOrderIndex(Long OrderIndex)Set 执行顺序 | 
| void | setParameterName(String ParameterName)Set 模板名称 | 
| void | setPort(String Port)Set 目的端口 | 
| void | setPrivateIp(String PrivateIp)Set 内网IP,多个以英文逗号分隔 | 
| void | setProtocol(String Protocol)Set 协议 | 
| void | setProtocolPortName(String ProtocolPortName)Set 端口协议类型参数模板名称 | 
| void | setProtocolPortType(Long ProtocolPortType)Set 是否使用端口协议模板,0:否,1:是 | 
| void | setPublicIp(String PublicIp)Set 公网IP,多个以英文逗号分隔 | 
| void | setRegion(String Region)Set 地域 | 
| void | setServiceTemplateId(String ServiceTemplateId)Set 端口协议类型参数模板id | 
| void | setSourceId(String SourceId)Set 访问源 | 
| void | setSourceType(Long SourceType)Set 访问源类型,默认为0,1: VPC, 2: SUBNET, 3: CVM, 4: CLB, 5: ENI, 6: CDB, 7: 参数模板, 100: 资源组 | 
| void | setStatus(Long Status)Set 是否开关开启,0:未开启,1:开启 | 
| void | setStrategy(Long Strategy)Set 策略, 1:阻断,2:放行 | 
| void | setSubnetId(String SubnetId)Set 子网ID | 
| void | setTargetId(String TargetId)Set 访问目的 | 
| void | setTargetType(Long TargetType)Set 访问目的类型,默认为0,1: VPC, 2: SUBNET, 3: CVM, 4: CLB, 5: ENI, 6: CDB, 7: 参数模板, 100:资源组 | 
| void | setUuid(String Uuid)Set Uuid | 
| void | setVpcId(String VpcId)Set 私有网络ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SecurityGroupListData()
public SecurityGroupListData(SecurityGroupListData source)
public Long getOrderIndex()
public void setOrderIndex(Long OrderIndex)
OrderIndex - 执行顺序public String getSourceId()
public void setSourceId(String SourceId)
SourceId - 访问源public Long getSourceType()
public void setSourceType(Long SourceType)
SourceType - 访问源类型,默认为0,1: VPC, 2: SUBNET, 3: CVM, 4: CLB, 5: ENI, 6: CDB, 7: 参数模板, 100: 资源组public String getTargetId()
public void setTargetId(String TargetId)
TargetId - 访问目的public Long getTargetType()
public void setTargetType(Long TargetType)
TargetType - 访问目的类型,默认为0,1: VPC, 2: SUBNET, 3: CVM, 4: CLB, 5: ENI, 6: CDB, 7: 参数模板, 100:资源组public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 协议public String getPort()
public void setPort(String Port)
Port - 目的端口public Long getStrategy()
public void setStrategy(Long Strategy)
Strategy - 策略, 1:阻断,2:放行public String getDetail()
public void setDetail(String Detail)
Detail - 描述public Long getBothWay()
public void setBothWay(Long BothWay)
BothWay - 单/双向下发,0:单向下发,1:双向下发public Long getId()
public void setId(Long Id)
Id - 规则IDpublic Long getStatus()
public void setStatus(Long Status)
Status - 是否开关开启,0:未开启,1:开启public Long getIsNew()
public void setIsNew(Long IsNew)
IsNew - 是否是正常规则,0:正常,1:异常public String getVpcId()
public void setVpcId(String VpcId)
VpcId - 私有网络IDpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - 子网IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName - 实例名称public String getPublicIp()
public void setPublicIp(String PublicIp)
PublicIp - 公网IP,多个以英文逗号分隔public String getPrivateIp()
public void setPrivateIp(String PrivateIp)
PrivateIp - 内网IP,多个以英文逗号分隔public String getCidr()
public void setCidr(String Cidr)
Cidr - 掩码地址,多个以英文逗号分隔public String getServiceTemplateId()
public void setServiceTemplateId(String ServiceTemplateId)
ServiceTemplateId - 端口协议类型参数模板idpublic SecurityGroupBothWayInfo[] getBothWayInfo()
public void setBothWayInfo(SecurityGroupBothWayInfo[] BothWayInfo)
BothWayInfo - 生成双向下发规则public Long getDirection()
public void setDirection(Long Direction)
Direction - 方向,0:出站,1:入站,默认1public Long getProtocolPortType()
public void setProtocolPortType(Long ProtocolPortType)
ProtocolPortType - 是否使用端口协议模板,0:否,1:是public String getUuid()
public void setUuid(String Uuid)
Uuid - Uuidpublic String getRegion()
public void setRegion(String Region)
Region - 地域public String getAssetGroupNameIn()
public void setAssetGroupNameIn(String AssetGroupNameIn)
AssetGroupNameIn - 资产分组名称public String getAssetGroupNameOut()
public void setAssetGroupNameOut(String AssetGroupNameOut)
AssetGroupNameOut - 资产分组名称public String getParameterName()
public void setParameterName(String ParameterName)
ParameterName - 模板名称public String getProtocolPortName()
public void setProtocolPortName(String ProtocolPortName)
ProtocolPortName - 端口协议类型参数模板名称Copyright © 2025. All rights reserved.