public static class UpdateKibanaWhiteIpsRequest.UpdateKibanaWhiteIpsRequestWhiteIpGroup
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
groupName
The type of the whitelist.
|
List<String> |
ips
The IP addresses in the whitelist.
|
String |
whiteIpType
The IP addresses in the whitelist.
|
构造器和说明 |
---|
UpdateKibanaWhiteIpsRequestWhiteIpGroup() |
@NameInMap(value="groupName") public String groupName
The type of the whitelist. Set the value to PUBLIC_KIBANA. This value indicates a public IP address whitelist.
@NameInMap(value="ips") public List<String> ips
The IP addresses in the whitelist. This parameter is required if you configure the whiteIpGroup parameter.
@NameInMap(value="whiteIpType") public String whiteIpType
The IP addresses in the whitelist.
public static UpdateKibanaWhiteIpsRequest.UpdateKibanaWhiteIpsRequestWhiteIpGroup build(Map<String,?> map) throws Exception
Exception
public UpdateKibanaWhiteIpsRequest.UpdateKibanaWhiteIpsRequestWhiteIpGroup setGroupName(String groupName)
public String getGroupName()
public UpdateKibanaWhiteIpsRequest.UpdateKibanaWhiteIpsRequestWhiteIpGroup setIps(List<String> ips)
public UpdateKibanaWhiteIpsRequest.UpdateKibanaWhiteIpsRequestWhiteIpGroup setWhiteIpType(String whiteIpType)
public String getWhiteIpType()
Copyright © 2024. All rights reserved.