public static class ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
ip
The CIDR block that is used for security settings.
|
List<String> |
method
The HTTP request method that is supported by the generated webhook URL.
|
List<String> |
publicWebHookUrl
The Internet request URL.
|
List<String> |
referer
The security domain name.
|
String |
securityConfig
The type of security settings.
|
String |
type
The protocol type that is supported by the generated webhook URL.
|
List<String> |
vpcWebHookUrl
The internal request URL.
|
| 构造器和说明 |
|---|
ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters() |
@NameInMap(value="Ip") public List<String> ip
The CIDR block that is used for security settings. This parameter is required only if SecurityConfig is set to ip. You can enter a CIDR block or an IP address.
@NameInMap(value="Method") public List<String> method
The HTTP request method that is supported by the generated webhook URL. You can select multiple values. Valid values:
@NameInMap(value="PublicWebHookUrl") public List<String> publicWebHookUrl
The Internet request URL.
@NameInMap(value="Referer") public List<String> referer
The security domain name. This parameter is required only if SecurityConfig is set to referer. You can enter a domain name.
@NameInMap(value="SecurityConfig") public String securityConfig
The type of security settings. Valid values:
none
@NameInMap(value="Type") public String type
The protocol type that is supported by the generated webhook URL. Valid values:
HTTPS
public ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters()
public static ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters build(Map<String,?> map) throws Exception
Exceptionpublic ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters setIp(List<String> ip)
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters setMethod(List<String> method)
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters setPublicWebHookUrl(List<String> publicWebHookUrl)
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters setReferer(List<String> referer)
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters setSecurityConfig(String securityConfig)
public String getSecurityConfig()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters setType(String type)
public String getType()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceHttpEventParameters setVpcWebHookUrl(List<String> vpcWebHookUrl)
Copyright © 2026. All rights reserved.