Package com.ngrok.services
Class AgentIngresses
java.lang.Object
com.ngrok.services.AgentIngresses
An API client for
AgentIngresses.
See also https://ngrok.com/docs/api#api-agent-ingresses.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA builder object encapsulating state for an unsent Create API call.classA builder object encapsulating state for an unsent Delete API call.classA builder object encapsulating state for an unsent Get API call.classA builder object encapsulating state for an unsent List API call.classA builder object encapsulating state for an unsent Update API call. -
Constructor Summary
ConstructorsConstructorDescriptionAgentIngresses(NgrokApiClient apiClient) Creates a new sub-client for AgentIngresses. -
Method Summary
Modifier and TypeMethodDescriptionCreate a new Agent Ingress.Delete an Agent Ingress by ID See also https://ngrok.com/docs/api#api-agent-ingresses-delete.Get the details of an Agent Ingress by ID.list()List all Agent Ingresses owned by this account See also https://ngrok.com/docs/api#api-agent-ingresses-list.Update attributes of an Agent Ingress by ID.
-
Constructor Details
-
AgentIngresses
Creates a new sub-client for AgentIngresses.- Parameters:
apiClient- an instance ofNgrokApiClient
-
-
Method Details
-
create
Create a new Agent Ingress. The ngrok agent can be configured to connect to ngrok via the new set of addresses on the returned Agent Ingress. See also https://ngrok.com/docs/api#api-agent-ingresses-create.- Parameters:
domain- the domain that you own to be used as the base domain name to generate regional agent ingress domains.- Returns:
- a call builder for this API call
-
delete
Delete an Agent Ingress by ID See also https://ngrok.com/docs/api#api-agent-ingresses-delete.- Parameters:
id- a resource identifier- Returns:
- a call builder for this API call
-
get
Get the details of an Agent Ingress by ID. See also https://ngrok.com/docs/api#api-agent-ingresses-get.- Parameters:
id- a resource identifier- Returns:
- a call builder for this API call
-
list
List all Agent Ingresses owned by this account See also https://ngrok.com/docs/api#api-agent-ingresses-list.- Returns:
- a call builder for this API call
-
update
Update attributes of an Agent Ingress by ID. See also https://ngrok.com/docs/api#api-agent-ingresses-update.- Parameters:
id- the value of theidparameter as aString- Returns:
- a call builder for this API call
-