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 Action to be executed
|
String |
getIp()
Get IP addresses
|
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 addresses
|
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 SecurityGroupsInboundAndOutbound()
public SecurityGroupsInboundAndOutbound(SecurityGroupsInboundAndOutbound source)
public String getAction()
public void setAction(String Action)
Action
- Action to be executedpublic String getIp()
public void setIp(String Ip)
Ip
- IP addressespublic String getPort()
public void setPort(String Port)
Port
- Port numberpublic String getProto()
public void setProto(String Proto)
Proto
- Protocol typeCopyright © 2023. All rights reserved.