blob: ce8bc8b4dc0d5f84ebcf12b26dd87d5c5b9b218a [file] [log] [blame]
Ratan Gupta9a2f9022018-04-19 15:28:05 +05301description: >
2 This defines the network endpoint.
3 Application which wants to keep the network endpoint info
4 can use this interface.
5 e.g: Network endpoint could be SNMP mangers or LDAP servers etc.
6properties:
7 - name: Address
8 type: string
9 description: >
10 The value of this property can be IP/hostname of the network endpoint.
11 - name: Port
12 type: uint16
13 description: >
14 The value of this property is the network port number.