public static class UpdateEventSourceRequest.UpdateEventSourceRequestSourceHttpEventParameters
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.
|
| 构造器和说明 |
|---|
UpdateEventSourceRequestSourceHttpEventParameters() |
@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 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 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 UpdateEventSourceRequestSourceHttpEventParameters()
public static UpdateEventSourceRequest.UpdateEventSourceRequestSourceHttpEventParameters build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventSourceRequest.UpdateEventSourceRequestSourceHttpEventParameters setIp(List<String> ip)
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceHttpEventParameters setMethod(List<String> method)
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceHttpEventParameters setReferer(List<String> referer)
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceHttpEventParameters setSecurityConfig(String securityConfig)
public String getSecurityConfig()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceHttpEventParameters setType(String type)
public String getType()
Copyright © 2026. All rights reserved.