Uses of Class
com.ngrok.definitions.Ref
Packages that use Ref
-
Uses of Ref in com.ngrok.definitions
Methods in com.ngrok.definitions that return RefModifier and TypeMethodDescriptionTunnelSession.getCredential()reference to the tunnel credential or ssh credential used by the ngrok agent to start this tunnel sessionIpPolicyRule.getIpPolicy()object describing the IP policy this IP Policy Rule belongs toTunnel.getTunnelSession()reference object pointing to the tunnel session on which this tunnel was startedMethods in com.ngrok.definitions that return types with arguments of type RefModifier and TypeMethodDescriptionReservedDomain.getCertificate()object referencing the TLS certificate used for connections to this domain.EndpointMutualTls.getCertificateAuthorities()PEM-encoded CA certificates that will be used to validate.EventSubscription.getDestinations()Destinations to which these events will be sentReservedAddr.getEndpointConfiguration()object reference to the endpoint configuration that will be applied to traffic to this addressEndpointLogging.getEventStreams()list of all EventStreams that will be used to configure and export this endpoint's logsReservedDomain.getHttpEndpointConfiguration()object referencing the endpoint configuration applied to http traffic on this domainReservedDomain.getHttpsEndpointConfiguration()object referencing the endpoint configuration applied to https traffic on this domainEndpointIpPolicy.getIpPolicies()Fetches the value of theipPoliciesproperty.IpRestriction.getIpPolicies()the set of IP policies that are used to enforce the restrictionConstructors in com.ngrok.definitions with parameters of type RefModifierConstructorDescriptionIpPolicyRule(String id, URI uri, OffsetDateTime createdAt, String description, String metadata, String cidr, Ref ipPolicy)Creates a new instance ofIpPolicyRule.Tunnel(String id, URI publicUrl, OffsetDateTime startedAt, String metadata, String proto, String region, Ref tunnelSession)Creates a new instance ofTunnel.TunnelSession(String agentVersion, Ref credential, String id, String ip, String metadata, String os, String region, OffsetDateTime startedAt, String transport, URI uri)Creates a new instance ofTunnelSession.Constructor parameters in com.ngrok.definitions with type arguments of type RefModifierConstructorDescriptionEndpointIpPolicy(Optional<Boolean> enabled, List<Ref> ipPolicies)Creates a new instance ofEndpointIpPolicy.EndpointLogging(Optional<Boolean> enabled, List<Ref> eventStreams)Creates a new instance ofEndpointLogging.EndpointMutualTls(Optional<Boolean> enabled, List<Ref> certificateAuthorities)Creates a new instance ofEndpointMutualTls.IpRestriction(String id, URI uri, OffsetDateTime createdAt, String description, String metadata, Boolean enforced, String type, List<Ref> ipPolicies)Creates a new instance ofIpRestriction.ReservedAddr(String id, URI uri, OffsetDateTime createdAt, String description, String metadata, String addr, String region, Optional<Ref> endpointConfiguration)Creates a new instance ofReservedAddr.