public class ModifyWhiteIpsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ModifyWhiteIpsRequest.ModifyWhiteIpsRequestWhiteIpGroup |
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The network type.
|
String |
modifyMode
The information about the IP address whitelist that you want to update.
|
String |
networkType
The IP addresses in the whitelist.
|
String |
nodeType
The IP addresses in the whitelist.
|
ModifyWhiteIpsRequest.ModifyWhiteIpsRequestWhiteIpGroup |
whiteIpGroup
The IP addresses in the whitelist.
|
List<String> |
whiteIpList
The name of the whitelist.
|
构造器和说明 |
---|
ModifyWhiteIpsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyWhiteIpsRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getModifyMode() |
String |
getNetworkType() |
String |
getNodeType() |
ModifyWhiteIpsRequest.ModifyWhiteIpsRequestWhiteIpGroup |
getWhiteIpGroup() |
List<String> |
getWhiteIpList() |
ModifyWhiteIpsRequest |
setClientToken(String clientToken) |
ModifyWhiteIpsRequest |
setModifyMode(String modifyMode) |
ModifyWhiteIpsRequest |
setNetworkType(String networkType) |
ModifyWhiteIpsRequest |
setNodeType(String nodeType) |
ModifyWhiteIpsRequest |
setWhiteIpGroup(ModifyWhiteIpsRequest.ModifyWhiteIpsRequestWhiteIpGroup whiteIpGroup) |
ModifyWhiteIpsRequest |
setWhiteIpList(List<String> whiteIpList) |
@NameInMap(value="modifyMode") public String modifyMode
The information about the IP address whitelist that you want to update. You can specify only one whitelist.
> You cannot configure both the whiteIpList and whiteIpGroup parameters.
@NameInMap(value="networkType") public String networkType
The IP addresses in the whitelist. This parameter is available if the whiteIpGroup parameter is left empty. The default IP address whitelist is updated based on the value of this parameter.
> You cannot configure both the whiteIpList and whiteIpGroup parameters.
@NameInMap(value="nodeType") public String nodeType
The IP addresses in the whitelist. This parameter is available if the whiteIpGroup parameter is left empty. The default IP address whitelist is updated based on the value of this parameter.
@NameInMap(value="whiteIpGroup") public ModifyWhiteIpsRequest.ModifyWhiteIpsRequestWhiteIpGroup whiteIpGroup
The IP addresses in the whitelist. This parameter is required if you configure the whiteIpGroup parameter.
@NameInMap(value="whiteIpList") public List<String> whiteIpList
The name of the whitelist. This parameter is required if you configure the whiteIpGroup parameter.
@NameInMap(value="clientToken") public String clientToken
The network type. This parameter is required if you configure the whiteIpList parameter. Valid values:
* PRIVATE
* PUBLIC
public static ModifyWhiteIpsRequest build(Map<String,?> map) throws Exception
Exception
public ModifyWhiteIpsRequest setModifyMode(String modifyMode)
public String getModifyMode()
public ModifyWhiteIpsRequest setNetworkType(String networkType)
public String getNetworkType()
public ModifyWhiteIpsRequest setNodeType(String nodeType)
public String getNodeType()
public ModifyWhiteIpsRequest setWhiteIpGroup(ModifyWhiteIpsRequest.ModifyWhiteIpsRequestWhiteIpGroup whiteIpGroup)
public ModifyWhiteIpsRequest.ModifyWhiteIpsRequestWhiteIpGroup getWhiteIpGroup()
public ModifyWhiteIpsRequest setWhiteIpList(List<String> whiteIpList)
public ModifyWhiteIpsRequest setClientToken(String clientToken)
public String getClientToken()
Copyright © 2024. All rights reserved.