ngrok-api 0.15.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/doc/NgrokAPI/Client.html +325 -267
- data/doc/NgrokAPI/Error.html +3 -3
- data/doc/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/doc/NgrokAPI/Errors.html +3 -3
- data/doc/NgrokAPI/HttpClient.html +30 -36
- data/doc/NgrokAPI/Models/APIKey.html +3 -3
- data/doc/NgrokAPI/Models/AWSAuth.html +3 -3
- data/doc/NgrokAPI/Models/AWSCredentials.html +3 -3
- data/doc/NgrokAPI/Models/AWSRole.html +3 -3
- data/doc/NgrokAPI/Models/AbuseReport.html +3 -3
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +3 -3
- data/doc/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/doc/NgrokAPI/Models/CertificateAuthority.html +3 -3
- data/doc/NgrokAPI/Models/Credential.html +3 -3
- data/doc/NgrokAPI/Models/Endpoint.html +1431 -0
- data/doc/NgrokAPI/Models/{EndpointLogging.html → EndpointBackend.html} +42 -42
- data/{docs/NgrokAPI/Models/EndpointLoggingMutate.html → doc/NgrokAPI/Models/EndpointBackendMutate.html} +42 -42
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
- data/doc/NgrokAPI/Models/EndpointCompression.html +3 -3
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuth.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOIDC.html +3 -3
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
- data/doc/NgrokAPI/Models/EndpointSAML.html +3 -3
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
- data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/doc/NgrokAPI/Models/EventDestination.html +7 -7
- data/doc/NgrokAPI/Models/EventSource.html +3 -3
- data/doc/NgrokAPI/Models/EventSourceList.html +3 -3
- data/doc/NgrokAPI/Models/EventSourceReplace.html +3 -3
- data/doc/NgrokAPI/Models/EventSubscription.html +3 -3
- data/doc/NgrokAPI/Models/EventTarget.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +3 -3
- data/doc/NgrokAPI/Models/FailoverBackend.html +1075 -0
- data/doc/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
- data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPSEdge.html} +119 -119
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +203 -265
- data/doc/NgrokAPI/Models/IPPolicy.html +3 -3
- data/doc/NgrokAPI/Models/IPPolicyRule.html +97 -23
- data/doc/NgrokAPI/Models/IPRestriction.html +3 -3
- data/doc/NgrokAPI/Models/Listable.html +3 -3
- data/doc/NgrokAPI/Models/Ref.html +3 -3
- data/doc/NgrokAPI/Models/ReservedAddr.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomain.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
- data/doc/NgrokAPI/Models/SSHCredential.html +3 -3
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +3 -3
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +3 -3
- data/doc/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +3 -3
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
- data/doc/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/doc/NgrokAPI/Models/Tunnel.html +314 -18
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +3 -3
- data/doc/NgrokAPI/Models/{IPWhitelistEntry.html → WeightedBackend.html} +80 -74
- data/doc/NgrokAPI/Models.html +5 -5
- data/doc/NgrokAPI/PagedIterator.html +3 -3
- data/doc/NgrokAPI/Services/APIKeysClient.html +99 -149
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +19 -33
- data/doc/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
- data/doc/NgrokAPI/Services/CredentialsClient.html +108 -164
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/{EndpointCompressionModuleClient.html → EdgeRouteCompressionModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointOIDCModuleClient.html → doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +177 -95
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +248 -353
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +461 -761
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
- data/doc/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
- data/doc/NgrokAPI/Services/EndpointsClient.html +907 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +119 -187
- data/doc/NgrokAPI/Services/EventSourcesClient.html +95 -157
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +116 -178
- data/doc/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/doc/NgrokAPI/Services/{EndpointSAMLModuleClient.html → HTTPSEdgeMutualTLSModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +114 -184
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +126 -164
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +117 -181
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +117 -473
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +209 -899
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +101 -129
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html} +83 -111
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TLSEdgeIPRestrictionModuleClient.html} +83 -111
- data/{docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html → doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html} +83 -111
- data/{docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +83 -111
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
- data/doc/NgrokAPI/Services/TunnelsClient.html +252 -26
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services.html +5 -5
- data/doc/NgrokAPI.html +4 -4
- data/doc/_index.html +253 -76
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +3 -3
- data/doc/frames.html +1 -1
- data/doc/index.html +3 -3
- data/doc/method_list.html +3559 -1583
- data/doc/top-level-namespace.html +3 -3
- data/docs/NgrokAPI/Client.html +325 -267
- data/docs/NgrokAPI/Error.html +3 -3
- data/docs/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/docs/NgrokAPI/Errors.html +3 -3
- data/docs/NgrokAPI/HttpClient.html +30 -36
- data/docs/NgrokAPI/Models/APIKey.html +3 -3
- data/docs/NgrokAPI/Models/AWSAuth.html +3 -3
- data/docs/NgrokAPI/Models/AWSCredentials.html +3 -3
- data/docs/NgrokAPI/Models/AWSRole.html +3 -3
- data/docs/NgrokAPI/Models/AbuseReport.html +3 -3
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +3 -3
- data/docs/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/docs/NgrokAPI/Models/CertificateAuthority.html +3 -3
- data/docs/NgrokAPI/Models/Credential.html +3 -3
- data/docs/NgrokAPI/Models/Endpoint.html +1431 -0
- data/docs/NgrokAPI/Models/{EndpointLogging.html → EndpointBackend.html} +42 -42
- data/{doc/NgrokAPI/Models/EndpointLoggingMutate.html → docs/NgrokAPI/Models/EndpointBackendMutate.html} +42 -42
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
- data/docs/NgrokAPI/Models/EndpointCompression.html +3 -3
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuth.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOIDC.html +3 -3
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
- data/docs/NgrokAPI/Models/EndpointSAML.html +3 -3
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
- data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/docs/NgrokAPI/Models/EventDestination.html +7 -7
- data/docs/NgrokAPI/Models/EventSource.html +3 -3
- data/docs/NgrokAPI/Models/EventSourceList.html +3 -3
- data/docs/NgrokAPI/Models/EventSourceReplace.html +3 -3
- data/docs/NgrokAPI/Models/EventSubscription.html +3 -3
- data/docs/NgrokAPI/Models/EventTarget.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +3 -3
- data/docs/NgrokAPI/Models/FailoverBackend.html +1075 -0
- data/docs/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
- data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPSEdge.html} +119 -119
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +203 -265
- data/docs/NgrokAPI/Models/IPPolicy.html +3 -3
- data/docs/NgrokAPI/Models/IPPolicyRule.html +97 -23
- data/docs/NgrokAPI/Models/IPRestriction.html +3 -3
- data/docs/NgrokAPI/Models/Listable.html +3 -3
- data/docs/NgrokAPI/Models/Ref.html +3 -3
- data/docs/NgrokAPI/Models/ReservedAddr.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomain.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
- data/docs/NgrokAPI/Models/SSHCredential.html +3 -3
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +3 -3
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +3 -3
- data/docs/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +3 -3
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
- data/docs/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/docs/NgrokAPI/Models/Tunnel.html +314 -18
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +3 -3
- data/docs/NgrokAPI/Models/{IPWhitelistEntry.html → WeightedBackend.html} +80 -74
- data/docs/NgrokAPI/Models.html +5 -5
- data/docs/NgrokAPI/PagedIterator.html +3 -3
- data/docs/NgrokAPI/Services/APIKeysClient.html +99 -149
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +19 -33
- data/docs/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
- data/docs/NgrokAPI/Services/CredentialsClient.html +108 -164
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/{doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/{EndpointCompressionModuleClient.html → EdgeRouteCompressionModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +248 -353
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +461 -761
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
- data/docs/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
- data/docs/NgrokAPI/Services/EndpointsClient.html +907 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +119 -187
- data/docs/NgrokAPI/Services/EventSourcesClient.html +95 -157
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +116 -178
- data/docs/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +114 -184
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +126 -164
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +117 -181
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +117 -473
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +209 -899
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
- data/{doc/NgrokAPI/Services/EndpointOAuthModuleClient.html → docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → TLSEdgeBackendModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1043 -0
- data/{doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html → docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html} +83 -111
- data/{doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +83 -111
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
- data/docs/NgrokAPI/Services/TunnelsClient.html +252 -26
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services.html +5 -5
- data/docs/NgrokAPI.html +4 -4
- data/docs/_index.html +253 -76
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -3
- data/docs/frames.html +1 -1
- data/docs/index.html +3 -3
- data/docs/method_list.html +3559 -1583
- data/docs/top-level-namespace.html +3 -3
- data/lib/ngrokapi/client.rb +52 -37
- data/lib/ngrokapi/http_client.rb +1 -4
- data/lib/ngrokapi/models/{ip_whitelist_entry.rb → agent_ingress.rb} +13 -9
- data/lib/ngrokapi/models/endpoint.rb +49 -0
- data/lib/ngrokapi/models/{endpoint_logging.rb → endpoint_backend.rb} +3 -3
- data/lib/ngrokapi/models/{endpoint_logging_mutate.rb → endpoint_backend_mutate.rb} +3 -3
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +27 -0
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +25 -0
- data/lib/ngrokapi/models/event_destination.rb +1 -2
- data/lib/ngrokapi/models/{event_stream.rb → failover_backend.rb} +15 -27
- data/lib/ngrokapi/models/http_response_backend.rb +71 -0
- data/lib/ngrokapi/models/https_edge.rb +80 -0
- data/lib/ngrokapi/models/{endpoint_configuration.rb → https_edge_route.rb} +56 -53
- data/lib/ngrokapi/models/ip_policy_rule.rb +3 -1
- data/lib/ngrokapi/models/tcp_edge.rb +78 -0
- data/lib/ngrokapi/models/tls_edge.rb +88 -0
- data/lib/ngrokapi/models/tunnel.rb +9 -1
- data/lib/ngrokapi/models/tunnel_group_backend.rb +67 -0
- data/lib/ngrokapi/models/weighted_backend.rb +65 -0
- data/lib/ngrokapi/services/abuse_reports_client.rb +3 -10
- data/lib/ngrokapi/services/agent_ingresses_client.rb +206 -0
- data/lib/ngrokapi/services/api_keys_client.rb +11 -36
- data/lib/ngrokapi/services/certificate_authorities_client.rb +11 -37
- data/lib/ngrokapi/services/credentials_client.rb +11 -39
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_circuit_breaker_module_client.rb → edge_route_circuit_breaker_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_compression_module_client.rb → edge_route_compression_module_client.rb} +37 -39
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_o_auth_module_client.rb → edge_route_o_auth_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → edge_route_oidc_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_request_headers_module_client.rb → edge_route_request_headers_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_response_headers_module_client.rb → edge_route_response_headers_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → edge_route_saml_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_webhook_validation_module_client.rb → edge_route_webhook_verification_module_client.rb} +37 -39
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +120 -0
- data/lib/ngrokapi/services/edges_https_client.rb +227 -0
- data/lib/ngrokapi/services/edges_https_routes_client.rb +244 -0
- data/lib/ngrokapi/services/edges_tcp_client.rb +227 -0
- data/lib/ngrokapi/services/edges_tls_client.rb +239 -0
- data/lib/ngrokapi/services/endpoints_client.rb +114 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +13 -49
- data/lib/ngrokapi/services/event_sources_client.rb +9 -40
- data/lib/ngrokapi/services/event_subscriptions_client.rb +14 -45
- data/lib/ngrokapi/services/failover_backends_client.rb +214 -0
- data/lib/ngrokapi/services/http_response_backends_client.rb +199 -0
- data/lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb +108 -0
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +108 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +11 -39
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +13 -40
- data/lib/ngrokapi/services/ip_restrictions_client.rb +12 -44
- data/lib/ngrokapi/services/reserved_addrs_client.rb +11 -81
- data/lib/ngrokapi/services/reserved_domains_client.rb +15 -144
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +11 -39
- data/lib/ngrokapi/services/ssh_credentials_client.rb +11 -40
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +11 -41
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +11 -43
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +31 -45
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -35
- data/lib/ngrokapi/services/tls_certificates_client.rb +11 -38
- data/lib/ngrokapi/services/tls_edge_backend_module_client.rb +108 -0
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +108 -0
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -35
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -35
- data/lib/ngrokapi/services/{ip_whitelist_client.rb → tunnel_group_backends_client.rb} +70 -93
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +12 -36
- data/lib/ngrokapi/services/tunnels_client.rb +39 -10
- data/lib/ngrokapi/services/weighted_backends_client.rb +214 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/ngrok-api.gemspec +1 -1
- data/spec/ngrokapi/client_spec.rb +50 -29
- data/spec/ngrokapi/models/agent_ingress_spec.rb +42 -0
- data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_backend_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
- data/spec/ngrokapi/models/failover_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/http_response_backend_spec.rb +51 -0
- data/spec/ngrokapi/models/https_edge_route_spec.rb +81 -0
- data/spec/ngrokapi/models/https_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tls_edge_spec.rb +57 -0
- data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
- data/spec/ngrokapi/services/{ip_whitelist_client_spec.rb → agent_ingresses_client_spec.rb} +49 -49
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{event_streams_client_spec.rb → edges_https_client_spec.rb} +106 -108
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +241 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +175 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +187 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +163 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +175 -0
- data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -1
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +3 -1
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -44
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -88
- data/spec/ngrokapi/services/{endpoint_logging_module_client_spec.rb → tcp_edge_backend_module_client_spec.rb} +40 -40
- data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +163 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +163 -0
- data/spec/spec_helper.rb +1389 -1045
- metadata +175 -83
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -357
- data/lib/ngrokapi/services/event_streams_client.rb +0 -259
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
- data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
- data/spec/ngrokapi/models/ip_whitelist_entry_spec.rb +0 -42
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
@@ -4,9 +4,9 @@
|
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
|
-
Class: NgrokAPI::Models::
|
7
|
+
Class: NgrokAPI::Models::HTTPSEdgeRoute
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
16
16
|
|
17
17
|
<script type="text/javascript">
|
18
|
-
pathId = "NgrokAPI::Models::
|
18
|
+
pathId = "NgrokAPI::Models::HTTPSEdgeRoute";
|
19
19
|
relpath = '../../';
|
20
20
|
</script>
|
21
21
|
|
@@ -36,10 +36,10 @@
|
|
36
36
|
<div id="header">
|
37
37
|
<div id="menu">
|
38
38
|
|
39
|
-
<a href="../../_index.html">Index (
|
39
|
+
<a href="../../_index.html">Index (H)</a> »
|
40
40
|
<span class='title'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span> » <span class='title'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span>
|
41
41
|
»
|
42
|
-
<span class="title">
|
42
|
+
<span class="title">HTTPSEdgeRoute</span>
|
43
43
|
|
44
44
|
</div>
|
45
45
|
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<div class="clear"></div>
|
60
60
|
</div>
|
61
61
|
|
62
|
-
<div id="content"><h1>Class: NgrokAPI::Models::
|
62
|
+
<div id="content"><h1>Class: NgrokAPI::Models::HTTPSEdgeRoute
|
63
63
|
|
64
64
|
|
65
65
|
|
@@ -74,7 +74,7 @@
|
|
74
74
|
<ul class="fullTree">
|
75
75
|
<li>Object</li>
|
76
76
|
|
77
|
-
<li class="next">NgrokAPI::Models::
|
77
|
+
<li class="next">NgrokAPI::Models::HTTPSEdgeRoute</li>
|
78
78
|
|
79
79
|
</ul>
|
80
80
|
<a href="#" class="inheritanceTree">show all</a>
|
@@ -94,7 +94,7 @@
|
|
94
94
|
|
95
95
|
<dl>
|
96
96
|
<dt>Defined in:</dt>
|
97
|
-
<dd>lib/ngrokapi/models/
|
97
|
+
<dd>lib/ngrokapi/models/https_edge_route.rb</dd>
|
98
98
|
</dl>
|
99
99
|
|
100
100
|
</div>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
<li class="public ">
|
139
139
|
<span class="summary_signature">
|
140
140
|
|
141
|
-
<a href="#
|
141
|
+
<a href="#circuit_breaker-instance_method" title="#circuit_breaker (instance method)">#<strong>circuit_breaker</strong> ⇒ Object </a>
|
142
142
|
|
143
143
|
|
144
144
|
|
@@ -158,7 +158,7 @@
|
|
158
158
|
|
159
159
|
|
160
160
|
<span class="summary_desc"><div class='inline'>
|
161
|
-
<p>Returns the value of attribute
|
161
|
+
<p>Returns the value of attribute circuit_breaker.</p>
|
162
162
|
</div></span>
|
163
163
|
|
164
164
|
</li>
|
@@ -167,7 +167,7 @@
|
|
167
167
|
<li class="public ">
|
168
168
|
<span class="summary_signature">
|
169
169
|
|
170
|
-
<a href="#
|
170
|
+
<a href="#client-instance_method" title="#client (instance method)">#<strong>client</strong> ⇒ Object </a>
|
171
171
|
|
172
172
|
|
173
173
|
|
@@ -187,7 +187,7 @@
|
|
187
187
|
|
188
188
|
|
189
189
|
<span class="summary_desc"><div class='inline'>
|
190
|
-
<p>Returns the value of attribute
|
190
|
+
<p>Returns the value of attribute client.</p>
|
191
191
|
</div></span>
|
192
192
|
|
193
193
|
</li>
|
@@ -196,7 +196,7 @@
|
|
196
196
|
<li class="public ">
|
197
197
|
<span class="summary_signature">
|
198
198
|
|
199
|
-
<a href="#
|
199
|
+
<a href="#compression-instance_method" title="#compression (instance method)">#<strong>compression</strong> ⇒ Object </a>
|
200
200
|
|
201
201
|
|
202
202
|
|
@@ -216,7 +216,7 @@
|
|
216
216
|
|
217
217
|
|
218
218
|
<span class="summary_desc"><div class='inline'>
|
219
|
-
<p>Returns the value of attribute
|
219
|
+
<p>Returns the value of attribute compression.</p>
|
220
220
|
</div></span>
|
221
221
|
|
222
222
|
</li>
|
@@ -225,7 +225,7 @@
|
|
225
225
|
<li class="public ">
|
226
226
|
<span class="summary_signature">
|
227
227
|
|
228
|
-
<a href="#
|
228
|
+
<a href="#created_at-instance_method" title="#created_at (instance method)">#<strong>created_at</strong> ⇒ Object </a>
|
229
229
|
|
230
230
|
|
231
231
|
|
@@ -245,7 +245,7 @@
|
|
245
245
|
|
246
246
|
|
247
247
|
<span class="summary_desc"><div class='inline'>
|
248
|
-
<p>Returns the value of attribute
|
248
|
+
<p>Returns the value of attribute created_at.</p>
|
249
249
|
</div></span>
|
250
250
|
|
251
251
|
</li>
|
@@ -254,7 +254,7 @@
|
|
254
254
|
<li class="public ">
|
255
255
|
<span class="summary_signature">
|
256
256
|
|
257
|
-
<a href="#
|
257
|
+
<a href="#description-instance_method" title="#description (instance method)">#<strong>description</strong> ⇒ Object </a>
|
258
258
|
|
259
259
|
|
260
260
|
|
@@ -274,7 +274,7 @@
|
|
274
274
|
|
275
275
|
|
276
276
|
<span class="summary_desc"><div class='inline'>
|
277
|
-
<p>Returns the value of attribute
|
277
|
+
<p>Returns the value of attribute description.</p>
|
278
278
|
</div></span>
|
279
279
|
|
280
280
|
</li>
|
@@ -283,7 +283,7 @@
|
|
283
283
|
<li class="public ">
|
284
284
|
<span class="summary_signature">
|
285
285
|
|
286
|
-
<a href="#
|
286
|
+
<a href="#edge_id-instance_method" title="#edge_id (instance method)">#<strong>edge_id</strong> ⇒ Object </a>
|
287
287
|
|
288
288
|
|
289
289
|
|
@@ -303,7 +303,7 @@
|
|
303
303
|
|
304
304
|
|
305
305
|
<span class="summary_desc"><div class='inline'>
|
306
|
-
<p>Returns the value of attribute
|
306
|
+
<p>Returns the value of attribute edge_id.</p>
|
307
307
|
</div></span>
|
308
308
|
|
309
309
|
</li>
|
@@ -341,7 +341,7 @@
|
|
341
341
|
<li class="public ">
|
342
342
|
<span class="summary_signature">
|
343
343
|
|
344
|
-
<a href="#
|
344
|
+
<a href="#ip_restriction-instance_method" title="#ip_restriction (instance method)">#<strong>ip_restriction</strong> ⇒ Object </a>
|
345
345
|
|
346
346
|
|
347
347
|
|
@@ -361,7 +361,7 @@
|
|
361
361
|
|
362
362
|
|
363
363
|
<span class="summary_desc"><div class='inline'>
|
364
|
-
<p>Returns the value of attribute
|
364
|
+
<p>Returns the value of attribute ip_restriction.</p>
|
365
365
|
</div></span>
|
366
366
|
|
367
367
|
</li>
|
@@ -370,7 +370,7 @@
|
|
370
370
|
<li class="public ">
|
371
371
|
<span class="summary_signature">
|
372
372
|
|
373
|
-
<a href="#
|
373
|
+
<a href="#match-instance_method" title="#match (instance method)">#<strong>match</strong> ⇒ Object </a>
|
374
374
|
|
375
375
|
|
376
376
|
|
@@ -390,7 +390,7 @@
|
|
390
390
|
|
391
391
|
|
392
392
|
<span class="summary_desc"><div class='inline'>
|
393
|
-
<p>Returns the value of attribute
|
393
|
+
<p>Returns the value of attribute match.</p>
|
394
394
|
</div></span>
|
395
395
|
|
396
396
|
</li>
|
@@ -399,7 +399,7 @@
|
|
399
399
|
<li class="public ">
|
400
400
|
<span class="summary_signature">
|
401
401
|
|
402
|
-
<a href="#
|
402
|
+
<a href="#match_type-instance_method" title="#match_type (instance method)">#<strong>match_type</strong> ⇒ Object </a>
|
403
403
|
|
404
404
|
|
405
405
|
|
@@ -419,7 +419,7 @@
|
|
419
419
|
|
420
420
|
|
421
421
|
<span class="summary_desc"><div class='inline'>
|
422
|
-
<p>Returns the value of attribute
|
422
|
+
<p>Returns the value of attribute match_type.</p>
|
423
423
|
</div></span>
|
424
424
|
|
425
425
|
</li>
|
@@ -428,7 +428,7 @@
|
|
428
428
|
<li class="public ">
|
429
429
|
<span class="summary_signature">
|
430
430
|
|
431
|
-
<a href="#
|
431
|
+
<a href="#metadata-instance_method" title="#metadata (instance method)">#<strong>metadata</strong> ⇒ Object </a>
|
432
432
|
|
433
433
|
|
434
434
|
|
@@ -448,7 +448,7 @@
|
|
448
448
|
|
449
449
|
|
450
450
|
<span class="summary_desc"><div class='inline'>
|
451
|
-
<p>Returns the value of attribute
|
451
|
+
<p>Returns the value of attribute metadata.</p>
|
452
452
|
</div></span>
|
453
453
|
|
454
454
|
</li>
|
@@ -631,36 +631,7 @@
|
|
631
631
|
<li class="public ">
|
632
632
|
<span class="summary_signature">
|
633
633
|
|
634
|
-
<a href="#
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
</span>
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
<span class="note title readonly">readonly</span>
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
<span class="summary_desc"><div class='inline'>
|
654
|
-
<p>Returns the value of attribute tls_termination.</p>
|
655
|
-
</div></span>
|
656
|
-
|
657
|
-
</li>
|
658
|
-
|
659
|
-
|
660
|
-
<li class="public ">
|
661
|
-
<span class="summary_signature">
|
662
|
-
|
663
|
-
<a href="#type-instance_method" title="#type (instance method)">#<strong>type</strong> ⇒ Object </a>
|
634
|
+
<a href="#uri-instance_method" title="#uri (instance method)">#<strong>uri</strong> ⇒ Object </a>
|
664
635
|
|
665
636
|
|
666
637
|
|
@@ -680,7 +651,7 @@
|
|
680
651
|
|
681
652
|
|
682
653
|
<span class="summary_desc"><div class='inline'>
|
683
|
-
<p>Returns the value of attribute
|
654
|
+
<p>Returns the value of attribute uri.</p>
|
684
655
|
</div></span>
|
685
656
|
|
686
657
|
</li>
|
@@ -689,7 +660,7 @@
|
|
689
660
|
<li class="public ">
|
690
661
|
<span class="summary_signature">
|
691
662
|
|
692
|
-
<a href="#
|
663
|
+
<a href="#webhook_verification-instance_method" title="#webhook_verification (instance method)">#<strong>webhook_verification</strong> ⇒ Object </a>
|
693
664
|
|
694
665
|
|
695
666
|
|
@@ -709,7 +680,7 @@
|
|
709
680
|
|
710
681
|
|
711
682
|
<span class="summary_desc"><div class='inline'>
|
712
|
-
<p>Returns the value of attribute
|
683
|
+
<p>Returns the value of attribute webhook_verification.</p>
|
713
684
|
</div></span>
|
714
685
|
|
715
686
|
</li>
|
@@ -718,7 +689,7 @@
|
|
718
689
|
<li class="public ">
|
719
690
|
<span class="summary_signature">
|
720
691
|
|
721
|
-
<a href="#
|
692
|
+
<a href="#websocket_tcp_converter-instance_method" title="#websocket_tcp_converter (instance method)">#<strong>websocket_tcp_converter</strong> ⇒ Object </a>
|
722
693
|
|
723
694
|
|
724
695
|
|
@@ -738,7 +709,7 @@
|
|
738
709
|
|
739
710
|
|
740
711
|
<span class="summary_desc"><div class='inline'>
|
741
|
-
<p>Returns the value of attribute
|
712
|
+
<p>Returns the value of attribute websocket_tcp_converter.</p>
|
742
713
|
</div></span>
|
743
714
|
|
744
715
|
</li>
|
@@ -797,7 +768,7 @@
|
|
797
768
|
|
798
769
|
|
799
770
|
<span class="summary_desc"><div class='inline'>
|
800
|
-
<p>Delete an
|
771
|
+
<p>Delete an HTTPS Edge Route by ID.</p>
|
801
772
|
</div></span>
|
802
773
|
|
803
774
|
</li>
|
@@ -806,7 +777,7 @@
|
|
806
777
|
<li class="public ">
|
807
778
|
<span class="summary_signature">
|
808
779
|
|
809
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒
|
780
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒ HTTPSEdgeRoute </a>
|
810
781
|
|
811
782
|
|
812
783
|
|
@@ -823,7 +794,7 @@
|
|
823
794
|
|
824
795
|
|
825
796
|
<span class="summary_desc"><div class='inline'>
|
826
|
-
<p>A new instance of
|
797
|
+
<p>A new instance of HTTPSEdgeRoute.</p>
|
827
798
|
</div></span>
|
828
799
|
|
829
800
|
</li>
|
@@ -854,7 +825,7 @@
|
|
854
825
|
<li class="public ">
|
855
826
|
<span class="summary_signature">
|
856
827
|
|
857
|
-
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(
|
828
|
+
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(match_type: "", match: "", description: "", metadata: "", backend: nil, ip_restriction: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, webhook_verification: nil, oauth: nil, saml: nil, oidc: nil, websocket_tcp_converter: nil) ⇒ Object </a>
|
858
829
|
|
859
830
|
|
860
831
|
|
@@ -869,7 +840,7 @@
|
|
869
840
|
|
870
841
|
|
871
842
|
<span class="summary_desc"><div class='inline'>
|
872
|
-
<p>Updates an
|
843
|
+
<p>Updates an HTTPS Edge Route by ID.</p>
|
873
844
|
</div></span>
|
874
845
|
|
875
846
|
</li>
|
@@ -884,7 +855,7 @@
|
|
884
855
|
<div class="method_details first">
|
885
856
|
<h3 class="signature first" id="initialize-instance_method">
|
886
857
|
|
887
|
-
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::
|
858
|
+
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::HTTPSEdgeRoute (class)">HTTPSEdgeRoute</a></span></tt>
|
888
859
|
|
889
860
|
|
890
861
|
|
@@ -893,7 +864,7 @@
|
|
893
864
|
</h3><div class="docstring">
|
894
865
|
<div class="discussion">
|
895
866
|
|
896
|
-
<p>Returns a new instance of
|
867
|
+
<p>Returns a new instance of HTTPSEdgeRoute.</p>
|
897
868
|
|
898
869
|
|
899
870
|
</div>
|
@@ -907,6 +878,7 @@
|
|
907
878
|
<pre class="lines">
|
908
879
|
|
909
880
|
|
881
|
+
28
|
910
882
|
29
|
911
883
|
30
|
912
884
|
31
|
@@ -928,36 +900,33 @@
|
|
928
900
|
47
|
929
901
|
48
|
930
902
|
49
|
931
|
-
50
|
932
|
-
51
|
933
|
-
52</pre>
|
903
|
+
50</pre>
|
934
904
|
</td>
|
935
905
|
<td>
|
936
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
906
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 28</span>
|
937
907
|
|
938
908
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span><span class='comma'>,</span> <span class='label'>result:</span><span class='rparen'>)</span>
|
939
909
|
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
940
910
|
<span class='ivar'>@result</span> <span class='op'>=</span> <span class='id identifier rubyid_result'>result</span>
|
911
|
+
<span class='ivar'>@edge_id</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>edge_id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
941
912
|
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
942
|
-
<span class='ivar'>@type</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>type</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
943
|
-
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>description</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
944
|
-
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
945
913
|
<span class='ivar'>@created_at</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>created_at</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
914
|
+
<span class='ivar'>@match_type</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>match_type</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
915
|
+
<span class='ivar'>@match</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>match</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
946
916
|
<span class='ivar'>@uri</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>uri</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
947
|
-
<span class='ivar'>@
|
917
|
+
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>description</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
918
|
+
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
919
|
+
<span class='ivar'>@backend</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>backend</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
920
|
+
<span class='ivar'>@ip_restriction</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>ip_restriction</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
948
921
|
<span class='ivar'>@circuit_breaker</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>circuit_breaker</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
949
922
|
<span class='ivar'>@compression</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>compression</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
950
923
|
<span class='ivar'>@request_headers</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>request_headers</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
951
924
|
<span class='ivar'>@response_headers</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>response_headers</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
952
|
-
<span class='ivar'>@
|
953
|
-
<span class='ivar'>@mutual_tls</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>mutual_tls</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
954
|
-
<span class='ivar'>@tls_termination</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tls_termination</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
955
|
-
<span class='ivar'>@webhook_validation</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>webhook_validation</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
925
|
+
<span class='ivar'>@webhook_verification</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>webhook_verification</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
956
926
|
<span class='ivar'>@oauth</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>oauth</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
957
|
-
<span class='ivar'>@logging</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>logging</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
958
927
|
<span class='ivar'>@saml</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>saml</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
959
928
|
<span class='ivar'>@oidc</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>oidc</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
960
|
-
<span class='ivar'>@
|
929
|
+
<span class='ivar'>@websocket_tcp_converter</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>websocket_tcp_converter</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
961
930
|
<span class='kw'>end</span></pre>
|
962
931
|
</td>
|
963
932
|
</tr>
|
@@ -1002,7 +971,7 @@
|
|
1002
971
|
8</pre>
|
1003
972
|
</td>
|
1004
973
|
<td>
|
1005
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
974
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1006
975
|
|
1007
976
|
<span class='kw'>def</span> <span class='id identifier rubyid_backend'>backend</span>
|
1008
977
|
<span class='ivar'>@backend</span>
|
@@ -1015,9 +984,9 @@
|
|
1015
984
|
|
1016
985
|
<span id=""></span>
|
1017
986
|
<div class="method_details ">
|
1018
|
-
<h3 class="signature " id="
|
987
|
+
<h3 class="signature " id="circuit_breaker-instance_method">
|
1019
988
|
|
1020
|
-
#<strong>
|
989
|
+
#<strong>circuit_breaker</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1021
990
|
|
1022
991
|
|
1023
992
|
|
@@ -1026,7 +995,7 @@
|
|
1026
995
|
</h3><div class="docstring">
|
1027
996
|
<div class="discussion">
|
1028
997
|
|
1029
|
-
<p>Returns the value of attribute
|
998
|
+
<p>Returns the value of attribute circuit_breaker.</p>
|
1030
999
|
|
1031
1000
|
|
1032
1001
|
</div>
|
@@ -1045,10 +1014,10 @@
|
|
1045
1014
|
8</pre>
|
1046
1015
|
</td>
|
1047
1016
|
<td>
|
1048
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1017
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1049
1018
|
|
1050
|
-
<span class='kw'>def</span> <span class='id identifier
|
1051
|
-
<span class='ivar'>@
|
1019
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span>
|
1020
|
+
<span class='ivar'>@circuit_breaker</span>
|
1052
1021
|
<span class='kw'>end</span></pre>
|
1053
1022
|
</td>
|
1054
1023
|
</tr>
|
@@ -1058,9 +1027,9 @@
|
|
1058
1027
|
|
1059
1028
|
<span id=""></span>
|
1060
1029
|
<div class="method_details ">
|
1061
|
-
<h3 class="signature " id="
|
1030
|
+
<h3 class="signature " id="client-instance_method">
|
1062
1031
|
|
1063
|
-
#<strong>
|
1032
|
+
#<strong>client</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1064
1033
|
|
1065
1034
|
|
1066
1035
|
|
@@ -1069,7 +1038,7 @@
|
|
1069
1038
|
</h3><div class="docstring">
|
1070
1039
|
<div class="discussion">
|
1071
1040
|
|
1072
|
-
<p>Returns the value of attribute
|
1041
|
+
<p>Returns the value of attribute client.</p>
|
1073
1042
|
|
1074
1043
|
|
1075
1044
|
</div>
|
@@ -1088,10 +1057,10 @@
|
|
1088
1057
|
8</pre>
|
1089
1058
|
</td>
|
1090
1059
|
<td>
|
1091
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1060
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1092
1061
|
|
1093
|
-
<span class='kw'>def</span> <span class='id identifier
|
1094
|
-
<span class='ivar'>@
|
1062
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
1063
|
+
<span class='ivar'>@client</span>
|
1095
1064
|
<span class='kw'>end</span></pre>
|
1096
1065
|
</td>
|
1097
1066
|
</tr>
|
@@ -1101,9 +1070,9 @@
|
|
1101
1070
|
|
1102
1071
|
<span id=""></span>
|
1103
1072
|
<div class="method_details ">
|
1104
|
-
<h3 class="signature " id="
|
1073
|
+
<h3 class="signature " id="compression-instance_method">
|
1105
1074
|
|
1106
|
-
#<strong>
|
1075
|
+
#<strong>compression</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1107
1076
|
|
1108
1077
|
|
1109
1078
|
|
@@ -1112,7 +1081,7 @@
|
|
1112
1081
|
</h3><div class="docstring">
|
1113
1082
|
<div class="discussion">
|
1114
1083
|
|
1115
|
-
<p>Returns the value of attribute
|
1084
|
+
<p>Returns the value of attribute compression.</p>
|
1116
1085
|
|
1117
1086
|
|
1118
1087
|
</div>
|
@@ -1131,10 +1100,10 @@
|
|
1131
1100
|
8</pre>
|
1132
1101
|
</td>
|
1133
1102
|
<td>
|
1134
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1103
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1135
1104
|
|
1136
|
-
<span class='kw'>def</span> <span class='id identifier
|
1137
|
-
<span class='ivar'>@
|
1105
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_compression'>compression</span>
|
1106
|
+
<span class='ivar'>@compression</span>
|
1138
1107
|
<span class='kw'>end</span></pre>
|
1139
1108
|
</td>
|
1140
1109
|
</tr>
|
@@ -1144,9 +1113,9 @@
|
|
1144
1113
|
|
1145
1114
|
<span id=""></span>
|
1146
1115
|
<div class="method_details ">
|
1147
|
-
<h3 class="signature " id="
|
1116
|
+
<h3 class="signature " id="created_at-instance_method">
|
1148
1117
|
|
1149
|
-
#<strong>
|
1118
|
+
#<strong>created_at</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1150
1119
|
|
1151
1120
|
|
1152
1121
|
|
@@ -1155,7 +1124,7 @@
|
|
1155
1124
|
</h3><div class="docstring">
|
1156
1125
|
<div class="discussion">
|
1157
1126
|
|
1158
|
-
<p>Returns the value of attribute
|
1127
|
+
<p>Returns the value of attribute created_at.</p>
|
1159
1128
|
|
1160
1129
|
|
1161
1130
|
</div>
|
@@ -1174,10 +1143,10 @@
|
|
1174
1143
|
8</pre>
|
1175
1144
|
</td>
|
1176
1145
|
<td>
|
1177
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1146
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1178
1147
|
|
1179
|
-
<span class='kw'>def</span> <span class='id identifier
|
1180
|
-
<span class='ivar'>@
|
1148
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_created_at'>created_at</span>
|
1149
|
+
<span class='ivar'>@created_at</span>
|
1181
1150
|
<span class='kw'>end</span></pre>
|
1182
1151
|
</td>
|
1183
1152
|
</tr>
|
@@ -1187,9 +1156,9 @@
|
|
1187
1156
|
|
1188
1157
|
<span id=""></span>
|
1189
1158
|
<div class="method_details ">
|
1190
|
-
<h3 class="signature " id="
|
1159
|
+
<h3 class="signature " id="description-instance_method">
|
1191
1160
|
|
1192
|
-
#<strong>
|
1161
|
+
#<strong>description</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1193
1162
|
|
1194
1163
|
|
1195
1164
|
|
@@ -1198,7 +1167,7 @@
|
|
1198
1167
|
</h3><div class="docstring">
|
1199
1168
|
<div class="discussion">
|
1200
1169
|
|
1201
|
-
<p>Returns the value of attribute
|
1170
|
+
<p>Returns the value of attribute description.</p>
|
1202
1171
|
|
1203
1172
|
|
1204
1173
|
</div>
|
@@ -1217,10 +1186,10 @@
|
|
1217
1186
|
8</pre>
|
1218
1187
|
</td>
|
1219
1188
|
<td>
|
1220
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1189
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1221
1190
|
|
1222
|
-
<span class='kw'>def</span> <span class='id identifier
|
1223
|
-
<span class='ivar'>@
|
1191
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_description'>description</span>
|
1192
|
+
<span class='ivar'>@description</span>
|
1224
1193
|
<span class='kw'>end</span></pre>
|
1225
1194
|
</td>
|
1226
1195
|
</tr>
|
@@ -1230,9 +1199,9 @@
|
|
1230
1199
|
|
1231
1200
|
<span id=""></span>
|
1232
1201
|
<div class="method_details ">
|
1233
|
-
<h3 class="signature " id="
|
1202
|
+
<h3 class="signature " id="edge_id-instance_method">
|
1234
1203
|
|
1235
|
-
#<strong>
|
1204
|
+
#<strong>edge_id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1236
1205
|
|
1237
1206
|
|
1238
1207
|
|
@@ -1241,7 +1210,7 @@
|
|
1241
1210
|
</h3><div class="docstring">
|
1242
1211
|
<div class="discussion">
|
1243
1212
|
|
1244
|
-
<p>Returns the value of attribute
|
1213
|
+
<p>Returns the value of attribute edge_id.</p>
|
1245
1214
|
|
1246
1215
|
|
1247
1216
|
</div>
|
@@ -1260,10 +1229,10 @@
|
|
1260
1229
|
8</pre>
|
1261
1230
|
</td>
|
1262
1231
|
<td>
|
1263
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1232
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1264
1233
|
|
1265
|
-
<span class='kw'>def</span> <span class='id identifier
|
1266
|
-
<span class='ivar'>@
|
1234
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_edge_id'>edge_id</span>
|
1235
|
+
<span class='ivar'>@edge_id</span>
|
1267
1236
|
<span class='kw'>end</span></pre>
|
1268
1237
|
</td>
|
1269
1238
|
</tr>
|
@@ -1303,7 +1272,7 @@
|
|
1303
1272
|
8</pre>
|
1304
1273
|
</td>
|
1305
1274
|
<td>
|
1306
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1275
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1307
1276
|
|
1308
1277
|
<span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
|
1309
1278
|
<span class='ivar'>@id</span>
|
@@ -1316,9 +1285,9 @@
|
|
1316
1285
|
|
1317
1286
|
<span id=""></span>
|
1318
1287
|
<div class="method_details ">
|
1319
|
-
<h3 class="signature " id="
|
1288
|
+
<h3 class="signature " id="ip_restriction-instance_method">
|
1320
1289
|
|
1321
|
-
#<strong>
|
1290
|
+
#<strong>ip_restriction</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1322
1291
|
|
1323
1292
|
|
1324
1293
|
|
@@ -1327,7 +1296,7 @@
|
|
1327
1296
|
</h3><div class="docstring">
|
1328
1297
|
<div class="discussion">
|
1329
1298
|
|
1330
|
-
<p>Returns the value of attribute
|
1299
|
+
<p>Returns the value of attribute ip_restriction.</p>
|
1331
1300
|
|
1332
1301
|
|
1333
1302
|
</div>
|
@@ -1346,10 +1315,10 @@
|
|
1346
1315
|
8</pre>
|
1347
1316
|
</td>
|
1348
1317
|
<td>
|
1349
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1318
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1350
1319
|
|
1351
|
-
<span class='kw'>def</span> <span class='id identifier
|
1352
|
-
<span class='ivar'>@
|
1320
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span>
|
1321
|
+
<span class='ivar'>@ip_restriction</span>
|
1353
1322
|
<span class='kw'>end</span></pre>
|
1354
1323
|
</td>
|
1355
1324
|
</tr>
|
@@ -1359,9 +1328,9 @@
|
|
1359
1328
|
|
1360
1329
|
<span id=""></span>
|
1361
1330
|
<div class="method_details ">
|
1362
|
-
<h3 class="signature " id="
|
1331
|
+
<h3 class="signature " id="match-instance_method">
|
1363
1332
|
|
1364
|
-
#<strong>
|
1333
|
+
#<strong>match</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1365
1334
|
|
1366
1335
|
|
1367
1336
|
|
@@ -1370,7 +1339,7 @@
|
|
1370
1339
|
</h3><div class="docstring">
|
1371
1340
|
<div class="discussion">
|
1372
1341
|
|
1373
|
-
<p>Returns the value of attribute
|
1342
|
+
<p>Returns the value of attribute match.</p>
|
1374
1343
|
|
1375
1344
|
|
1376
1345
|
</div>
|
@@ -1389,10 +1358,10 @@
|
|
1389
1358
|
8</pre>
|
1390
1359
|
</td>
|
1391
1360
|
<td>
|
1392
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1361
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1393
1362
|
|
1394
|
-
<span class='kw'>def</span> <span class='id identifier
|
1395
|
-
<span class='ivar'>@
|
1363
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_match'>match</span>
|
1364
|
+
<span class='ivar'>@match</span>
|
1396
1365
|
<span class='kw'>end</span></pre>
|
1397
1366
|
</td>
|
1398
1367
|
</tr>
|
@@ -1402,9 +1371,9 @@
|
|
1402
1371
|
|
1403
1372
|
<span id=""></span>
|
1404
1373
|
<div class="method_details ">
|
1405
|
-
<h3 class="signature " id="
|
1374
|
+
<h3 class="signature " id="match_type-instance_method">
|
1406
1375
|
|
1407
|
-
#<strong>
|
1376
|
+
#<strong>match_type</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1408
1377
|
|
1409
1378
|
|
1410
1379
|
|
@@ -1413,7 +1382,7 @@
|
|
1413
1382
|
</h3><div class="docstring">
|
1414
1383
|
<div class="discussion">
|
1415
1384
|
|
1416
|
-
<p>Returns the value of attribute
|
1385
|
+
<p>Returns the value of attribute match_type.</p>
|
1417
1386
|
|
1418
1387
|
|
1419
1388
|
</div>
|
@@ -1432,10 +1401,10 @@
|
|
1432
1401
|
8</pre>
|
1433
1402
|
</td>
|
1434
1403
|
<td>
|
1435
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1404
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1436
1405
|
|
1437
|
-
<span class='kw'>def</span> <span class='id identifier
|
1438
|
-
<span class='ivar'>@
|
1406
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_match_type'>match_type</span>
|
1407
|
+
<span class='ivar'>@match_type</span>
|
1439
1408
|
<span class='kw'>end</span></pre>
|
1440
1409
|
</td>
|
1441
1410
|
</tr>
|
@@ -1445,9 +1414,9 @@
|
|
1445
1414
|
|
1446
1415
|
<span id=""></span>
|
1447
1416
|
<div class="method_details ">
|
1448
|
-
<h3 class="signature " id="
|
1417
|
+
<h3 class="signature " id="metadata-instance_method">
|
1449
1418
|
|
1450
|
-
#<strong>
|
1419
|
+
#<strong>metadata</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1451
1420
|
|
1452
1421
|
|
1453
1422
|
|
@@ -1456,7 +1425,7 @@
|
|
1456
1425
|
</h3><div class="docstring">
|
1457
1426
|
<div class="discussion">
|
1458
1427
|
|
1459
|
-
<p>Returns the value of attribute
|
1428
|
+
<p>Returns the value of attribute metadata.</p>
|
1460
1429
|
|
1461
1430
|
|
1462
1431
|
</div>
|
@@ -1475,10 +1444,10 @@
|
|
1475
1444
|
8</pre>
|
1476
1445
|
</td>
|
1477
1446
|
<td>
|
1478
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1447
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1479
1448
|
|
1480
|
-
<span class='kw'>def</span> <span class='id identifier
|
1481
|
-
<span class='ivar'>@
|
1449
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
1450
|
+
<span class='ivar'>@metadata</span>
|
1482
1451
|
<span class='kw'>end</span></pre>
|
1483
1452
|
</td>
|
1484
1453
|
</tr>
|
@@ -1518,7 +1487,7 @@
|
|
1518
1487
|
8</pre>
|
1519
1488
|
</td>
|
1520
1489
|
<td>
|
1521
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1490
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1522
1491
|
|
1523
1492
|
<span class='kw'>def</span> <span class='id identifier rubyid_oauth'>oauth</span>
|
1524
1493
|
<span class='ivar'>@oauth</span>
|
@@ -1561,7 +1530,7 @@
|
|
1561
1530
|
8</pre>
|
1562
1531
|
</td>
|
1563
1532
|
<td>
|
1564
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1533
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1565
1534
|
|
1566
1535
|
<span class='kw'>def</span> <span class='id identifier rubyid_oidc'>oidc</span>
|
1567
1536
|
<span class='ivar'>@oidc</span>
|
@@ -1604,7 +1573,7 @@
|
|
1604
1573
|
8</pre>
|
1605
1574
|
</td>
|
1606
1575
|
<td>
|
1607
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1576
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1608
1577
|
|
1609
1578
|
<span class='kw'>def</span> <span class='id identifier rubyid_request_headers'>request_headers</span>
|
1610
1579
|
<span class='ivar'>@request_headers</span>
|
@@ -1647,7 +1616,7 @@
|
|
1647
1616
|
8</pre>
|
1648
1617
|
</td>
|
1649
1618
|
<td>
|
1650
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1619
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1651
1620
|
|
1652
1621
|
<span class='kw'>def</span> <span class='id identifier rubyid_response_headers'>response_headers</span>
|
1653
1622
|
<span class='ivar'>@response_headers</span>
|
@@ -1690,7 +1659,7 @@
|
|
1690
1659
|
8</pre>
|
1691
1660
|
</td>
|
1692
1661
|
<td>
|
1693
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1662
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1694
1663
|
|
1695
1664
|
<span class='kw'>def</span> <span class='id identifier rubyid_result'>result</span>
|
1696
1665
|
<span class='ivar'>@result</span>
|
@@ -1733,7 +1702,7 @@
|
|
1733
1702
|
8</pre>
|
1734
1703
|
</td>
|
1735
1704
|
<td>
|
1736
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1705
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1737
1706
|
|
1738
1707
|
<span class='kw'>def</span> <span class='id identifier rubyid_saml'>saml</span>
|
1739
1708
|
<span class='ivar'>@saml</span>
|
@@ -1746,52 +1715,9 @@
|
|
1746
1715
|
|
1747
1716
|
<span id=""></span>
|
1748
1717
|
<div class="method_details ">
|
1749
|
-
<h3 class="signature " id="
|
1750
|
-
|
1751
|
-
#<strong>tls_termination</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1752
|
-
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
|
1757
|
-
</h3><div class="docstring">
|
1758
|
-
<div class="discussion">
|
1759
|
-
|
1760
|
-
<p>Returns the value of attribute tls_termination.</p>
|
1761
|
-
|
1762
|
-
|
1763
|
-
</div>
|
1764
|
-
</div>
|
1765
|
-
<div class="tags">
|
1766
|
-
|
1767
|
-
|
1768
|
-
</div><table class="source_code">
|
1769
|
-
<tr>
|
1770
|
-
<td>
|
1771
|
-
<pre class="lines">
|
1772
|
-
|
1773
|
-
|
1774
|
-
6
|
1775
|
-
7
|
1776
|
-
8</pre>
|
1777
|
-
</td>
|
1778
|
-
<td>
|
1779
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_configuration.rb', line 6</span>
|
1780
|
-
|
1781
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
|
1782
|
-
<span class='ivar'>@tls_termination</span>
|
1783
|
-
<span class='kw'>end</span></pre>
|
1784
|
-
</td>
|
1785
|
-
</tr>
|
1786
|
-
</table>
|
1787
|
-
</div>
|
1788
|
-
|
1789
|
-
|
1790
|
-
<span id=""></span>
|
1791
|
-
<div class="method_details ">
|
1792
|
-
<h3 class="signature " id="type-instance_method">
|
1718
|
+
<h3 class="signature " id="uri-instance_method">
|
1793
1719
|
|
1794
|
-
#<strong>
|
1720
|
+
#<strong>uri</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1795
1721
|
|
1796
1722
|
|
1797
1723
|
|
@@ -1800,7 +1726,7 @@
|
|
1800
1726
|
</h3><div class="docstring">
|
1801
1727
|
<div class="discussion">
|
1802
1728
|
|
1803
|
-
<p>Returns the value of attribute
|
1729
|
+
<p>Returns the value of attribute uri.</p>
|
1804
1730
|
|
1805
1731
|
|
1806
1732
|
</div>
|
@@ -1819,10 +1745,10 @@
|
|
1819
1745
|
8</pre>
|
1820
1746
|
</td>
|
1821
1747
|
<td>
|
1822
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1748
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1823
1749
|
|
1824
|
-
<span class='kw'>def</span> <span class='id identifier
|
1825
|
-
<span class='ivar'>@
|
1750
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_uri'>uri</span>
|
1751
|
+
<span class='ivar'>@uri</span>
|
1826
1752
|
<span class='kw'>end</span></pre>
|
1827
1753
|
</td>
|
1828
1754
|
</tr>
|
@@ -1832,9 +1758,9 @@
|
|
1832
1758
|
|
1833
1759
|
<span id=""></span>
|
1834
1760
|
<div class="method_details ">
|
1835
|
-
<h3 class="signature " id="
|
1761
|
+
<h3 class="signature " id="webhook_verification-instance_method">
|
1836
1762
|
|
1837
|
-
#<strong>
|
1763
|
+
#<strong>webhook_verification</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1838
1764
|
|
1839
1765
|
|
1840
1766
|
|
@@ -1843,7 +1769,7 @@
|
|
1843
1769
|
</h3><div class="docstring">
|
1844
1770
|
<div class="discussion">
|
1845
1771
|
|
1846
|
-
<p>Returns the value of attribute
|
1772
|
+
<p>Returns the value of attribute webhook_verification.</p>
|
1847
1773
|
|
1848
1774
|
|
1849
1775
|
</div>
|
@@ -1862,10 +1788,10 @@
|
|
1862
1788
|
8</pre>
|
1863
1789
|
</td>
|
1864
1790
|
<td>
|
1865
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1791
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1866
1792
|
|
1867
|
-
<span class='kw'>def</span> <span class='id identifier
|
1868
|
-
<span class='ivar'>@
|
1793
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_webhook_verification'>webhook_verification</span>
|
1794
|
+
<span class='ivar'>@webhook_verification</span>
|
1869
1795
|
<span class='kw'>end</span></pre>
|
1870
1796
|
</td>
|
1871
1797
|
</tr>
|
@@ -1875,9 +1801,9 @@
|
|
1875
1801
|
|
1876
1802
|
<span id=""></span>
|
1877
1803
|
<div class="method_details ">
|
1878
|
-
<h3 class="signature " id="
|
1804
|
+
<h3 class="signature " id="websocket_tcp_converter-instance_method">
|
1879
1805
|
|
1880
|
-
#<strong>
|
1806
|
+
#<strong>websocket_tcp_converter</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1881
1807
|
|
1882
1808
|
|
1883
1809
|
|
@@ -1886,7 +1812,7 @@
|
|
1886
1812
|
</h3><div class="docstring">
|
1887
1813
|
<div class="discussion">
|
1888
1814
|
|
1889
|
-
<p>Returns the value of attribute
|
1815
|
+
<p>Returns the value of attribute websocket_tcp_converter.</p>
|
1890
1816
|
|
1891
1817
|
|
1892
1818
|
</div>
|
@@ -1905,10 +1831,10 @@
|
|
1905
1831
|
8</pre>
|
1906
1832
|
</td>
|
1907
1833
|
<td>
|
1908
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1834
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1909
1835
|
|
1910
|
-
<span class='kw'>def</span> <span class='id identifier
|
1911
|
-
<span class='ivar'>@
|
1836
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_websocket_tcp_converter'>websocket_tcp_converter</span>
|
1837
|
+
<span class='ivar'>@websocket_tcp_converter</span>
|
1912
1838
|
<span class='kw'>end</span></pre>
|
1913
1839
|
</td>
|
1914
1840
|
</tr>
|
@@ -1937,12 +1863,12 @@
|
|
1937
1863
|
<pre class="lines">
|
1938
1864
|
|
1939
1865
|
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
1866
|
+
52
|
1867
|
+
53
|
1868
|
+
54</pre>
|
1943
1869
|
</td>
|
1944
1870
|
<td>
|
1945
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1871
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 52</span>
|
1946
1872
|
|
1947
1873
|
<span class='kw'>def</span> <span class='op'>==</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
|
1948
1874
|
<span class='ivar'>@result</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_result'>result</span>
|
@@ -1964,9 +1890,9 @@
|
|
1964
1890
|
</h3><div class="docstring">
|
1965
1891
|
<div class="discussion">
|
1966
1892
|
|
1967
|
-
<p>Delete an
|
1893
|
+
<p>Delete an HTTPS Edge Route by ID</p>
|
1968
1894
|
|
1969
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
1895
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-routes-delete">ngrok.com/docs/api#api-edges-https-routes-delete</a></p>
|
1970
1896
|
|
1971
1897
|
|
1972
1898
|
</div>
|
@@ -1980,17 +1906,21 @@
|
|
1980
1906
|
<pre class="lines">
|
1981
1907
|
|
1982
1908
|
|
1983
|
-
|
1984
|
-
|
1985
|
-
|
1986
|
-
|
1987
|
-
|
1909
|
+
124
|
1910
|
+
125
|
1911
|
+
126
|
1912
|
+
127
|
1913
|
+
128
|
1914
|
+
129
|
1915
|
+
130</pre>
|
1988
1916
|
</td>
|
1989
1917
|
<td>
|
1990
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1918
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 124</span>
|
1991
1919
|
|
1992
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span>
|
1920
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
1921
|
+
<span class='rparen'>)</span>
|
1993
1922
|
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
1923
|
+
<span class='label'>edge_id:</span> <span class='ivar'>@edge_id</span><span class='comma'>,</span>
|
1994
1924
|
<span class='label'>id:</span> <span class='ivar'>@id</span>
|
1995
1925
|
<span class='rparen'>)</span>
|
1996
1926
|
<span class='kw'>end</span></pre>
|
@@ -2014,12 +1944,12 @@
|
|
2014
1944
|
<pre class="lines">
|
2015
1945
|
|
2016
1946
|
|
2017
|
-
|
2018
|
-
|
2019
|
-
|
1947
|
+
56
|
1948
|
+
57
|
1949
|
+
58</pre>
|
2020
1950
|
</td>
|
2021
1951
|
<td>
|
2022
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1952
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 56</span>
|
2023
1953
|
|
2024
1954
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
2025
1955
|
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
@@ -2032,7 +1962,7 @@
|
|
2032
1962
|
<div class="method_details ">
|
2033
1963
|
<h3 class="signature " id="update-instance_method">
|
2034
1964
|
|
2035
|
-
#<strong>update</strong>(
|
1965
|
+
#<strong>update</strong>(match_type: "", match: "", description: "", metadata: "", backend: nil, ip_restriction: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, webhook_verification: nil, oauth: nil, saml: nil, oidc: nil, websocket_tcp_converter: nil) ⇒ <tt>Object</tt>
|
2036
1966
|
|
2037
1967
|
|
2038
1968
|
|
@@ -2041,9 +1971,9 @@
|
|
2041
1971
|
</h3><div class="docstring">
|
2042
1972
|
<div class="discussion">
|
2043
1973
|
|
2044
|
-
<p>Updates an
|
1974
|
+
<p>Updates an HTTPS Edge Route by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.</p>
|
2045
1975
|
|
2046
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
1976
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-routes-update">ngrok.com/docs/api#api-edges-https-routes-update</a></p>
|
2047
1977
|
|
2048
1978
|
|
2049
1979
|
</div>
|
@@ -2057,6 +1987,19 @@
|
|
2057
1987
|
<pre class="lines">
|
2058
1988
|
|
2059
1989
|
|
1990
|
+
67
|
1991
|
+
68
|
1992
|
+
69
|
1993
|
+
70
|
1994
|
+
71
|
1995
|
+
72
|
1996
|
+
73
|
1997
|
+
74
|
1998
|
+
75
|
1999
|
+
76
|
2000
|
+
77
|
2001
|
+
78
|
2002
|
+
79
|
2060
2003
|
80
|
2061
2004
|
81
|
2062
2005
|
82
|
@@ -2095,66 +2038,61 @@
|
|
2095
2038
|
115
|
2096
2039
|
116
|
2097
2040
|
117
|
2098
|
-
118
|
2099
|
-
119
|
2100
|
-
120
|
2101
|
-
121
|
2102
|
-
122
|
2103
|
-
123
|
2104
|
-
124
|
2105
|
-
125
|
2106
|
-
126
|
2107
|
-
127</pre>
|
2041
|
+
118</pre>
|
2108
2042
|
</td>
|
2109
2043
|
<td>
|
2110
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
2044
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 67</span>
|
2111
2045
|
|
2112
2046
|
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
2113
|
-
<span class='label'>
|
2114
|
-
<span class='label'>
|
2047
|
+
<span class='label'>match_type:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
2048
|
+
<span class='label'>match:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
2049
|
+
<span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
2050
|
+
<span class='label'>metadata:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
2051
|
+
<span class='label'>backend:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2052
|
+
<span class='label'>ip_restriction:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2115
2053
|
<span class='label'>circuit_breaker:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2116
2054
|
<span class='label'>compression:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2117
2055
|
<span class='label'>request_headers:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2118
2056
|
<span class='label'>response_headers:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2119
|
-
<span class='label'>
|
2120
|
-
<span class='label'>mutual_tls:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2121
|
-
<span class='label'>tls_termination:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2122
|
-
<span class='label'>webhook_validation:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2057
|
+
<span class='label'>webhook_verification:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2123
2058
|
<span class='label'>oauth:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2124
|
-
<span class='label'>logging:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2125
2059
|
<span class='label'>saml:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2126
|
-
<span class='label'>oidc:</span> <span class='kw'>nil</span>
|
2060
|
+
<span class='label'>oidc:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2061
|
+
<span class='label'>websocket_tcp_converter:</span> <span class='kw'>nil</span>
|
2127
2062
|
<span class='rparen'>)</span>
|
2063
|
+
<span class='ivar'>@match_type</span> <span class='op'>=</span> <span class='id identifier rubyid_match_type'>match_type</span> <span class='kw'>if</span> <span class='id identifier rubyid_match_type'>match_type</span>
|
2064
|
+
<span class='ivar'>@match</span> <span class='op'>=</span> <span class='id identifier rubyid_match'>match</span> <span class='kw'>if</span> <span class='id identifier rubyid_match'>match</span>
|
2128
2065
|
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
2129
2066
|
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
2067
|
+
<span class='ivar'>@backend</span> <span class='op'>=</span> <span class='id identifier rubyid_backend'>backend</span> <span class='kw'>if</span> <span class='id identifier rubyid_backend'>backend</span>
|
2068
|
+
<span class='ivar'>@ip_restriction</span> <span class='op'>=</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span> <span class='kw'>if</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span>
|
2130
2069
|
<span class='ivar'>@circuit_breaker</span> <span class='op'>=</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span> <span class='kw'>if</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span>
|
2131
2070
|
<span class='ivar'>@compression</span> <span class='op'>=</span> <span class='id identifier rubyid_compression'>compression</span> <span class='kw'>if</span> <span class='id identifier rubyid_compression'>compression</span>
|
2132
2071
|
<span class='ivar'>@request_headers</span> <span class='op'>=</span> <span class='id identifier rubyid_request_headers'>request_headers</span> <span class='kw'>if</span> <span class='id identifier rubyid_request_headers'>request_headers</span>
|
2133
2072
|
<span class='ivar'>@response_headers</span> <span class='op'>=</span> <span class='id identifier rubyid_response_headers'>response_headers</span> <span class='kw'>if</span> <span class='id identifier rubyid_response_headers'>response_headers</span>
|
2134
|
-
<span class='ivar'>@
|
2135
|
-
<span class='ivar'>@mutual_tls</span> <span class='op'>=</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span> <span class='kw'>if</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
|
2136
|
-
<span class='ivar'>@tls_termination</span> <span class='op'>=</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span> <span class='kw'>if</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
|
2137
|
-
<span class='ivar'>@webhook_validation</span> <span class='op'>=</span> <span class='id identifier rubyid_webhook_validation'>webhook_validation</span> <span class='kw'>if</span> <span class='id identifier rubyid_webhook_validation'>webhook_validation</span>
|
2073
|
+
<span class='ivar'>@webhook_verification</span> <span class='op'>=</span> <span class='id identifier rubyid_webhook_verification'>webhook_verification</span> <span class='kw'>if</span> <span class='id identifier rubyid_webhook_verification'>webhook_verification</span>
|
2138
2074
|
<span class='ivar'>@oauth</span> <span class='op'>=</span> <span class='id identifier rubyid_oauth'>oauth</span> <span class='kw'>if</span> <span class='id identifier rubyid_oauth'>oauth</span>
|
2139
|
-
<span class='ivar'>@logging</span> <span class='op'>=</span> <span class='id identifier rubyid_logging'>logging</span> <span class='kw'>if</span> <span class='id identifier rubyid_logging'>logging</span>
|
2140
2075
|
<span class='ivar'>@saml</span> <span class='op'>=</span> <span class='id identifier rubyid_saml'>saml</span> <span class='kw'>if</span> <span class='id identifier rubyid_saml'>saml</span>
|
2141
2076
|
<span class='ivar'>@oidc</span> <span class='op'>=</span> <span class='id identifier rubyid_oidc'>oidc</span> <span class='kw'>if</span> <span class='id identifier rubyid_oidc'>oidc</span>
|
2077
|
+
<span class='ivar'>@websocket_tcp_converter</span> <span class='op'>=</span> <span class='id identifier rubyid_websocket_tcp_converter'>websocket_tcp_converter</span> <span class='kw'>if</span> <span class='id identifier rubyid_websocket_tcp_converter'>websocket_tcp_converter</span>
|
2142
2078
|
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
2079
|
+
<span class='label'>edge_id:</span> <span class='ivar'>@edge_id</span><span class='comma'>,</span>
|
2143
2080
|
<span class='label'>id:</span> <span class='ivar'>@id</span><span class='comma'>,</span>
|
2081
|
+
<span class='label'>match_type:</span> <span class='id identifier rubyid_match_type'>match_type</span><span class='comma'>,</span>
|
2082
|
+
<span class='label'>match:</span> <span class='id identifier rubyid_match'>match</span><span class='comma'>,</span>
|
2144
2083
|
<span class='label'>description:</span> <span class='id identifier rubyid_description'>description</span><span class='comma'>,</span>
|
2145
2084
|
<span class='label'>metadata:</span> <span class='id identifier rubyid_metadata'>metadata</span><span class='comma'>,</span>
|
2085
|
+
<span class='label'>backend:</span> <span class='id identifier rubyid_backend'>backend</span><span class='comma'>,</span>
|
2086
|
+
<span class='label'>ip_restriction:</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span><span class='comma'>,</span>
|
2146
2087
|
<span class='label'>circuit_breaker:</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span><span class='comma'>,</span>
|
2147
2088
|
<span class='label'>compression:</span> <span class='id identifier rubyid_compression'>compression</span><span class='comma'>,</span>
|
2148
2089
|
<span class='label'>request_headers:</span> <span class='id identifier rubyid_request_headers'>request_headers</span><span class='comma'>,</span>
|
2149
2090
|
<span class='label'>response_headers:</span> <span class='id identifier rubyid_response_headers'>response_headers</span><span class='comma'>,</span>
|
2150
|
-
<span class='label'>
|
2151
|
-
<span class='label'>mutual_tls:</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span><span class='comma'>,</span>
|
2152
|
-
<span class='label'>tls_termination:</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span><span class='comma'>,</span>
|
2153
|
-
<span class='label'>webhook_validation:</span> <span class='id identifier rubyid_webhook_validation'>webhook_validation</span><span class='comma'>,</span>
|
2091
|
+
<span class='label'>webhook_verification:</span> <span class='id identifier rubyid_webhook_verification'>webhook_verification</span><span class='comma'>,</span>
|
2154
2092
|
<span class='label'>oauth:</span> <span class='id identifier rubyid_oauth'>oauth</span><span class='comma'>,</span>
|
2155
|
-
<span class='label'>logging:</span> <span class='id identifier rubyid_logging'>logging</span><span class='comma'>,</span>
|
2156
2093
|
<span class='label'>saml:</span> <span class='id identifier rubyid_saml'>saml</span><span class='comma'>,</span>
|
2157
|
-
<span class='label'>oidc:</span> <span class='id identifier rubyid_oidc'>oidc</span>
|
2094
|
+
<span class='label'>oidc:</span> <span class='id identifier rubyid_oidc'>oidc</span><span class='comma'>,</span>
|
2095
|
+
<span class='label'>websocket_tcp_converter:</span> <span class='id identifier rubyid_websocket_tcp_converter'>websocket_tcp_converter</span>
|
2158
2096
|
<span class='rparen'>)</span>
|
2159
2097
|
<span class='kw'>end</span></pre>
|
2160
2098
|
</td>
|
@@ -2167,9 +2105,9 @@
|
|
2167
2105
|
</div>
|
2168
2106
|
|
2169
2107
|
<div id="footer">
|
2170
|
-
Generated on
|
2108
|
+
Generated on Thu Mar 10 16:54:41 2022 by
|
2171
2109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2172
|
-
0.9.
|
2110
|
+
0.9.27 (ruby-2.7.5).
|
2173
2111
|
</div>
|
2174
2112
|
|
2175
2113
|
</div>
|