module: ietf-coms-core

  augment /nd:networks/nd:network:
    +--rw compute-unit* [compute-unit-id]
    |  +--rw compute-unit-id    inet:uri
    |  +--rw num-cores?         int8
    |  +--rw ram?               int64
    |  +--rw isolation-mode?    isolation-mode-type
    |  +--rw location?          string
    +--rw storage-unit* [storage-unit-id]
    |  +--rw storage-unit-id         inet:uri
    |  +--rw size?                   int64
    |  +--rw isolation-mode?         isolation-mode-type
    |  +--rw read-write-mode-type?   read-write-mode-type
    |  +--rw redundancy-type?        redundancy-type
    |  +--rw location?               string
    +--rw service-instance* [service-instance-id]
    |  +--rw service-instance-id    inet:uri
    |  +--rw domain-agent
    |  |  +--rw agent-name?   string
    |  |  +--rw ip-address?   string
    |  |  +--rw port?         string
    |  +--rw load-balancer
    |     +--rw LB-name?      string
    |     +--rw ip-address?   string
    |     +--rw port?         string
    +--rw slice-level-attributes
       +--rw service-time-start?           yang:date-and-time
       +--rw service-time-end?             yang:date-and-time
       +--rw lifecycle-status?             lifecycle-status-type
       +--rw access-control
       |  +--rw match?      string
       |  +--rw action?     string
       |  +--rw priority?   string
       |  +--rw counter?    int64
       +--rw reliability-level?            reliability-level-type
       +--rw resource-reservation-level?   resource-reservation-level-type
       +--rw availability?                 int64
       +--rw availability-threshold?       string
  augment /nd:networks/nd:network/nd:node:
    +--rw compute-unit* [compute-unit-ref]
    |  +--rw compute-unit-ref    compute-unit-ref
    +--rw storage-unit* [storage-unit-ref]
    |  +--rw storage-unit-ref    storage-unit-ref
    +--rw service-instance* [service-instance-ref]
       +--rw service-instance-ref    service-instance-ref
  augment /nd:networks/nd:network/nd:node/lnk:termination-point:
    +--rw packet-rate?               int64
    +--rw packet-loss-probability?   int64
    +--rw packet-loss-threshold?     int64
    +--rw received-packets?          int64
    +--rw sent-packets?              int64
  augment /nd:networks/nd:network/lnk:link:
    +--rw link-qos
       +--rw link-bandwidth-agreement?    int64
       +--rw link-throughput?             int64
       +--rw link-throughput-threshold?   int64
       +--rw link-latency-agreement?      int64
       +--rw link-latency?                int64
       +--rw link-jitter-agreement?       int64
       +--rw link-jitter?                 int64
       +--rw link-jitter-threshold?       int64
       +--rw mandatory-node* [node-ref]
       |  +--rw node-ref    node-ref
       +--rw mandatory-link* [link-ref]
       |  +--rw link-ref    link-ref
       +--rw excluded-node* [node-ref]
       |  +--rw node-ref    node-ref
       +--rw excluded-link* [link-ref]
          +--rw link-ref    link-ref