ContactsPropertiesAntennaConfiguration interface
The configuration associated with the allocated antenna.
Properties
destination |
The destination IP a packet can be sent to. This would for example be the TCP endpoint you would send data to. |
source |
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[]