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