public static class UpdateWhiteIpsRequest.UpdateWhiteIpsRequestWhiteIpGroup
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
groupName
The type of the whitelist.
|
List<String> |
ips
The returned result.
|
String |
whiteIpType
The returned result.
|
构造器和说明 |
---|
UpdateWhiteIpsRequestWhiteIpGroup() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateWhiteIpsRequest.UpdateWhiteIpsRequestWhiteIpGroup |
build(Map<String,?> map) |
String |
getGroupName() |
List<String> |
getIps() |
String |
getWhiteIpType() |
UpdateWhiteIpsRequest.UpdateWhiteIpsRequestWhiteIpGroup |
setGroupName(String groupName) |
UpdateWhiteIpsRequest.UpdateWhiteIpsRequestWhiteIpGroup |
setIps(List<String> ips) |
UpdateWhiteIpsRequest.UpdateWhiteIpsRequestWhiteIpGroup |
setWhiteIpType(String whiteIpType) |
@NameInMap(value="groupName") public String groupName
The type of the whitelist. Set the value to **PRIVATE_ES**. This value indicates a private IP address whitelist.
@NameInMap(value="whiteIpType") public String whiteIpType
The returned result.
public static UpdateWhiteIpsRequest.UpdateWhiteIpsRequestWhiteIpGroup build(Map<String,?> map) throws Exception
Exception
public UpdateWhiteIpsRequest.UpdateWhiteIpsRequestWhiteIpGroup setGroupName(String groupName)
public String getGroupName()
public UpdateWhiteIpsRequest.UpdateWhiteIpsRequestWhiteIpGroup setIps(List<String> ips)
public UpdateWhiteIpsRequest.UpdateWhiteIpsRequestWhiteIpGroup setWhiteIpType(String whiteIpType)
public String getWhiteIpType()
Copyright © 2024. All rights reserved.