public class Outbound extends AbstractModel
header, skipSign
Constructor and Description |
---|
Outbound() |
Outbound(Outbound 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 |
getAction()
Get 策略,ACCEPT或者DROP。
|
String |
getAddressModule()
Get 地址组id代表的地址集合。
|
String |
getCidrIp()
Get 来源Ip或Ip段,例如192.168.0.0/16。
|
String |
getDesc()
Get 描述。
|
String |
getId()
Get 安全组id代表的地址集合。
|
String |
getIpProtocol()
Get 网络协议,支持udp、tcp等。
|
String |
getPortRange()
Get 端口。
|
String |
getServiceModule()
Get 服务组id代表的协议和端口集合。
|
void |
setAction(String Action)
Set 策略,ACCEPT或者DROP。
|
void |
setAddressModule(String AddressModule)
Set 地址组id代表的地址集合。
|
void |
setCidrIp(String CidrIp)
Set 来源Ip或Ip段,例如192.168.0.0/16。
|
void |
setDesc(String Desc)
Set 描述。
|
void |
setId(String Id)
Set 安全组id代表的地址集合。
|
void |
setIpProtocol(String IpProtocol)
Set 网络协议,支持udp、tcp等。
|
void |
setPortRange(String PortRange)
Set 端口。
|
void |
setServiceModule(String ServiceModule)
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, toJsonString
public Outbound()
public Outbound(Outbound source)
public String getAction()
public void setAction(String Action)
Action
- 策略,ACCEPT或者DROP。public String getAddressModule()
public void setAddressModule(String AddressModule)
AddressModule
- 地址组id代表的地址集合。public String getCidrIp()
public void setCidrIp(String CidrIp)
CidrIp
- 来源Ip或Ip段,例如192.168.0.0/16。public String getDesc()
public void setDesc(String Desc)
Desc
- 描述。public String getIpProtocol()
public void setIpProtocol(String IpProtocol)
IpProtocol
- 网络协议,支持udp、tcp等。public String getPortRange()
public void setPortRange(String PortRange)
PortRange
- 端口。public String getServiceModule()
public void setServiceModule(String ServiceModule)
ServiceModule
- 服务组id代表的协议和端口集合。public String getId()
public void setId(String Id)
Id
- 安全组id代表的地址集合。Copyright © 2024. All rights reserved.