# `Twilio.Resources.Supersim.V1.Sim.IpAddress`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/supersim/v1/sim/ip_address.ex#L2)

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

Parent: `/Sims/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
| `ip_address` | IP address assigned to the given Super SIM |
| `ip_address_version` | IP address version of the corresponding IP address. Values: `IPv4`, `IPv6` |

# `t`

```elixir
@type t() :: %Twilio.Resources.Supersim.V1.Sim.IpAddress{
  ip_address: String.t() | nil,
  ip_address_version: String.t()
}
```

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
