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 Policy.
|
String |
getAddressModule()
Get All the addresses that the address group ID represents.
|
String |
getCidrIp()
Get Source IP or IP address range, such as 192.168.0.0/16.
|
String |
getDesc()
Get Description.
|
String |
getId()
Get All the addresses that the security group ID represents.
|
String |
getIpProtocol()
Get Network protocol, such as UDP and TCP.
|
String |
getPortRange()
Get Port.
|
String |
getServiceModule()
Get All the protocols and ports that the service group ID represents.
|
void |
setAction(String Action)
Set Policy.
|
void |
setAddressModule(String AddressModule)
Set All the addresses that the address group ID represents.
|
void |
setCidrIp(String CidrIp)
Set Source IP or IP address range, such as 192.168.0.0/16.
|
void |
setDesc(String Desc)
Set Description.
|
void |
setId(String Id)
Set All the addresses that the security group ID represents.
|
void |
setIpProtocol(String IpProtocol)
Set Network protocol, such as UDP and TCP.
|
void |
setPortRange(String PortRange)
Set Port.
|
void |
setServiceModule(String ServiceModule)
Set All the protocols and ports that the service group ID represents.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Outbound()
public Outbound(Outbound source)
public String getAction()
public void setAction(String Action)
Action
- Policy. Valid values: ACCEPT, DROP.public String getAddressModule()
public void setAddressModule(String AddressModule)
AddressModule
- All the addresses that the address group ID represents.public String getCidrIp()
public void setCidrIp(String CidrIp)
CidrIp
- Source IP or IP address range, such as 192.168.0.0/16.public String getDesc()
public void setDesc(String Desc)
Desc
- Description.public String getIpProtocol()
public void setIpProtocol(String IpProtocol)
IpProtocol
- Network protocol, such as UDP and TCP.public String getPortRange()
public void setPortRange(String PortRange)
PortRange
- Port.public String getServiceModule()
public void setServiceModule(String ServiceModule)
ServiceModule
- All the protocols and ports that the service group ID represents.public String getId()
public void setId(String Id)
Id
- All the addresses that the security group ID represents.Copyright © 2024. All rights reserved.