@@ -37,7 +37,9 @@ class DescribeListenerAttributesResponse(object):
3737 'acl_status' : 'str' ,
3838 'acl_type' : 'str' ,
3939 'bandwidth' : 'int' ,
40+ 'cert_center_certificate_id' : 'str' ,
4041 'certificate_id' : 'str' ,
42+ 'certificate_source' : 'str' ,
4143 'client_body_timeout' : 'int' ,
4244 'client_header_timeout' : 'int' ,
4345 'connection_drain_enabled' : 'str' ,
@@ -63,6 +65,7 @@ class DescribeListenerAttributesResponse(object):
6365 'proxy_read_timeout' : 'int' ,
6466 'proxy_send_timeout' : 'int' ,
6567 'request_id' : 'str' ,
68+ 'response_check_enabled' : 'str' ,
6669 'scheduler' : 'str' ,
6770 'security_policy_id' : 'str' ,
6871 'send_timeout' : 'int' ,
@@ -78,7 +81,9 @@ class DescribeListenerAttributesResponse(object):
7881 'acl_status' : 'AclStatus' ,
7982 'acl_type' : 'AclType' ,
8083 'bandwidth' : 'Bandwidth' ,
84+ 'cert_center_certificate_id' : 'CertCenterCertificateId' ,
8185 'certificate_id' : 'CertificateId' ,
86+ 'certificate_source' : 'CertificateSource' ,
8287 'client_body_timeout' : 'ClientBodyTimeout' ,
8388 'client_header_timeout' : 'ClientHeaderTimeout' ,
8489 'connection_drain_enabled' : 'ConnectionDrainEnabled' ,
@@ -104,6 +109,7 @@ class DescribeListenerAttributesResponse(object):
104109 'proxy_read_timeout' : 'ProxyReadTimeout' ,
105110 'proxy_send_timeout' : 'ProxySendTimeout' ,
106111 'request_id' : 'RequestId' ,
112+ 'response_check_enabled' : 'ResponseCheckEnabled' ,
107113 'scheduler' : 'Scheduler' ,
108114 'security_policy_id' : 'SecurityPolicyId' ,
109115 'send_timeout' : 'SendTimeout' ,
@@ -114,7 +120,7 @@ class DescribeListenerAttributesResponse(object):
114120 'update_time' : 'UpdateTime'
115121 }
116122
117- def __init__ (self , acl_ids = None , acl_status = None , acl_type = None , bandwidth = None , certificate_id = 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 , 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
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
118124 """DescribeListenerAttributesResponse - a model defined in Swagger""" # noqa: E501
119125 if _configuration is None :
120126 _configuration = Configuration ()
@@ -124,7 +130,9 @@ def __init__(self, acl_ids=None, acl_status=None, acl_type=None, bandwidth=None,
124130 self ._acl_status = None
125131 self ._acl_type = None
126132 self ._bandwidth = None
133+ self ._cert_center_certificate_id = None
127134 self ._certificate_id = None
135+ self ._certificate_source = None
128136 self ._client_body_timeout = None
129137 self ._client_header_timeout = None
130138 self ._connection_drain_enabled = None
@@ -150,6 +158,7 @@ def __init__(self, acl_ids=None, acl_status=None, acl_type=None, bandwidth=None,
150158 self ._proxy_read_timeout = None
151159 self ._proxy_send_timeout = None
152160 self ._request_id = None
161+ self ._response_check_enabled = None
153162 self ._scheduler = None
154163 self ._security_policy_id = None
155164 self ._send_timeout = None
@@ -168,8 +177,12 @@ def __init__(self, acl_ids=None, acl_status=None, acl_type=None, bandwidth=None,
168177 self .acl_type = acl_type
169178 if bandwidth is not None :
170179 self .bandwidth = bandwidth
180+ if cert_center_certificate_id is not None :
181+ self .cert_center_certificate_id = cert_center_certificate_id
171182 if certificate_id is not None :
172183 self .certificate_id = certificate_id
184+ if certificate_source is not None :
185+ self .certificate_source = certificate_source
173186 if client_body_timeout is not None :
174187 self .client_body_timeout = client_body_timeout
175188 if client_header_timeout is not None :
@@ -220,6 +233,8 @@ def __init__(self, acl_ids=None, acl_status=None, acl_type=None, bandwidth=None,
220233 self .proxy_send_timeout = proxy_send_timeout
221234 if request_id is not None :
222235 self .request_id = request_id
236+ if response_check_enabled is not None :
237+ self .response_check_enabled = response_check_enabled
223238 if scheduler is not None :
224239 self .scheduler = scheduler
225240 if security_policy_id is not None :
@@ -321,6 +336,27 @@ def bandwidth(self, bandwidth):
321336
322337 self ._bandwidth = bandwidth
323338
339+ @property
340+ def cert_center_certificate_id (self ):
341+ """Gets the cert_center_certificate_id of this DescribeListenerAttributesResponse. # noqa: E501
342+
343+
344+ :return: The cert_center_certificate_id of this DescribeListenerAttributesResponse. # noqa: E501
345+ :rtype: str
346+ """
347+ return self ._cert_center_certificate_id
348+
349+ @cert_center_certificate_id .setter
350+ def cert_center_certificate_id (self , cert_center_certificate_id ):
351+ """Sets the cert_center_certificate_id of this DescribeListenerAttributesResponse.
352+
353+
354+ :param cert_center_certificate_id: The cert_center_certificate_id of this DescribeListenerAttributesResponse. # noqa: E501
355+ :type: str
356+ """
357+
358+ self ._cert_center_certificate_id = cert_center_certificate_id
359+
324360 @property
325361 def certificate_id (self ):
326362 """Gets the certificate_id of this DescribeListenerAttributesResponse. # noqa: E501
@@ -342,6 +378,27 @@ def certificate_id(self, certificate_id):
342378
343379 self ._certificate_id = certificate_id
344380
381+ @property
382+ def certificate_source (self ):
383+ """Gets the certificate_source of this DescribeListenerAttributesResponse. # noqa: E501
384+
385+
386+ :return: The certificate_source of this DescribeListenerAttributesResponse. # noqa: E501
387+ :rtype: str
388+ """
389+ return self ._certificate_source
390+
391+ @certificate_source .setter
392+ def certificate_source (self , certificate_source ):
393+ """Sets the certificate_source of this DescribeListenerAttributesResponse.
394+
395+
396+ :param certificate_source: The certificate_source of this DescribeListenerAttributesResponse. # noqa: E501
397+ :type: str
398+ """
399+
400+ self ._certificate_source = certificate_source
401+
345402 @property
346403 def client_body_timeout (self ):
347404 """Gets the client_body_timeout of this DescribeListenerAttributesResponse. # noqa: E501
@@ -867,6 +924,27 @@ def request_id(self, request_id):
867924
868925 self ._request_id = request_id
869926
927+ @property
928+ def response_check_enabled (self ):
929+ """Gets the response_check_enabled of this DescribeListenerAttributesResponse. # noqa: E501
930+
931+
932+ :return: The response_check_enabled of this DescribeListenerAttributesResponse. # noqa: E501
933+ :rtype: str
934+ """
935+ return self ._response_check_enabled
936+
937+ @response_check_enabled .setter
938+ def response_check_enabled (self , response_check_enabled ):
939+ """Sets the response_check_enabled of this DescribeListenerAttributesResponse.
940+
941+
942+ :param response_check_enabled: The response_check_enabled of this DescribeListenerAttributesResponse. # noqa: E501
943+ :type: str
944+ """
945+
946+ self ._response_check_enabled = response_check_enabled
947+
870948 @property
871949 def scheduler (self ):
872950 """Gets the scheduler of this DescribeListenerAttributesResponse. # noqa: E501
0 commit comments