@@ -37,6 +37,8 @@ class DescribeListenerAttributesResponse(object):
3737 'acl_status' : 'str' ,
3838 'acl_type' : 'str' ,
3939 'bandwidth' : 'int' ,
40+ 'ca_certificate_id' : 'str' ,
41+ 'ca_enabled' : 'str' ,
4042 'cert_center_certificate_id' : 'str' ,
4143 'certificate_id' : 'str' ,
4244 'certificate_source' : 'str' ,
@@ -73,14 +75,17 @@ class DescribeListenerAttributesResponse(object):
7375 'start_port' : 'int' ,
7476 'status' : 'str' ,
7577 'tags' : 'list[TagForDescribeListenerAttributesOutput]' ,
76- 'update_time' : 'str'
78+ 'update_time' : 'str' ,
79+ 'waf_protection_enabled' : 'str'
7780 }
7881
7982 attribute_map = {
8083 'acl_ids' : 'AclIds' ,
8184 'acl_status' : 'AclStatus' ,
8285 'acl_type' : 'AclType' ,
8386 'bandwidth' : 'Bandwidth' ,
87+ 'ca_certificate_id' : 'CACertificateId' ,
88+ 'ca_enabled' : 'CAEnabled' ,
8489 'cert_center_certificate_id' : 'CertCenterCertificateId' ,
8590 'certificate_id' : 'CertificateId' ,
8691 'certificate_source' : 'CertificateSource' ,
@@ -117,10 +122,11 @@ class DescribeListenerAttributesResponse(object):
117122 'start_port' : 'StartPort' ,
118123 'status' : 'Status' ,
119124 'tags' : 'Tags' ,
120- 'update_time' : 'UpdateTime'
125+ 'update_time' : 'UpdateTime' ,
126+ 'waf_protection_enabled' : 'WafProtectionEnabled'
121127 }
122128
123- def __init__ (self , acl_ids = None , acl_status = None , acl_type = None , bandwidth = None , cert_center_certificate_id = None , certificate_id = None , certificate_source = None , client_body_timeout = None , client_header_timeout = None , connection_drain_enabled = None , connection_drain_timeout = None , cookie = None , create_time = None , description = None , enabled = None , end_port = None , established_timeout = None , health_check = None , http2_enabled = None , keepalive_timeout = None , listener_id = None , listener_name = None , load_balancer_id = None , persistence_timeout = None , persistence_type = None , port = None , protocol = None , proxy_connect_timeout = None , proxy_protocol_type = None , proxy_read_timeout = None , proxy_send_timeout = None , request_id = None , response_check_enabled = None , scheduler = None , security_policy_id = None , send_timeout = None , server_group_id = None , start_port = None , status = None , tags = None , update_time = None , _configuration = None ): # noqa: E501
129+ def __init__ (self , acl_ids = None , acl_status = None , acl_type = None , bandwidth = None , ca_certificate_id = None , ca_enabled = None , cert_center_certificate_id = None , certificate_id = None , certificate_source = None , client_body_timeout = None , client_header_timeout = None , connection_drain_enabled = None , connection_drain_timeout = None , cookie = None , create_time = None , description = None , enabled = None , end_port = None , established_timeout = None , health_check = None , http2_enabled = None , keepalive_timeout = None , listener_id = None , listener_name = None , load_balancer_id = None , persistence_timeout = None , persistence_type = None , port = None , protocol = None , proxy_connect_timeout = None , proxy_protocol_type = None , proxy_read_timeout = None , proxy_send_timeout = None , request_id = None , response_check_enabled = None , scheduler = None , security_policy_id = None , send_timeout = None , server_group_id = None , start_port = None , status = None , tags = None , update_time = None , waf_protection_enabled = None , _configuration = None ): # noqa: E501
124130 """DescribeListenerAttributesResponse - a model defined in Swagger""" # noqa: E501
125131 if _configuration is None :
126132 _configuration = Configuration ()
@@ -130,6 +136,8 @@ def __init__(self, acl_ids=None, acl_status=None, acl_type=None, bandwidth=None,
130136 self ._acl_status = None
131137 self ._acl_type = None
132138 self ._bandwidth = None
139+ self ._ca_certificate_id = None
140+ self ._ca_enabled = None
133141 self ._cert_center_certificate_id = None
134142 self ._certificate_id = None
135143 self ._certificate_source = None
@@ -167,6 +175,7 @@ def __init__(self, acl_ids=None, acl_status=None, acl_type=None, bandwidth=None,
167175 self ._status = None
168176 self ._tags = None
169177 self ._update_time = None
178+ self ._waf_protection_enabled = None
170179 self .discriminator = None
171180
172181 if acl_ids is not None :
@@ -177,6 +186,10 @@ def __init__(self, acl_ids=None, acl_status=None, acl_type=None, bandwidth=None,
177186 self .acl_type = acl_type
178187 if bandwidth is not None :
179188 self .bandwidth = bandwidth
189+ if ca_certificate_id is not None :
190+ self .ca_certificate_id = ca_certificate_id
191+ if ca_enabled is not None :
192+ self .ca_enabled = ca_enabled
180193 if cert_center_certificate_id is not None :
181194 self .cert_center_certificate_id = cert_center_certificate_id
182195 if certificate_id is not None :
@@ -251,6 +264,8 @@ def __init__(self, acl_ids=None, acl_status=None, acl_type=None, bandwidth=None,
251264 self .tags = tags
252265 if update_time is not None :
253266 self .update_time = update_time
267+ if waf_protection_enabled is not None :
268+ self .waf_protection_enabled = waf_protection_enabled
254269
255270 @property
256271 def acl_ids (self ):
@@ -336,6 +351,48 @@ def bandwidth(self, bandwidth):
336351
337352 self ._bandwidth = bandwidth
338353
354+ @property
355+ def ca_certificate_id (self ):
356+ """Gets the ca_certificate_id of this DescribeListenerAttributesResponse. # noqa: E501
357+
358+
359+ :return: The ca_certificate_id of this DescribeListenerAttributesResponse. # noqa: E501
360+ :rtype: str
361+ """
362+ return self ._ca_certificate_id
363+
364+ @ca_certificate_id .setter
365+ def ca_certificate_id (self , ca_certificate_id ):
366+ """Sets the ca_certificate_id of this DescribeListenerAttributesResponse.
367+
368+
369+ :param ca_certificate_id: The ca_certificate_id of this DescribeListenerAttributesResponse. # noqa: E501
370+ :type: str
371+ """
372+
373+ self ._ca_certificate_id = ca_certificate_id
374+
375+ @property
376+ def ca_enabled (self ):
377+ """Gets the ca_enabled of this DescribeListenerAttributesResponse. # noqa: E501
378+
379+
380+ :return: The ca_enabled of this DescribeListenerAttributesResponse. # noqa: E501
381+ :rtype: str
382+ """
383+ return self ._ca_enabled
384+
385+ @ca_enabled .setter
386+ def ca_enabled (self , ca_enabled ):
387+ """Sets the ca_enabled of this DescribeListenerAttributesResponse.
388+
389+
390+ :param ca_enabled: The ca_enabled of this DescribeListenerAttributesResponse. # noqa: E501
391+ :type: str
392+ """
393+
394+ self ._ca_enabled = ca_enabled
395+
339396 @property
340397 def cert_center_certificate_id (self ):
341398 """Gets the cert_center_certificate_id of this DescribeListenerAttributesResponse. # noqa: E501
@@ -1113,6 +1170,27 @@ def update_time(self, update_time):
11131170
11141171 self ._update_time = update_time
11151172
1173+ @property
1174+ def waf_protection_enabled (self ):
1175+ """Gets the waf_protection_enabled of this DescribeListenerAttributesResponse. # noqa: E501
1176+
1177+
1178+ :return: The waf_protection_enabled of this DescribeListenerAttributesResponse. # noqa: E501
1179+ :rtype: str
1180+ """
1181+ return self ._waf_protection_enabled
1182+
1183+ @waf_protection_enabled .setter
1184+ def waf_protection_enabled (self , waf_protection_enabled ):
1185+ """Sets the waf_protection_enabled of this DescribeListenerAttributesResponse.
1186+
1187+
1188+ :param waf_protection_enabled: The waf_protection_enabled of this DescribeListenerAttributesResponse. # noqa: E501
1189+ :type: str
1190+ """
1191+
1192+ self ._waf_protection_enabled = waf_protection_enabled
1193+
11161194 def to_dict (self ):
11171195 """Returns the model properties as a dict"""
11181196 result = {}
0 commit comments