Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.11 KB

WireguardInterface.md

File metadata and controls

22 lines (14 loc) · 1.11 KB

WireguardInterface

Properties

Name Type Description Notes
id UUID Identifies the resource. [optional] [readonly]
recordType String Identifies the type of the resource. [optional] [readonly]
createdAt String ISO 8601 formatted date-time indicating when the resource was created. [optional] [readonly]
updatedAt String ISO 8601 formatted date-time indicating when the resource was updated. [optional] [readonly]
networkId UUID The id of the network associated with the interface. [optional]
name String A user specified name for the interface. [optional]
status InterfaceStatus [optional]
endpoint String The Telnyx WireGuard peers `Peer.endpoint` value. [optional] [readonly]
publicKey String The Telnyx WireGuard peers `Peer.PublicKey`. [optional] [readonly]
enableSipTrunking Boolean Enable SIP traffic forwarding over VPN interface. [optional]