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