blob: ce8bc8b4dc0d5f84ebcf12b26dd87d5c5b9b218a [file] [log] [blame]
description: >
This defines the network endpoint.
Application which wants to keep the network endpoint info
can use this interface.
e.g: Network endpoint could be SNMP mangers or LDAP servers etc.
properties:
- name: Address
type: string
description: >
The value of this property can be IP/hostname of the network endpoint.
- name: Port
type: uint16
description: >
The value of this property is the network port number.