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
@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
@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).