public class SecurityGroupsInboundAndOutbound extends AbstractModel
header, skipSign
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 Identify whether the IP and port for accessing the database are allowed
|
String |
getIp()
Get IP address for accessing the database
|
String |
getPort()
Get Port number
|
String |
getProto()
Get Protocol type
|
void |
setAction(String Action)
Set Identify whether the IP and port for accessing the database are allowed
|
void |
setIp(String Ip)
Set IP address for accessing the database
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SecurityGroupsInboundAndOutbound()
public SecurityGroupsInboundAndOutbound(SecurityGroupsInboundAndOutbound source)
public String getAction()
public void setAction(String Action)
Action
- Identify whether the IP and port for accessing the database are allowedpublic String getIp()
public void setIp(String Ip)
Ip
- IP address for accessing the databasepublic String getPort()
public void setPort(String Port)
Port
- Port numberpublic String getProto()
public void setProto(String Proto)
Proto
- Protocol typeCopyright © 2024. All rights reserved.