ngrok-api 0.16.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +28 -1
- data/doc/NgrokAPI/Client.html +270 -180
- data/doc/NgrokAPI/Error.html +2 -2
- data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/doc/NgrokAPI/Errors.html +2 -2
- data/doc/NgrokAPI/HttpClient.html +147 -4
- data/doc/NgrokAPI/Models/APIKey.html +120 -68
- data/doc/NgrokAPI/Models/AWSAuth.html +83 -31
- data/doc/NgrokAPI/Models/AWSCredentials.html +90 -38
- data/doc/NgrokAPI/Models/AWSRole.html +75 -23
- data/doc/NgrokAPI/Models/AbuseReport.html +109 -57
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +83 -31
- data/doc/NgrokAPI/Models/AgentIngress.html +142 -90
- data/doc/NgrokAPI/Models/CertificateAuthority.html +149 -97
- data/doc/NgrokAPI/Models/Credential.html +121 -69
- data/doc/NgrokAPI/Models/Endpoint.html +1483 -0
- data/doc/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
- data/doc/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
- data/doc/NgrokAPI/Models/EndpointCompression.html +82 -30
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
- data/doc/NgrokAPI/Models/EndpointOAuth.html +124 -72
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
- data/doc/NgrokAPI/Models/EndpointOIDC.html +133 -81
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
- data/doc/NgrokAPI/Models/EndpointSAML.html +148 -96
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
- data/{docs/NgrokAPI/Models/EndpointLogging.html → doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
- data/doc/NgrokAPI/Models/EventDestination.html +122 -70
- data/doc/NgrokAPI/Models/EventSource.html +92 -40
- data/doc/NgrokAPI/Models/EventSourceList.html +76 -24
- data/doc/NgrokAPI/Models/EventSourceReplace.html +91 -39
- data/doc/NgrokAPI/Models/EventSubscription.html +122 -70
- data/doc/NgrokAPI/Models/EventTarget.html +106 -54
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +90 -38
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +83 -31
- data/doc/NgrokAPI/Models/FailoverBackend.html +1127 -0
- data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
- data/doc/NgrokAPI/Models/HTTPSEdge.html +1361 -0
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
- data/doc/NgrokAPI/Models/IPPolicy.html +120 -68
- data/doc/NgrokAPI/Models/IPPolicyRule.html +222 -96
- data/doc/NgrokAPI/Models/IPRestriction.html +130 -78
- data/doc/NgrokAPI/Models/Listable.html +61 -61
- data/doc/NgrokAPI/Models/Ref.html +83 -31
- data/doc/NgrokAPI/Models/ReservedAddr.html +130 -78
- data/doc/NgrokAPI/Models/ReservedDomain.html +151 -99
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
- data/doc/NgrokAPI/Models/SSHCredential.html +128 -76
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +148 -96
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +154 -102
- data/doc/NgrokAPI/Models/TCPEdge.html +1287 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +165 -113
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
- data/doc/NgrokAPI/Models/TLSEdge.html +1447 -0
- data/doc/NgrokAPI/Models/Tunnel.html +413 -65
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +126 -74
- data/doc/NgrokAPI/Models/WeightedBackend.html +1127 -0
- data/doc/NgrokAPI/Models.html +4 -4
- data/doc/NgrokAPI/PagedIterator.html +3 -3
- data/doc/NgrokAPI/Services/APIKeysClient.html +244 -109
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +162 -25
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +262 -109
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
- data/doc/NgrokAPI/Services/CredentialsClient.html +266 -111
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointCompressionModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
- data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
- data/doc/NgrokAPI/Services/EndpointsClient.html +903 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +290 -115
- data/doc/NgrokAPI/Services/EventSourcesClient.html +227 -88
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
- data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
- data/{docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +245 -128
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +76 -80
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TCPEdgeIPRestrictionModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +76 -80
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
- data/doc/NgrokAPI/Services/TunnelsClient.html +249 -15
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +237 -60
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +55 -55
- data/doc/index.html +55 -55
- data/doc/method_list.html +4555 -1843
- data/doc/top-level-namespace.html +2 -2
- data/docs/NgrokAPI/Client.html +270 -180
- data/docs/NgrokAPI/Error.html +2 -2
- data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/docs/NgrokAPI/Errors.html +2 -2
- data/docs/NgrokAPI/HttpClient.html +147 -4
- data/docs/NgrokAPI/Models/APIKey.html +120 -68
- data/docs/NgrokAPI/Models/AWSAuth.html +83 -31
- data/docs/NgrokAPI/Models/AWSCredentials.html +90 -38
- data/docs/NgrokAPI/Models/AWSRole.html +75 -23
- data/docs/NgrokAPI/Models/AbuseReport.html +109 -57
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +83 -31
- data/docs/NgrokAPI/Models/AgentIngress.html +142 -90
- data/docs/NgrokAPI/Models/CertificateAuthority.html +149 -97
- data/docs/NgrokAPI/Models/Credential.html +121 -69
- data/docs/NgrokAPI/Models/Endpoint.html +1483 -0
- data/docs/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
- data/docs/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
- data/docs/NgrokAPI/Models/EndpointCompression.html +82 -30
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
- data/docs/NgrokAPI/Models/EndpointOAuth.html +124 -72
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
- data/docs/NgrokAPI/Models/EndpointOIDC.html +133 -81
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
- data/docs/NgrokAPI/Models/EndpointSAML.html +148 -96
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
- data/{doc/NgrokAPI/Models/EndpointLogging.html → docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
- data/docs/NgrokAPI/Models/EventDestination.html +122 -70
- data/docs/NgrokAPI/Models/EventSource.html +92 -40
- data/docs/NgrokAPI/Models/EventSourceList.html +76 -24
- data/docs/NgrokAPI/Models/EventSourceReplace.html +91 -39
- data/docs/NgrokAPI/Models/EventSubscription.html +122 -70
- data/docs/NgrokAPI/Models/EventTarget.html +106 -54
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +90 -38
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +83 -31
- data/docs/NgrokAPI/Models/FailoverBackend.html +1127 -0
- data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
- data/docs/NgrokAPI/Models/HTTPSEdge.html +1361 -0
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
- data/docs/NgrokAPI/Models/IPPolicy.html +120 -68
- data/docs/NgrokAPI/Models/IPPolicyRule.html +222 -96
- data/docs/NgrokAPI/Models/IPRestriction.html +130 -78
- data/docs/NgrokAPI/Models/Listable.html +61 -61
- data/docs/NgrokAPI/Models/Ref.html +83 -31
- data/docs/NgrokAPI/Models/ReservedAddr.html +130 -78
- data/docs/NgrokAPI/Models/ReservedDomain.html +151 -99
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
- data/docs/NgrokAPI/Models/SSHCredential.html +128 -76
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +148 -96
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +154 -102
- data/docs/NgrokAPI/Models/TCPEdge.html +1287 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +165 -113
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
- data/docs/NgrokAPI/Models/TLSEdge.html +1447 -0
- data/docs/NgrokAPI/Models/Tunnel.html +413 -65
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +126 -74
- data/docs/NgrokAPI/Models/WeightedBackend.html +1127 -0
- data/docs/NgrokAPI/Models.html +4 -4
- data/docs/NgrokAPI/PagedIterator.html +3 -3
- data/docs/NgrokAPI/Services/APIKeysClient.html +244 -109
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +162 -25
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +262 -109
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
- data/docs/NgrokAPI/Services/CredentialsClient.html +266 -111
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointCompressionModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointSAMLModuleClient.html → docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
- data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
- data/docs/NgrokAPI/Services/EndpointsClient.html +903 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +290 -115
- data/docs/NgrokAPI/Services/EventSourcesClient.html +227 -88
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
- data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
- data/{doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +245 -128
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
- data/docs/NgrokAPI/Services/{EndpointOIDCModuleClient.html → TCPEdgeBackendModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1039 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
- data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1039 -0
- data/docs/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
- data/docs/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
- data/docs/NgrokAPI/Services/TunnelsClient.html +249 -15
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +237 -60
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +55 -55
- data/docs/index.html +55 -55
- data/docs/method_list.html +4555 -1843
- data/docs/top-level-namespace.html +2 -2
- data/lib/ngrokapi/client.rb +47 -24
- data/lib/ngrokapi/http_client.rb +21 -2
- data/lib/ngrokapi/models/abuse_report.rb +16 -12
- data/lib/ngrokapi/models/abuse_report_hostname.rb +11 -7
- data/lib/ngrokapi/models/agent_ingress.rb +17 -13
- data/lib/ngrokapi/models/api_key.rb +15 -11
- data/lib/ngrokapi/models/aws_auth.rb +11 -7
- data/lib/ngrokapi/models/aws_credentials.rb +11 -7
- data/lib/ngrokapi/models/aws_role.rb +10 -6
- data/lib/ngrokapi/models/certificate_authority.rb +20 -16
- data/lib/ngrokapi/models/credential.rb +16 -12
- data/lib/ngrokapi/models/endpoint.rb +53 -0
- data/lib/ngrokapi/models/endpoint_backend.rb +31 -0
- data/lib/ngrokapi/models/endpoint_backend_mutate.rb +31 -0
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +15 -11
- data/lib/ngrokapi/models/endpoint_compression.rb +10 -6
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +11 -7
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +11 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +11 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +11 -7
- data/lib/ngrokapi/models/endpoint_o_auth.rb +16 -12
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +16 -12
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +13 -9
- data/lib/ngrokapi/models/endpoint_oidc.rb +18 -14
- data/lib/ngrokapi/models/endpoint_request_headers.rb +12 -8
- data/lib/ngrokapi/models/endpoint_response_headers.rb +12 -8
- data/lib/ngrokapi/models/endpoint_saml.rb +25 -21
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +20 -16
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +12 -8
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +31 -0
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +12 -8
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +29 -0
- data/lib/ngrokapi/models/event_destination.rb +17 -14
- data/lib/ngrokapi/models/event_source.rb +13 -9
- data/lib/ngrokapi/models/event_source_list.rb +11 -7
- data/lib/ngrokapi/models/event_source_replace.rb +12 -8
- data/lib/ngrokapi/models/event_subscription.rb +16 -12
- data/lib/ngrokapi/models/event_target.rb +13 -9
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +11 -7
- data/lib/ngrokapi/models/event_target_firehose.rb +11 -7
- data/lib/ngrokapi/models/event_target_kinesis.rb +11 -7
- data/lib/ngrokapi/models/failover_backend.rb +69 -0
- data/lib/ngrokapi/models/http_response_backend.rb +75 -0
- data/lib/ngrokapi/models/https_edge.rb +84 -0
- data/lib/ngrokapi/models/https_edge_route.rb +137 -0
- data/lib/ngrokapi/models/ip_policy.rb +15 -11
- data/lib/ngrokapi/models/ip_policy_rule.rb +19 -13
- data/lib/ngrokapi/models/ip_restriction.rb +17 -13
- data/lib/ngrokapi/models/listable.rb +9 -9
- data/lib/ngrokapi/models/ref.rb +11 -7
- data/lib/ngrokapi/models/reserved_addr.rb +17 -13
- data/lib/ngrokapi/models/reserved_domain.rb +23 -19
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +13 -9
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +11 -7
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +11 -7
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +16 -12
- data/lib/ngrokapi/models/ssh_credential.rb +16 -12
- data/lib/ngrokapi/models/ssh_host_certificate.rb +21 -17
- data/lib/ngrokapi/models/ssh_user_certificate.rb +23 -19
- data/lib/ngrokapi/models/tcp_edge.rb +82 -0
- data/lib/ngrokapi/models/tls_certificate.rb +30 -26
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +11 -7
- data/lib/ngrokapi/models/tls_edge.rb +92 -0
- data/lib/ngrokapi/models/tunnel.rb +25 -13
- data/lib/ngrokapi/models/tunnel_group_backend.rb +71 -0
- data/lib/ngrokapi/models/tunnel_session.rb +19 -15
- data/lib/ngrokapi/models/weighted_backend.rb +69 -0
- data/lib/ngrokapi/paged_iterator.rb +1 -1
- data/lib/ngrokapi/services/abuse_reports_client.rb +25 -3
- data/lib/ngrokapi/services/agent_ingresses_client.rb +32 -11
- data/lib/ngrokapi/services/api_keys_client.rb +30 -11
- data/lib/ngrokapi/services/certificate_authorities_client.rb +31 -11
- data/lib/ngrokapi/services/credentials_client.rb +34 -11
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_compression_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_response_headers_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_saml_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +118 -0
- data/lib/ngrokapi/services/edges_https_client.rb +251 -0
- data/lib/ngrokapi/services/edges_https_routes_client.rb +292 -0
- data/lib/ngrokapi/services/edges_tcp_client.rb +251 -0
- data/lib/ngrokapi/services/edges_tls_client.rb +267 -0
- data/lib/ngrokapi/services/endpoints_client.rb +112 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +37 -15
- data/lib/ngrokapi/services/event_sources_client.rb +27 -7
- data/lib/ngrokapi/services/event_subscriptions_client.rb +36 -14
- data/lib/ngrokapi/services/failover_backends_client.rb +234 -0
- data/lib/ngrokapi/services/http_response_backends_client.rb +220 -0
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → https_edge_mutual_tls_module_client.rb} +27 -29
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +106 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +31 -14
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +38 -12
- data/lib/ngrokapi/services/ip_restrictions_client.rb +36 -12
- data/lib/ngrokapi/services/reserved_addrs_client.rb +31 -48
- data/lib/ngrokapi/services/reserved_domains_client.rb +37 -85
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +35 -11
- data/lib/ngrokapi/services/ssh_credentials_client.rb +34 -11
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +39 -11
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +44 -12
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +27 -29
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -23
- data/lib/ngrokapi/services/tls_certificates_client.rb +33 -11
- data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → tls_edge_backend_module_client.rb} +27 -29
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +106 -0
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -23
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -23
- data/lib/ngrokapi/services/tunnel_group_backends_client.rb +232 -0
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +6 -8
- data/lib/ngrokapi/services/tunnels_client.rb +39 -6
- data/lib/ngrokapi/services/weighted_backends_client.rb +234 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +44 -23
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +2 -2
- data/spec/ngrokapi/models/abuse_report_spec.rb +2 -2
- data/spec/ngrokapi/models/agent_ingress_spec.rb +2 -2
- data/spec/ngrokapi/models/api_key_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_auth_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_credentials_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_role_spec.rb +2 -2
- data/spec/ngrokapi/models/certificate_authority_spec.rb +2 -2
- data/spec/ngrokapi/models/credential_spec.rb +2 -2
- 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_circuit_breaker_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +2 -2
- 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_tls_termination_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
- data/spec/ngrokapi/models/event_destination_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_list_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_replace_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_spec.rb +2 -2
- data/spec/ngrokapi/models/event_subscription_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_spec.rb +2 -2
- 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/ip_policy_rule_spec.rb +2 -2
- data/spec/ngrokapi/models/ip_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/ip_restriction_spec.rb +2 -2
- data/spec/ngrokapi/models/listable_spec.rb +2 -2
- data/spec/ngrokapi/models/ref_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_addr_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_credential_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +2 -2
- data/spec/ngrokapi/models/tls_certificate_spec.rb +2 -2
- 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/tunnel_session_spec.rb +2 -2
- data/spec/ngrokapi/models/tunnel_spec.rb +2 -2
- data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +19 -0
- data/spec/ngrokapi/services/agent_ingresses_client_spec.rb +21 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +19 -0
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +21 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +21 -0
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/edges_https_client_spec.rb +200 -0
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +288 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +200 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +216 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +24 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +21 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +23 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +184 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +200 -0
- data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +20 -1
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +28 -1
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +25 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +22 -44
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +29 -88
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +25 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +23 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +29 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +33 -0
- data/spec/ngrokapi/services/tcp_edge_backend_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +23 -0
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +184 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +184 -0
- data/spec/spec_helper.rb +326 -33
- metadata +166 -76
- data/doc/README +0 -94
- data/docs/README +0 -94
- data/lib/ngrokapi/models/endpoint_configuration.rb +0 -130
- data/lib/ngrokapi/models/endpoint_logging.rb +0 -27
- data/lib/ngrokapi/models/endpoint_logging_mutate.rb +0 -27
- data/lib/ngrokapi/models/event_stream.rb +0 -77
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -289
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +0 -108
- data/lib/ngrokapi/services/event_streams_client.rb +0 -224
- 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/services/endpoint_configurations_client_spec.rb +0 -237
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +0 -125
- data/spec/ngrokapi/services/event_streams_client_spec.rb +0 -177
@@ -4,7 +4,7 @@
|
|
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
9
|
— Documentation by YARD 0.9.27
|
10
10
|
|
@@ -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>
|
@@ -109,7 +109,7 @@
|
|
109
109
|
<li class="public ">
|
110
110
|
<span class="summary_signature">
|
111
111
|
|
112
|
-
<a href="#
|
112
|
+
<a href="#attrs-instance_method" title="#attrs (instance method)">#<strong>attrs</strong> ⇒ Object </a>
|
113
113
|
|
114
114
|
|
115
115
|
|
@@ -129,7 +129,7 @@
|
|
129
129
|
|
130
130
|
|
131
131
|
<span class="summary_desc"><div class='inline'>
|
132
|
-
<p>Returns the value of attribute
|
132
|
+
<p>Returns the value of attribute attrs.</p>
|
133
133
|
</div></span>
|
134
134
|
|
135
135
|
</li>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
<li class="public ">
|
139
139
|
<span class="summary_signature">
|
140
140
|
|
141
|
-
<a href="#
|
141
|
+
<a href="#backend-instance_method" title="#backend (instance method)">#<strong>backend</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 backend.</p>
|
162
162
|
</div></span>
|
163
163
|
|
164
164
|
</li>
|
@@ -312,7 +312,7 @@
|
|
312
312
|
<li class="public ">
|
313
313
|
<span class="summary_signature">
|
314
314
|
|
315
|
-
<a href="#
|
315
|
+
<a href="#edge_id-instance_method" title="#edge_id (instance method)">#<strong>edge_id</strong> ⇒ Object </a>
|
316
316
|
|
317
317
|
|
318
318
|
|
@@ -332,7 +332,7 @@
|
|
332
332
|
|
333
333
|
|
334
334
|
<span class="summary_desc"><div class='inline'>
|
335
|
-
<p>Returns the value of attribute
|
335
|
+
<p>Returns the value of attribute edge_id.</p>
|
336
336
|
</div></span>
|
337
337
|
|
338
338
|
</li>
|
@@ -341,7 +341,7 @@
|
|
341
341
|
<li class="public ">
|
342
342
|
<span class="summary_signature">
|
343
343
|
|
344
|
-
<a href="#
|
344
|
+
<a href="#id-instance_method" title="#id (instance method)">#<strong>id</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 id.</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="#ip_restriction-instance_method" title="#ip_restriction (instance method)">#<strong>ip_restriction</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 ip_restriction.</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-instance_method" title="#match (instance method)">#<strong>match</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.</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="#match_type-instance_method" title="#match_type (instance method)">#<strong>match_type</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 match_type.</p>
|
452
452
|
</div></span>
|
453
453
|
|
454
454
|
</li>
|
@@ -457,7 +457,7 @@
|
|
457
457
|
<li class="public ">
|
458
458
|
<span class="summary_signature">
|
459
459
|
|
460
|
-
<a href="#
|
460
|
+
<a href="#metadata-instance_method" title="#metadata (instance method)">#<strong>metadata</strong> ⇒ Object </a>
|
461
461
|
|
462
462
|
|
463
463
|
|
@@ -477,7 +477,7 @@
|
|
477
477
|
|
478
478
|
|
479
479
|
<span class="summary_desc"><div class='inline'>
|
480
|
-
<p>Returns the value of attribute
|
480
|
+
<p>Returns the value of attribute metadata.</p>
|
481
481
|
</div></span>
|
482
482
|
|
483
483
|
</li>
|
@@ -486,7 +486,7 @@
|
|
486
486
|
<li class="public ">
|
487
487
|
<span class="summary_signature">
|
488
488
|
|
489
|
-
<a href="#
|
489
|
+
<a href="#oauth-instance_method" title="#oauth (instance method)">#<strong>oauth</strong> ⇒ Object </a>
|
490
490
|
|
491
491
|
|
492
492
|
|
@@ -506,7 +506,7 @@
|
|
506
506
|
|
507
507
|
|
508
508
|
<span class="summary_desc"><div class='inline'>
|
509
|
-
<p>Returns the value of attribute
|
509
|
+
<p>Returns the value of attribute oauth.</p>
|
510
510
|
</div></span>
|
511
511
|
|
512
512
|
</li>
|
@@ -515,7 +515,7 @@
|
|
515
515
|
<li class="public ">
|
516
516
|
<span class="summary_signature">
|
517
517
|
|
518
|
-
<a href="#
|
518
|
+
<a href="#oidc-instance_method" title="#oidc (instance method)">#<strong>oidc</strong> ⇒ Object </a>
|
519
519
|
|
520
520
|
|
521
521
|
|
@@ -535,7 +535,7 @@
|
|
535
535
|
|
536
536
|
|
537
537
|
<span class="summary_desc"><div class='inline'>
|
538
|
-
<p>Returns the value of attribute
|
538
|
+
<p>Returns the value of attribute oidc.</p>
|
539
539
|
</div></span>
|
540
540
|
|
541
541
|
</li>
|
@@ -544,7 +544,7 @@
|
|
544
544
|
<li class="public ">
|
545
545
|
<span class="summary_signature">
|
546
546
|
|
547
|
-
<a href="#
|
547
|
+
<a href="#request_headers-instance_method" title="#request_headers (instance method)">#<strong>request_headers</strong> ⇒ Object </a>
|
548
548
|
|
549
549
|
|
550
550
|
|
@@ -564,7 +564,7 @@
|
|
564
564
|
|
565
565
|
|
566
566
|
<span class="summary_desc"><div class='inline'>
|
567
|
-
<p>Returns the value of attribute
|
567
|
+
<p>Returns the value of attribute request_headers.</p>
|
568
568
|
</div></span>
|
569
569
|
|
570
570
|
</li>
|
@@ -573,7 +573,7 @@
|
|
573
573
|
<li class="public ">
|
574
574
|
<span class="summary_signature">
|
575
575
|
|
576
|
-
<a href="#
|
576
|
+
<a href="#response_headers-instance_method" title="#response_headers (instance method)">#<strong>response_headers</strong> ⇒ Object </a>
|
577
577
|
|
578
578
|
|
579
579
|
|
@@ -593,7 +593,7 @@
|
|
593
593
|
|
594
594
|
|
595
595
|
<span class="summary_desc"><div class='inline'>
|
596
|
-
<p>Returns the value of attribute
|
596
|
+
<p>Returns the value of attribute response_headers.</p>
|
597
597
|
</div></span>
|
598
598
|
|
599
599
|
</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
|
780
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client: nil, attrs: {}) ⇒ HTTPSEdgeRoute </a>
|
810
781
|
|
811
782
|
|
812
783
|
|
@@ -823,9 +794,31 @@
|
|
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
|
|
800
|
+
</li>
|
801
|
+
|
802
|
+
|
803
|
+
<li class="public ">
|
804
|
+
<span class="summary_signature">
|
805
|
+
|
806
|
+
<a href="#to_h-instance_method" title="#to_h (instance method)">#<strong>to_h</strong> ⇒ Object </a>
|
807
|
+
|
808
|
+
|
809
|
+
|
810
|
+
</span>
|
811
|
+
|
812
|
+
|
813
|
+
|
814
|
+
|
815
|
+
|
816
|
+
|
817
|
+
|
818
|
+
|
819
|
+
|
820
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
821
|
+
|
829
822
|
</li>
|
830
823
|
|
831
824
|
|
@@ -854,7 +847,7 @@
|
|
854
847
|
<li class="public ">
|
855
848
|
<span class="summary_signature">
|
856
849
|
|
857
|
-
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(
|
850
|
+
<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
851
|
|
859
852
|
|
860
853
|
|
@@ -869,7 +862,7 @@
|
|
869
862
|
|
870
863
|
|
871
864
|
<span class="summary_desc"><div class='inline'>
|
872
|
-
<p>Updates an
|
865
|
+
<p>Updates an HTTPS Edge Route by ID.</p>
|
873
866
|
</div></span>
|
874
867
|
|
875
868
|
</li>
|
@@ -884,7 +877,7 @@
|
|
884
877
|
<div class="method_details first">
|
885
878
|
<h3 class="signature first" id="initialize-instance_method">
|
886
879
|
|
887
|
-
#<strong>initialize</strong>(client
|
880
|
+
#<strong>initialize</strong>(client: nil, attrs: {}) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::HTTPSEdgeRoute (class)">HTTPSEdgeRoute</a></span></tt>
|
888
881
|
|
889
882
|
|
890
883
|
|
@@ -893,7 +886,7 @@
|
|
893
886
|
</h3><div class="docstring">
|
894
887
|
<div class="discussion">
|
895
888
|
|
896
|
-
<p>Returns a new instance of
|
889
|
+
<p>Returns a new instance of HTTPSEdgeRoute.</p>
|
897
890
|
|
898
891
|
|
899
892
|
</div>
|
@@ -907,6 +900,7 @@
|
|
907
900
|
<pre class="lines">
|
908
901
|
|
909
902
|
|
903
|
+
28
|
910
904
|
29
|
911
905
|
30
|
912
906
|
31
|
@@ -928,36 +922,33 @@
|
|
928
922
|
47
|
929
923
|
48
|
930
924
|
49
|
931
|
-
50
|
932
|
-
51
|
933
|
-
52</pre>
|
925
|
+
50</pre>
|
934
926
|
</td>
|
935
927
|
<td>
|
936
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
928
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 28</span>
|
937
929
|
|
938
|
-
<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'>
|
930
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>attrs:</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
939
931
|
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
940
|
-
<span class='ivar'>@
|
941
|
-
<span class='ivar'>@
|
942
|
-
<span class='ivar'>@
|
943
|
-
<span class='ivar'>@
|
944
|
-
<span class='ivar'>@
|
945
|
-
<span class='ivar'>@
|
946
|
-
<span class='ivar'>@uri</span> <span class='op'>=</span> <span class='ivar'>@
|
947
|
-
<span class='ivar'>@
|
948
|
-
<span class='ivar'>@
|
949
|
-
<span class='ivar'>@
|
950
|
-
<span class='ivar'>@
|
951
|
-
<span class='ivar'>@
|
952
|
-
<span class='ivar'>@
|
953
|
-
<span class='ivar'>@
|
954
|
-
<span class='ivar'>@
|
955
|
-
<span class='ivar'>@
|
956
|
-
<span class='ivar'>@oauth</span> <span class='op'>=</span> <span class='ivar'>@
|
957
|
-
<span class='ivar'>@
|
958
|
-
<span class='ivar'>@
|
959
|
-
<span class='ivar'>@
|
960
|
-
<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>
|
932
|
+
<span class='ivar'>@attrs</span> <span class='op'>=</span> <span class='id identifier rubyid_attrs'>attrs</span>
|
933
|
+
<span class='ivar'>@edge_id</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
934
|
+
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
935
|
+
<span class='ivar'>@created_at</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
936
|
+
<span class='ivar'>@match_type</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
937
|
+
<span class='ivar'>@match</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
938
|
+
<span class='ivar'>@uri</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
939
|
+
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
940
|
+
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
941
|
+
<span class='ivar'>@backend</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
942
|
+
<span class='ivar'>@ip_restriction</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
943
|
+
<span class='ivar'>@circuit_breaker</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
944
|
+
<span class='ivar'>@compression</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
945
|
+
<span class='ivar'>@request_headers</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
946
|
+
<span class='ivar'>@response_headers</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
947
|
+
<span class='ivar'>@webhook_verification</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
948
|
+
<span class='ivar'>@oauth</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
949
|
+
<span class='ivar'>@saml</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
950
|
+
<span class='ivar'>@oidc</span> <span class='op'>=</span> <span class='ivar'>@attrs</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>
|
951
|
+
<span class='ivar'>@websocket_tcp_converter</span> <span class='op'>=</span> <span class='ivar'>@attrs</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
952
|
<span class='kw'>end</span></pre>
|
962
953
|
</td>
|
963
954
|
</tr>
|
@@ -972,9 +963,9 @@
|
|
972
963
|
|
973
964
|
<span id=""></span>
|
974
965
|
<div class="method_details first">
|
975
|
-
<h3 class="signature first" id="
|
966
|
+
<h3 class="signature first" id="attrs-instance_method">
|
976
967
|
|
977
|
-
#<strong>
|
968
|
+
#<strong>attrs</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
978
969
|
|
979
970
|
|
980
971
|
|
@@ -983,7 +974,7 @@
|
|
983
974
|
</h3><div class="docstring">
|
984
975
|
<div class="discussion">
|
985
976
|
|
986
|
-
<p>Returns the value of attribute
|
977
|
+
<p>Returns the value of attribute attrs.</p>
|
987
978
|
|
988
979
|
|
989
980
|
</div>
|
@@ -1002,10 +993,10 @@
|
|
1002
993
|
8</pre>
|
1003
994
|
</td>
|
1004
995
|
<td>
|
1005
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
996
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1006
997
|
|
1007
|
-
<span class='kw'>def</span> <span class='id identifier
|
1008
|
-
<span class='ivar'>@
|
998
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_attrs'>attrs</span>
|
999
|
+
<span class='ivar'>@attrs</span>
|
1009
1000
|
<span class='kw'>end</span></pre>
|
1010
1001
|
</td>
|
1011
1002
|
</tr>
|
@@ -1015,9 +1006,9 @@
|
|
1015
1006
|
|
1016
1007
|
<span id=""></span>
|
1017
1008
|
<div class="method_details ">
|
1018
|
-
<h3 class="signature " id="
|
1009
|
+
<h3 class="signature " id="backend-instance_method">
|
1019
1010
|
|
1020
|
-
#<strong>
|
1011
|
+
#<strong>backend</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1021
1012
|
|
1022
1013
|
|
1023
1014
|
|
@@ -1026,7 +1017,7 @@
|
|
1026
1017
|
</h3><div class="docstring">
|
1027
1018
|
<div class="discussion">
|
1028
1019
|
|
1029
|
-
<p>Returns the value of attribute
|
1020
|
+
<p>Returns the value of attribute backend.</p>
|
1030
1021
|
|
1031
1022
|
|
1032
1023
|
</div>
|
@@ -1045,10 +1036,10 @@
|
|
1045
1036
|
8</pre>
|
1046
1037
|
</td>
|
1047
1038
|
<td>
|
1048
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1039
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1049
1040
|
|
1050
|
-
<span class='kw'>def</span> <span class='id identifier
|
1051
|
-
<span class='ivar'>@
|
1041
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_backend'>backend</span>
|
1042
|
+
<span class='ivar'>@backend</span>
|
1052
1043
|
<span class='kw'>end</span></pre>
|
1053
1044
|
</td>
|
1054
1045
|
</tr>
|
@@ -1088,7 +1079,7 @@
|
|
1088
1079
|
8</pre>
|
1089
1080
|
</td>
|
1090
1081
|
<td>
|
1091
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1082
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1092
1083
|
|
1093
1084
|
<span class='kw'>def</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span>
|
1094
1085
|
<span class='ivar'>@circuit_breaker</span>
|
@@ -1131,7 +1122,7 @@
|
|
1131
1122
|
8</pre>
|
1132
1123
|
</td>
|
1133
1124
|
<td>
|
1134
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1125
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1135
1126
|
|
1136
1127
|
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
1137
1128
|
<span class='ivar'>@client</span>
|
@@ -1174,7 +1165,7 @@
|
|
1174
1165
|
8</pre>
|
1175
1166
|
</td>
|
1176
1167
|
<td>
|
1177
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1168
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1178
1169
|
|
1179
1170
|
<span class='kw'>def</span> <span class='id identifier rubyid_compression'>compression</span>
|
1180
1171
|
<span class='ivar'>@compression</span>
|
@@ -1217,7 +1208,7 @@
|
|
1217
1208
|
8</pre>
|
1218
1209
|
</td>
|
1219
1210
|
<td>
|
1220
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1211
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1221
1212
|
|
1222
1213
|
<span class='kw'>def</span> <span class='id identifier rubyid_created_at'>created_at</span>
|
1223
1214
|
<span class='ivar'>@created_at</span>
|
@@ -1260,7 +1251,7 @@
|
|
1260
1251
|
8</pre>
|
1261
1252
|
</td>
|
1262
1253
|
<td>
|
1263
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1254
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1264
1255
|
|
1265
1256
|
<span class='kw'>def</span> <span class='id identifier rubyid_description'>description</span>
|
1266
1257
|
<span class='ivar'>@description</span>
|
@@ -1273,9 +1264,9 @@
|
|
1273
1264
|
|
1274
1265
|
<span id=""></span>
|
1275
1266
|
<div class="method_details ">
|
1276
|
-
<h3 class="signature " id="
|
1267
|
+
<h3 class="signature " id="edge_id-instance_method">
|
1277
1268
|
|
1278
|
-
#<strong>
|
1269
|
+
#<strong>edge_id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1279
1270
|
|
1280
1271
|
|
1281
1272
|
|
@@ -1284,7 +1275,7 @@
|
|
1284
1275
|
</h3><div class="docstring">
|
1285
1276
|
<div class="discussion">
|
1286
1277
|
|
1287
|
-
<p>Returns the value of attribute
|
1278
|
+
<p>Returns the value of attribute edge_id.</p>
|
1288
1279
|
|
1289
1280
|
|
1290
1281
|
</div>
|
@@ -1303,10 +1294,10 @@
|
|
1303
1294
|
8</pre>
|
1304
1295
|
</td>
|
1305
1296
|
<td>
|
1306
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1297
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1307
1298
|
|
1308
|
-
<span class='kw'>def</span> <span class='id identifier
|
1309
|
-
<span class='ivar'>@
|
1299
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_edge_id'>edge_id</span>
|
1300
|
+
<span class='ivar'>@edge_id</span>
|
1310
1301
|
<span class='kw'>end</span></pre>
|
1311
1302
|
</td>
|
1312
1303
|
</tr>
|
@@ -1316,9 +1307,9 @@
|
|
1316
1307
|
|
1317
1308
|
<span id=""></span>
|
1318
1309
|
<div class="method_details ">
|
1319
|
-
<h3 class="signature " id="
|
1310
|
+
<h3 class="signature " id="id-instance_method">
|
1320
1311
|
|
1321
|
-
#<strong>
|
1312
|
+
#<strong>id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1322
1313
|
|
1323
1314
|
|
1324
1315
|
|
@@ -1327,7 +1318,7 @@
|
|
1327
1318
|
</h3><div class="docstring">
|
1328
1319
|
<div class="discussion">
|
1329
1320
|
|
1330
|
-
<p>Returns the value of attribute
|
1321
|
+
<p>Returns the value of attribute id.</p>
|
1331
1322
|
|
1332
1323
|
|
1333
1324
|
</div>
|
@@ -1346,10 +1337,10 @@
|
|
1346
1337
|
8</pre>
|
1347
1338
|
</td>
|
1348
1339
|
<td>
|
1349
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1340
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1350
1341
|
|
1351
|
-
<span class='kw'>def</span> <span class='id identifier
|
1352
|
-
<span class='ivar'>@
|
1342
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
|
1343
|
+
<span class='ivar'>@id</span>
|
1353
1344
|
<span class='kw'>end</span></pre>
|
1354
1345
|
</td>
|
1355
1346
|
</tr>
|
@@ -1359,9 +1350,9 @@
|
|
1359
1350
|
|
1360
1351
|
<span id=""></span>
|
1361
1352
|
<div class="method_details ">
|
1362
|
-
<h3 class="signature " id="
|
1353
|
+
<h3 class="signature " id="ip_restriction-instance_method">
|
1363
1354
|
|
1364
|
-
#<strong>
|
1355
|
+
#<strong>ip_restriction</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1365
1356
|
|
1366
1357
|
|
1367
1358
|
|
@@ -1370,7 +1361,7 @@
|
|
1370
1361
|
</h3><div class="docstring">
|
1371
1362
|
<div class="discussion">
|
1372
1363
|
|
1373
|
-
<p>Returns the value of attribute
|
1364
|
+
<p>Returns the value of attribute ip_restriction.</p>
|
1374
1365
|
|
1375
1366
|
|
1376
1367
|
</div>
|
@@ -1389,10 +1380,10 @@
|
|
1389
1380
|
8</pre>
|
1390
1381
|
</td>
|
1391
1382
|
<td>
|
1392
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1383
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1393
1384
|
|
1394
|
-
<span class='kw'>def</span> <span class='id identifier
|
1395
|
-
<span class='ivar'>@
|
1385
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span>
|
1386
|
+
<span class='ivar'>@ip_restriction</span>
|
1396
1387
|
<span class='kw'>end</span></pre>
|
1397
1388
|
</td>
|
1398
1389
|
</tr>
|
@@ -1402,9 +1393,9 @@
|
|
1402
1393
|
|
1403
1394
|
<span id=""></span>
|
1404
1395
|
<div class="method_details ">
|
1405
|
-
<h3 class="signature " id="
|
1396
|
+
<h3 class="signature " id="match-instance_method">
|
1406
1397
|
|
1407
|
-
#<strong>
|
1398
|
+
#<strong>match</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1408
1399
|
|
1409
1400
|
|
1410
1401
|
|
@@ -1413,7 +1404,7 @@
|
|
1413
1404
|
</h3><div class="docstring">
|
1414
1405
|
<div class="discussion">
|
1415
1406
|
|
1416
|
-
<p>Returns the value of attribute
|
1407
|
+
<p>Returns the value of attribute match.</p>
|
1417
1408
|
|
1418
1409
|
|
1419
1410
|
</div>
|
@@ -1432,10 +1423,10 @@
|
|
1432
1423
|
8</pre>
|
1433
1424
|
</td>
|
1434
1425
|
<td>
|
1435
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1426
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1436
1427
|
|
1437
|
-
<span class='kw'>def</span> <span class='id identifier
|
1438
|
-
<span class='ivar'>@
|
1428
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_match'>match</span>
|
1429
|
+
<span class='ivar'>@match</span>
|
1439
1430
|
<span class='kw'>end</span></pre>
|
1440
1431
|
</td>
|
1441
1432
|
</tr>
|
@@ -1445,9 +1436,9 @@
|
|
1445
1436
|
|
1446
1437
|
<span id=""></span>
|
1447
1438
|
<div class="method_details ">
|
1448
|
-
<h3 class="signature " id="
|
1439
|
+
<h3 class="signature " id="match_type-instance_method">
|
1449
1440
|
|
1450
|
-
#<strong>
|
1441
|
+
#<strong>match_type</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1451
1442
|
|
1452
1443
|
|
1453
1444
|
|
@@ -1456,7 +1447,7 @@
|
|
1456
1447
|
</h3><div class="docstring">
|
1457
1448
|
<div class="discussion">
|
1458
1449
|
|
1459
|
-
<p>Returns the value of attribute
|
1450
|
+
<p>Returns the value of attribute match_type.</p>
|
1460
1451
|
|
1461
1452
|
|
1462
1453
|
</div>
|
@@ -1475,10 +1466,10 @@
|
|
1475
1466
|
8</pre>
|
1476
1467
|
</td>
|
1477
1468
|
<td>
|
1478
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1469
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1479
1470
|
|
1480
|
-
<span class='kw'>def</span> <span class='id identifier
|
1481
|
-
<span class='ivar'>@
|
1471
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_match_type'>match_type</span>
|
1472
|
+
<span class='ivar'>@match_type</span>
|
1482
1473
|
<span class='kw'>end</span></pre>
|
1483
1474
|
</td>
|
1484
1475
|
</tr>
|
@@ -1488,9 +1479,9 @@
|
|
1488
1479
|
|
1489
1480
|
<span id=""></span>
|
1490
1481
|
<div class="method_details ">
|
1491
|
-
<h3 class="signature " id="
|
1482
|
+
<h3 class="signature " id="metadata-instance_method">
|
1492
1483
|
|
1493
|
-
#<strong>
|
1484
|
+
#<strong>metadata</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1494
1485
|
|
1495
1486
|
|
1496
1487
|
|
@@ -1499,7 +1490,7 @@
|
|
1499
1490
|
</h3><div class="docstring">
|
1500
1491
|
<div class="discussion">
|
1501
1492
|
|
1502
|
-
<p>Returns the value of attribute
|
1493
|
+
<p>Returns the value of attribute metadata.</p>
|
1503
1494
|
|
1504
1495
|
|
1505
1496
|
</div>
|
@@ -1518,10 +1509,10 @@
|
|
1518
1509
|
8</pre>
|
1519
1510
|
</td>
|
1520
1511
|
<td>
|
1521
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1512
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1522
1513
|
|
1523
|
-
<span class='kw'>def</span> <span class='id identifier
|
1524
|
-
<span class='ivar'>@
|
1514
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
1515
|
+
<span class='ivar'>@metadata</span>
|
1525
1516
|
<span class='kw'>end</span></pre>
|
1526
1517
|
</td>
|
1527
1518
|
</tr>
|
@@ -1531,9 +1522,9 @@
|
|
1531
1522
|
|
1532
1523
|
<span id=""></span>
|
1533
1524
|
<div class="method_details ">
|
1534
|
-
<h3 class="signature " id="
|
1525
|
+
<h3 class="signature " id="oauth-instance_method">
|
1535
1526
|
|
1536
|
-
#<strong>
|
1527
|
+
#<strong>oauth</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1537
1528
|
|
1538
1529
|
|
1539
1530
|
|
@@ -1542,7 +1533,7 @@
|
|
1542
1533
|
</h3><div class="docstring">
|
1543
1534
|
<div class="discussion">
|
1544
1535
|
|
1545
|
-
<p>Returns the value of attribute
|
1536
|
+
<p>Returns the value of attribute oauth.</p>
|
1546
1537
|
|
1547
1538
|
|
1548
1539
|
</div>
|
@@ -1561,10 +1552,10 @@
|
|
1561
1552
|
8</pre>
|
1562
1553
|
</td>
|
1563
1554
|
<td>
|
1564
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1555
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1565
1556
|
|
1566
|
-
<span class='kw'>def</span> <span class='id identifier
|
1567
|
-
<span class='ivar'>@
|
1557
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_oauth'>oauth</span>
|
1558
|
+
<span class='ivar'>@oauth</span>
|
1568
1559
|
<span class='kw'>end</span></pre>
|
1569
1560
|
</td>
|
1570
1561
|
</tr>
|
@@ -1574,9 +1565,9 @@
|
|
1574
1565
|
|
1575
1566
|
<span id=""></span>
|
1576
1567
|
<div class="method_details ">
|
1577
|
-
<h3 class="signature " id="
|
1568
|
+
<h3 class="signature " id="oidc-instance_method">
|
1578
1569
|
|
1579
|
-
#<strong>
|
1570
|
+
#<strong>oidc</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1580
1571
|
|
1581
1572
|
|
1582
1573
|
|
@@ -1585,7 +1576,7 @@
|
|
1585
1576
|
</h3><div class="docstring">
|
1586
1577
|
<div class="discussion">
|
1587
1578
|
|
1588
|
-
<p>Returns the value of attribute
|
1579
|
+
<p>Returns the value of attribute oidc.</p>
|
1589
1580
|
|
1590
1581
|
|
1591
1582
|
</div>
|
@@ -1604,10 +1595,10 @@
|
|
1604
1595
|
8</pre>
|
1605
1596
|
</td>
|
1606
1597
|
<td>
|
1607
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1598
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1608
1599
|
|
1609
|
-
<span class='kw'>def</span> <span class='id identifier
|
1610
|
-
<span class='ivar'>@
|
1600
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_oidc'>oidc</span>
|
1601
|
+
<span class='ivar'>@oidc</span>
|
1611
1602
|
<span class='kw'>end</span></pre>
|
1612
1603
|
</td>
|
1613
1604
|
</tr>
|
@@ -1617,9 +1608,9 @@
|
|
1617
1608
|
|
1618
1609
|
<span id=""></span>
|
1619
1610
|
<div class="method_details ">
|
1620
|
-
<h3 class="signature " id="
|
1611
|
+
<h3 class="signature " id="request_headers-instance_method">
|
1621
1612
|
|
1622
|
-
#<strong>
|
1613
|
+
#<strong>request_headers</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1623
1614
|
|
1624
1615
|
|
1625
1616
|
|
@@ -1628,7 +1619,7 @@
|
|
1628
1619
|
</h3><div class="docstring">
|
1629
1620
|
<div class="discussion">
|
1630
1621
|
|
1631
|
-
<p>Returns the value of attribute
|
1622
|
+
<p>Returns the value of attribute request_headers.</p>
|
1632
1623
|
|
1633
1624
|
|
1634
1625
|
</div>
|
@@ -1647,10 +1638,10 @@
|
|
1647
1638
|
8</pre>
|
1648
1639
|
</td>
|
1649
1640
|
<td>
|
1650
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1641
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1651
1642
|
|
1652
|
-
<span class='kw'>def</span> <span class='id identifier
|
1653
|
-
<span class='ivar'>@
|
1643
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_request_headers'>request_headers</span>
|
1644
|
+
<span class='ivar'>@request_headers</span>
|
1654
1645
|
<span class='kw'>end</span></pre>
|
1655
1646
|
</td>
|
1656
1647
|
</tr>
|
@@ -1660,9 +1651,9 @@
|
|
1660
1651
|
|
1661
1652
|
<span id=""></span>
|
1662
1653
|
<div class="method_details ">
|
1663
|
-
<h3 class="signature " id="
|
1654
|
+
<h3 class="signature " id="response_headers-instance_method">
|
1664
1655
|
|
1665
|
-
#<strong>
|
1656
|
+
#<strong>response_headers</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1666
1657
|
|
1667
1658
|
|
1668
1659
|
|
@@ -1671,7 +1662,7 @@
|
|
1671
1662
|
</h3><div class="docstring">
|
1672
1663
|
<div class="discussion">
|
1673
1664
|
|
1674
|
-
<p>Returns the value of attribute
|
1665
|
+
<p>Returns the value of attribute response_headers.</p>
|
1675
1666
|
|
1676
1667
|
|
1677
1668
|
</div>
|
@@ -1690,10 +1681,10 @@
|
|
1690
1681
|
8</pre>
|
1691
1682
|
</td>
|
1692
1683
|
<td>
|
1693
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1684
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1694
1685
|
|
1695
|
-
<span class='kw'>def</span> <span class='id identifier
|
1696
|
-
<span class='ivar'>@
|
1686
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_response_headers'>response_headers</span>
|
1687
|
+
<span class='ivar'>@response_headers</span>
|
1697
1688
|
<span class='kw'>end</span></pre>
|
1698
1689
|
</td>
|
1699
1690
|
</tr>
|
@@ -1733,7 +1724,7 @@
|
|
1733
1724
|
8</pre>
|
1734
1725
|
</td>
|
1735
1726
|
<td>
|
1736
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1727
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1737
1728
|
|
1738
1729
|
<span class='kw'>def</span> <span class='id identifier rubyid_saml'>saml</span>
|
1739
1730
|
<span class='ivar'>@saml</span>
|
@@ -1746,52 +1737,9 @@
|
|
1746
1737
|
|
1747
1738
|
<span id=""></span>
|
1748
1739
|
<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">
|
1740
|
+
<h3 class="signature " id="uri-instance_method">
|
1793
1741
|
|
1794
|
-
#<strong>
|
1742
|
+
#<strong>uri</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1795
1743
|
|
1796
1744
|
|
1797
1745
|
|
@@ -1800,7 +1748,7 @@
|
|
1800
1748
|
</h3><div class="docstring">
|
1801
1749
|
<div class="discussion">
|
1802
1750
|
|
1803
|
-
<p>Returns the value of attribute
|
1751
|
+
<p>Returns the value of attribute uri.</p>
|
1804
1752
|
|
1805
1753
|
|
1806
1754
|
</div>
|
@@ -1819,10 +1767,10 @@
|
|
1819
1767
|
8</pre>
|
1820
1768
|
</td>
|
1821
1769
|
<td>
|
1822
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1770
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1823
1771
|
|
1824
|
-
<span class='kw'>def</span> <span class='id identifier
|
1825
|
-
<span class='ivar'>@
|
1772
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_uri'>uri</span>
|
1773
|
+
<span class='ivar'>@uri</span>
|
1826
1774
|
<span class='kw'>end</span></pre>
|
1827
1775
|
</td>
|
1828
1776
|
</tr>
|
@@ -1832,9 +1780,9 @@
|
|
1832
1780
|
|
1833
1781
|
<span id=""></span>
|
1834
1782
|
<div class="method_details ">
|
1835
|
-
<h3 class="signature " id="
|
1783
|
+
<h3 class="signature " id="webhook_verification-instance_method">
|
1836
1784
|
|
1837
|
-
#<strong>
|
1785
|
+
#<strong>webhook_verification</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1838
1786
|
|
1839
1787
|
|
1840
1788
|
|
@@ -1843,7 +1791,7 @@
|
|
1843
1791
|
</h3><div class="docstring">
|
1844
1792
|
<div class="discussion">
|
1845
1793
|
|
1846
|
-
<p>Returns the value of attribute
|
1794
|
+
<p>Returns the value of attribute webhook_verification.</p>
|
1847
1795
|
|
1848
1796
|
|
1849
1797
|
</div>
|
@@ -1862,10 +1810,10 @@
|
|
1862
1810
|
8</pre>
|
1863
1811
|
</td>
|
1864
1812
|
<td>
|
1865
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1813
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1866
1814
|
|
1867
|
-
<span class='kw'>def</span> <span class='id identifier
|
1868
|
-
<span class='ivar'>@
|
1815
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_webhook_verification'>webhook_verification</span>
|
1816
|
+
<span class='ivar'>@webhook_verification</span>
|
1869
1817
|
<span class='kw'>end</span></pre>
|
1870
1818
|
</td>
|
1871
1819
|
</tr>
|
@@ -1875,9 +1823,9 @@
|
|
1875
1823
|
|
1876
1824
|
<span id=""></span>
|
1877
1825
|
<div class="method_details ">
|
1878
|
-
<h3 class="signature " id="
|
1826
|
+
<h3 class="signature " id="websocket_tcp_converter-instance_method">
|
1879
1827
|
|
1880
|
-
#<strong>
|
1828
|
+
#<strong>websocket_tcp_converter</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1881
1829
|
|
1882
1830
|
|
1883
1831
|
|
@@ -1886,7 +1834,7 @@
|
|
1886
1834
|
</h3><div class="docstring">
|
1887
1835
|
<div class="discussion">
|
1888
1836
|
|
1889
|
-
<p>Returns the value of attribute
|
1837
|
+
<p>Returns the value of attribute websocket_tcp_converter.</p>
|
1890
1838
|
|
1891
1839
|
|
1892
1840
|
</div>
|
@@ -1905,10 +1853,10 @@
|
|
1905
1853
|
8</pre>
|
1906
1854
|
</td>
|
1907
1855
|
<td>
|
1908
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1856
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 6</span>
|
1909
1857
|
|
1910
|
-
<span class='kw'>def</span> <span class='id identifier
|
1911
|
-
<span class='ivar'>@
|
1858
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_websocket_tcp_converter'>websocket_tcp_converter</span>
|
1859
|
+
<span class='ivar'>@websocket_tcp_converter</span>
|
1912
1860
|
<span class='kw'>end</span></pre>
|
1913
1861
|
</td>
|
1914
1862
|
</tr>
|
@@ -1937,15 +1885,15 @@
|
|
1937
1885
|
<pre class="lines">
|
1938
1886
|
|
1939
1887
|
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
1888
|
+
52
|
1889
|
+
53
|
1890
|
+
54</pre>
|
1943
1891
|
</td>
|
1944
1892
|
<td>
|
1945
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1893
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 52</span>
|
1946
1894
|
|
1947
1895
|
<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
|
-
<span class='ivar'>@
|
1896
|
+
<span class='ivar'>@attrs</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_attrs'>attrs</span>
|
1949
1897
|
<span class='kw'>end</span></pre>
|
1950
1898
|
</td>
|
1951
1899
|
</tr>
|
@@ -1964,9 +1912,9 @@
|
|
1964
1912
|
</h3><div class="docstring">
|
1965
1913
|
<div class="discussion">
|
1966
1914
|
|
1967
|
-
<p>Delete an
|
1915
|
+
<p>Delete an HTTPS Edge Route by ID</p>
|
1968
1916
|
|
1969
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
1917
|
+
<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
1918
|
|
1971
1919
|
|
1972
1920
|
</div>
|
@@ -1980,23 +1928,57 @@
|
|
1980
1928
|
<pre class="lines">
|
1981
1929
|
|
1982
1930
|
|
1983
|
-
|
1984
|
-
|
1985
|
-
|
1986
|
-
|
1987
|
-
|
1931
|
+
128
|
1932
|
+
129
|
1933
|
+
130
|
1934
|
+
131
|
1935
|
+
132
|
1936
|
+
133
|
1937
|
+
134</pre>
|
1988
1938
|
</td>
|
1989
1939
|
<td>
|
1990
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
1940
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 128</span>
|
1991
1941
|
|
1992
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span>
|
1942
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
1943
|
+
<span class='rparen'>)</span>
|
1993
1944
|
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
1945
|
+
<span class='label'>edge_id:</span> <span class='ivar'>@edge_id</span><span class='comma'>,</span>
|
1994
1946
|
<span class='label'>id:</span> <span class='ivar'>@id</span>
|
1995
1947
|
<span class='rparen'>)</span>
|
1996
1948
|
<span class='kw'>end</span></pre>
|
1997
1949
|
</td>
|
1998
1950
|
</tr>
|
1999
1951
|
</table>
|
1952
|
+
</div>
|
1953
|
+
|
1954
|
+
<div class="method_details ">
|
1955
|
+
<h3 class="signature " id="to_h-instance_method">
|
1956
|
+
|
1957
|
+
#<strong>to_h</strong> ⇒ <tt>Object</tt>
|
1958
|
+
|
1959
|
+
|
1960
|
+
|
1961
|
+
|
1962
|
+
|
1963
|
+
</h3><table class="source_code">
|
1964
|
+
<tr>
|
1965
|
+
<td>
|
1966
|
+
<pre class="lines">
|
1967
|
+
|
1968
|
+
|
1969
|
+
60
|
1970
|
+
61
|
1971
|
+
62</pre>
|
1972
|
+
</td>
|
1973
|
+
<td>
|
1974
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 60</span>
|
1975
|
+
|
1976
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_h'>to_h</span>
|
1977
|
+
<span class='ivar'>@attrs</span><span class='period'>.</span><span class='id identifier rubyid_to_h'>to_h</span>
|
1978
|
+
<span class='kw'>end</span></pre>
|
1979
|
+
</td>
|
1980
|
+
</tr>
|
1981
|
+
</table>
|
2000
1982
|
</div>
|
2001
1983
|
|
2002
1984
|
<div class="method_details ">
|
@@ -2014,15 +1996,15 @@
|
|
2014
1996
|
<pre class="lines">
|
2015
1997
|
|
2016
1998
|
|
2017
|
-
|
2018
|
-
|
2019
|
-
|
1999
|
+
56
|
2000
|
+
57
|
2001
|
+
58</pre>
|
2020
2002
|
</td>
|
2021
2003
|
<td>
|
2022
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
2004
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 56</span>
|
2023
2005
|
|
2024
2006
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
2025
|
-
<span class='ivar'>@
|
2007
|
+
<span class='ivar'>@attrs</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
2026
2008
|
<span class='kw'>end</span></pre>
|
2027
2009
|
</td>
|
2028
2010
|
</tr>
|
@@ -2032,7 +2014,7 @@
|
|
2032
2014
|
<div class="method_details ">
|
2033
2015
|
<h3 class="signature " id="update-instance_method">
|
2034
2016
|
|
2035
|
-
#<strong>update</strong>(
|
2017
|
+
#<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
2018
|
|
2037
2019
|
|
2038
2020
|
|
@@ -2041,9 +2023,9 @@
|
|
2041
2023
|
</h3><div class="docstring">
|
2042
2024
|
<div class="discussion">
|
2043
2025
|
|
2044
|
-
<p>Updates an
|
2026
|
+
<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
2027
|
|
2046
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
2028
|
+
<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
2029
|
|
2048
2030
|
|
2049
2031
|
</div>
|
@@ -2057,6 +2039,15 @@
|
|
2057
2039
|
<pre class="lines">
|
2058
2040
|
|
2059
2041
|
|
2042
|
+
71
|
2043
|
+
72
|
2044
|
+
73
|
2045
|
+
74
|
2046
|
+
75
|
2047
|
+
76
|
2048
|
+
77
|
2049
|
+
78
|
2050
|
+
79
|
2060
2051
|
80
|
2061
2052
|
81
|
2062
2053
|
82
|
@@ -2099,62 +2090,61 @@
|
|
2099
2090
|
119
|
2100
2091
|
120
|
2101
2092
|
121
|
2102
|
-
122
|
2103
|
-
123
|
2104
|
-
124
|
2105
|
-
125
|
2106
|
-
126
|
2107
|
-
127</pre>
|
2093
|
+
122</pre>
|
2108
2094
|
</td>
|
2109
2095
|
<td>
|
2110
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
2096
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/https_edge_route.rb', line 71</span>
|
2111
2097
|
|
2112
2098
|
<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'>
|
2099
|
+
<span class='label'>match_type:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
2100
|
+
<span class='label'>match:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
2101
|
+
<span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
2102
|
+
<span class='label'>metadata:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
2103
|
+
<span class='label'>backend:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2104
|
+
<span class='label'>ip_restriction:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2115
2105
|
<span class='label'>circuit_breaker:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2116
2106
|
<span class='label'>compression:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2117
2107
|
<span class='label'>request_headers:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2118
2108
|
<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>
|
2109
|
+
<span class='label'>webhook_verification:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2123
2110
|
<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
2111
|
<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>
|
2112
|
+
<span class='label'>oidc:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2113
|
+
<span class='label'>websocket_tcp_converter:</span> <span class='kw'>nil</span>
|
2127
2114
|
<span class='rparen'>)</span>
|
2115
|
+
<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>
|
2116
|
+
<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
2117
|
<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
2118
|
<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>
|
2119
|
+
<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>
|
2120
|
+
<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
2121
|
<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
2122
|
<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
2123
|
<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
2124
|
<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>
|
2125
|
+
<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
2126
|
<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
2127
|
<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
2128
|
<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>
|
2129
|
+
<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
2130
|
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
2131
|
+
<span class='label'>edge_id:</span> <span class='ivar'>@edge_id</span><span class='comma'>,</span>
|
2143
2132
|
<span class='label'>id:</span> <span class='ivar'>@id</span><span class='comma'>,</span>
|
2133
|
+
<span class='label'>match_type:</span> <span class='id identifier rubyid_match_type'>match_type</span><span class='comma'>,</span>
|
2134
|
+
<span class='label'>match:</span> <span class='id identifier rubyid_match'>match</span><span class='comma'>,</span>
|
2144
2135
|
<span class='label'>description:</span> <span class='id identifier rubyid_description'>description</span><span class='comma'>,</span>
|
2145
2136
|
<span class='label'>metadata:</span> <span class='id identifier rubyid_metadata'>metadata</span><span class='comma'>,</span>
|
2137
|
+
<span class='label'>backend:</span> <span class='id identifier rubyid_backend'>backend</span><span class='comma'>,</span>
|
2138
|
+
<span class='label'>ip_restriction:</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span><span class='comma'>,</span>
|
2146
2139
|
<span class='label'>circuit_breaker:</span> <span class='id identifier rubyid_circuit_breaker'>circuit_breaker</span><span class='comma'>,</span>
|
2147
2140
|
<span class='label'>compression:</span> <span class='id identifier rubyid_compression'>compression</span><span class='comma'>,</span>
|
2148
2141
|
<span class='label'>request_headers:</span> <span class='id identifier rubyid_request_headers'>request_headers</span><span class='comma'>,</span>
|
2149
2142
|
<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>
|
2143
|
+
<span class='label'>webhook_verification:</span> <span class='id identifier rubyid_webhook_verification'>webhook_verification</span><span class='comma'>,</span>
|
2154
2144
|
<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
2145
|
<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>
|
2146
|
+
<span class='label'>oidc:</span> <span class='id identifier rubyid_oidc'>oidc</span><span class='comma'>,</span>
|
2147
|
+
<span class='label'>websocket_tcp_converter:</span> <span class='id identifier rubyid_websocket_tcp_converter'>websocket_tcp_converter</span>
|
2158
2148
|
<span class='rparen'>)</span>
|
2159
2149
|
<span class='kw'>end</span></pre>
|
2160
2150
|
</td>
|
@@ -2167,9 +2157,9 @@
|
|
2167
2157
|
</div>
|
2168
2158
|
|
2169
2159
|
<div id="footer">
|
2170
|
-
Generated on
|
2160
|
+
Generated on Mon Apr 11 19:32:58 2022 by
|
2171
2161
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2172
|
-
0.9.27 (ruby-
|
2162
|
+
0.9.27 (ruby-2.7.5).
|
2173
2163
|
</div>
|
2174
2164
|
|
2175
2165
|
</div>
|