public class SecurityGroupsInboundAndOutbound extends AbstractModel
Constructor and Description |
---|
SecurityGroupsInboundAndOutbound() |
SecurityGroupsInboundAndOutbound(SecurityGroupsInboundAndOutbound 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 执行动作
|
String |
getIp()
Get IP地址
|
String |
getPort()
Get 端口号
|
String |
getProto()
Get 协议类型
|
void |
setAction(String Action)
Set 执行动作
|
void |
setIp(String Ip)
Set IP地址
|
void |
setPort(String Port)
Set 端口号
|
void |
setProto(String Proto)
Set 协议类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SecurityGroupsInboundAndOutbound()
public SecurityGroupsInboundAndOutbound(SecurityGroupsInboundAndOutbound source)
public String getAction()
public void setAction(String Action)
Action
- 执行动作public String getIp()
public void setIp(String Ip)
Ip
- IP地址public String getPort()
public void setPort(String Port)
Port
- 端口号public String getProto()
public void setProto(String Proto)
Proto
- 协议类型Copyright © 2022. All rights reserved.