| // SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| // SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| namespace "http://opennetworking.org/enterprise/application"; |
| import ietf-inet-types{ prefix ietf; } |
| import aether-types{ prefix at; } |
| import enterprise{ prefix ent; } |
| import ietf-yang-types{ prefix yg; } |
| organization "Open Networking Foundation."; |
| "An Aether Application is an application that UE devices may |
| connect to. Includes a set of endpoints where services are |
| description "Aether Application."; |
| type yg:yang-identifier { |
| description "The top level container"; |
| description "ID for this application."; |
| description "display name to use in GUI or CLI"; |
| description "description of this application"; |
| "Address of this endpoint. Either a hostname, and IP, or a subnet."; |
| path "/ent:enterprise/ent:enterprise/ent:id"; |
| "Link to enterprise that owns this Application. May be set to None if the application is global to all Enterprises."; |