public class SecurityGroupsInboundAndOutbound extends AbstractModel
Constructor and Description |
---|
SecurityGroupsInboundAndOutbound() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Get Action to be executed
|
String |
getIp()
Get IP address
|
String |
getPort()
Get Port number
|
String |
getProto()
Get Protocol type
|
void |
setAction(String Action)
Set Action to be executed
|
void |
setIp(String Ip)
Set IP address
|
void |
setPort(String Port)
Set Port number
|
void |
setProto(String Proto)
Set Protocol type
|
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 String getAction()
public void setAction(String Action)
Action
- Action to be executedpublic String getIp()
public void setIp(String Ip)
Ip
- IP addresspublic String getPort()
public void setPort(String Port)
Port
- Port numberpublic String getProto()
public void setProto(String Proto)
Proto
- Protocol typeCopyright © 2020. All rights reserved.