| // SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| // SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| namespace "http://opennetworking.org/aether/access-profile"; |
| organization "Open Networking Foundation."; |
| description "To generate JSON from this use command |
| pyang -f jtoxx test1.yang | python3 -m json.tool > test1.json |
| Copied from YangUIComponents project"; |
| description "An Aether access Profile"; |
| // TODO: Think more on whether this should be a UUID or |
| // simply a unique name. If it's a UUID, could fix the |
| typedef access-profile-id { |
| container access-profile { |
| description "The top level container"; |
| "List of access profiles"; |
| description "ID for this access profile."; |
| description "display name to use in GUI or CLI"; |
| description "type of profile"; |
| description "description of this profile"; |