ContactsPropertiesAntennaConfiguration interface

The configuration associated with the allocated antenna.

Properties

destinationIp

The destination IP a packet can be sent to. This would for example be the TCP endpoint you would send data to.

sourceIps

List of Source IP

Property Details

destinationIp

The destination IP a packet can be sent to. This would for example be the TCP endpoint you would send data to.

destinationIp?: string

Property Value

string

sourceIps

List of Source IP

sourceIps?: string[]

Property Value

string[]