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 标识出入数据库的IP与端口是否被允许。
|
String |
getIp()
Get 出入数据库的IP地址
|
String |
getPort()
Get 端口号。
|
String |
getProto()
Get 协议类型。
|
void |
setAction(String Action)
Set 标识出入数据库的IP与端口是否被允许。
|
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, 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
- 标识出入数据库的IP与端口是否被允许。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 © 2024. All rights reserved.