TLS Edge TLS Termination Module¶
Do not construct this object directly, instead access the
tls_edge_tls_termination_module property of an ngrok.Client object.
-
class
ngrok.services.TLSEdgeTLSTerminationModuleClient(client)[source]¶ -
delete(id)[source]¶ - Parameters
id (
str) – a resource identifier
https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-delete
-
get(id)[source]¶ - Parameters
id (
str) – a resource identifier
https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-get
- Return type
-
replace(id, module=None)[source]¶ - Parameters
id (
str) –module (
Optional[EndpointTLSTermination]) –
https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-replace
- Return type
-