Twilio.Supersim.V1.Sim.IpAddressService (twilio_elixir v0.1.1)

Copy Markdown View Source

IP Addresses for a Super SIM configured to use a VPN connection

Operations: list

Summary

Functions

Retrieve a list of IP Addresses for the given Super SIM.

Stream: Retrieve a list of IP Addresses for the given Super SIM. (lazy auto-pagination).

Functions

list(client, sim_sid, params \\ %{}, opts \\ [])

@spec list(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Retrieve a list of IP Addresses for the given Super SIM.

Operation: ListSimIpAddress | Tags: SupersimV1SimIpAddress

stream(client, sim_sid, params \\ %{}, opts \\ [])

@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()

Stream: Retrieve a list of IP Addresses for the given Super SIM. (lazy auto-pagination).