ContactsPropertiesResponseAntennaConfiguration

data class ContactsPropertiesResponseAntennaConfiguration(val destinationIp: String? = null, val sourceIps: List<String>? = null)

The configuration associated with the allocated antenna.

Constructors

constructor(destinationIp: String? = null, sourceIps: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destinationIp: String? = null

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

Link copied to clipboard
val sourceIps: List<String>? = null

List of Source IP