TCP Edge IP Restriction Module#
Do not construct this object directly, instead access the
tcp_edge_ip_restriction_module
property of an ngrok.Client
object.
- class ngrok.services.TCPEdgeIPRestrictionModuleClient(client)[source]#
- delete(id)[source]#
- Parameters:
id (
str
) – a resource identifier
https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-delete
- get(id)[source]#
- Parameters:
id (
str
) – a resource identifier
https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-get
- Return type:
- replace(id, module=None)[source]#
- Parameters:
id (
str
) –module (
EndpointIPPolicyMutate
) –
https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-replace
- Return type: