| rfc9922v3.txt | rfc9922.txt | |||
|---|---|---|---|---|
| skipping to change at line 1982 ¶ | skipping to change at line 1982 ¶ | |||
| contact | contact | |||
| "Support at example.com"; | "Support at example.com"; | |||
| description | description | |||
| "Example of a module using 'generic-schedule-params' and | "Example of a module using 'generic-schedule-params' and | |||
| 'schedule-status' groupings."; | 'schedule-status' groupings."; | |||
| revision "2026-02-20" { | revision "2026-02-20" { | |||
| description "Initial version."; | description "Initial version."; | |||
| reference | reference | |||
| "RFC 9922: A YANG Data Model for Scheduling."; | "RFC 9922: A YANG Data Model for Scheduling"; | |||
| } | } | |||
| container generic-schedule-params { | container generic-schedule-params { | |||
| description | description | |||
| "A collection of generic scheduling parameters."; | "A collection of generic scheduling parameters."; | |||
| uses schedule:generic-schedule-params; | uses schedule:generic-schedule-params; | |||
| } | } | |||
| container schedule-status { | container schedule-status { | |||
| description | description | |||
| "A collection of scheduling status."; | "A collection of scheduling status."; | |||
| skipping to change at line 2018 ¶ | skipping to change at line 2018 ¶ | |||
| contact | contact | |||
| "Support at example.com"; | "Support at example.com"; | |||
| description | description | |||
| "Example of a module using the 'period-of-time' grouping."; | "Example of a module using the 'period-of-time' grouping."; | |||
| revision "2026-02-20" { | revision "2026-02-20" { | |||
| description "Initial version."; | description "Initial version."; | |||
| reference | reference | |||
| "RFC 9922: A YANG Data Model for Scheduling."; | "RFC 9922: A YANG Data Model for Scheduling"; | |||
| } | } | |||
| container period-of-time { | container period-of-time { | |||
| description | description | |||
| "A container for a time period."; | "A container for a time period."; | |||
| uses schedule:period-of-time; | uses schedule:period-of-time; | |||
| } | } | |||
| } | } | |||
| module example-sch-usage-3 { | module example-sch-usage-3 { | |||
| skipping to change at line 2049 ¶ | skipping to change at line 2049 ¶ | |||
| contact | contact | |||
| "Support at example.com"; | "Support at example.com"; | |||
| description | description | |||
| "Example of a module using the 'recurrence-basic' grouping."; | "Example of a module using the 'recurrence-basic' grouping."; | |||
| revision "2026-02-20" { | revision "2026-02-20" { | |||
| description "Initial version."; | description "Initial version."; | |||
| reference | reference | |||
| "RFC 9922: A YANG Data Model for Scheduling."; | "RFC 9922: A YANG Data Model for Scheduling"; | |||
| } | } | |||
| container recurrence-basic { | container recurrence-basic { | |||
| description | description | |||
| "A container for a simple recurrence rule."; | "A container for a simple recurrence rule."; | |||
| uses schedule:recurrence-basic { | uses schedule:recurrence-basic { | |||
| refine interval { | refine interval { | |||
| default 1; | default 1; | |||
| } | } | |||
| } | } | |||
| skipping to change at line 2084 ¶ | skipping to change at line 2084 ¶ | |||
| contact | contact | |||
| "Support at example.com"; | "Support at example.com"; | |||
| description | description | |||
| "Example of a module using the 'recurrence-utc' grouping."; | "Example of a module using the 'recurrence-utc' grouping."; | |||
| revision "2026-02-20" { | revision "2026-02-20" { | |||
| description "Initial version."; | description "Initial version."; | |||
| reference | reference | |||
| "RFC 9922: A YANG Data Model for Scheduling."; | "RFC 9922: A YANG Data Model for Scheduling"; | |||
| } | } | |||
| container recurrence-utc { | container recurrence-utc { | |||
| description | description | |||
| "A container for a simple recurrence rule in UTC format."; | "A container for a simple recurrence rule in UTC format."; | |||
| uses schedule:recurrence-utc; | uses schedule:recurrence-utc; | |||
| } | } | |||
| } | } | |||
| module example-sch-usage-5 { | module example-sch-usage-5 { | |||
| skipping to change at line 2116 ¶ | skipping to change at line 2116 ¶ | |||
| contact | contact | |||
| "Support at example.com"; | "Support at example.com"; | |||
| description | description | |||
| "Example of a module using the 'recurrence-with-time-zone' | "Example of a module using the 'recurrence-with-time-zone' | |||
| grouping."; | grouping."; | |||
| revision "2026-02-20" { | revision "2026-02-20" { | |||
| description "Initial version."; | description "Initial version."; | |||
| reference | reference | |||
| "RFC 9922: A YANG Data Model for Scheduling."; | "RFC 9922: A YANG Data Model for Scheduling"; | |||
| } | } | |||
| container recurrence-with-time-zone { | container recurrence-with-time-zone { | |||
| description | description | |||
| "A container for a simple recurrence rule with a time zone."; | "A container for a simple recurrence rule with a time zone."; | |||
| uses schedule:recurrence-with-time-zone; | uses schedule:recurrence-with-time-zone; | |||
| } | } | |||
| } | } | |||
| module example-sch-usage-6 { | module example-sch-usage-6 { | |||
| skipping to change at line 2148 ¶ | skipping to change at line 2148 ¶ | |||
| contact | contact | |||
| "Support at example.com"; | "Support at example.com"; | |||
| description | description | |||
| "Example of a module using the 'recurrence-utc-with-periods' | "Example of a module using the 'recurrence-utc-with-periods' | |||
| grouping."; | grouping."; | |||
| revision "2026-02-20" { | revision "2026-02-20" { | |||
| description "Initial version."; | description "Initial version."; | |||
| reference | reference | |||
| "RFC 9922: A YANG Data Model for Scheduling."; | "RFC 9922: A YANG Data Model for Scheduling"; | |||
| } | } | |||
| container recurrence-utc-with-periods { | container recurrence-utc-with-periods { | |||
| description | description | |||
| "A container for an aggregate set of repeating occurrences in | "A container for an aggregate set of repeating occurrences in | |||
| UTC format."; | UTC format."; | |||
| uses schedule:recurrence-utc-with-periods; | uses schedule:recurrence-utc-with-periods; | |||
| } | } | |||
| } | } | |||
| skipping to change at line 2181 ¶ | skipping to change at line 2181 ¶ | |||
| contact | contact | |||
| "Support at example.com"; | "Support at example.com"; | |||
| description | description | |||
| "Example of a module using the | "Example of a module using the | |||
| 'recurrence-time-zone-with-periods' grouping."; | 'recurrence-time-zone-with-periods' grouping."; | |||
| revision "2026-02-20" { | revision "2026-02-20" { | |||
| description "Initial version."; | description "Initial version."; | |||
| reference | reference | |||
| "RFC 9922: A YANG Data Model for Scheduling."; | "RFC 9922: A YANG Data Model for Scheduling"; | |||
| } | } | |||
| container recurrence-time-zone-with-periods { | container recurrence-time-zone-with-periods { | |||
| description | description | |||
| "A container for an aggregate set of repeating occurrences | "A container for an aggregate set of repeating occurrences | |||
| with a time zone."; | with a time zone."; | |||
| uses schedule:recurrence-time-zone-with-periods; | uses schedule:recurrence-time-zone-with-periods; | |||
| } | } | |||
| } | } | |||
| skipping to change at line 2213 ¶ | skipping to change at line 2213 ¶ | |||
| contact | contact | |||
| "Support at example.com"; | "Support at example.com"; | |||
| description | description | |||
| "Example of a module using 'icalendar-recurrence' grouping."; | "Example of a module using 'icalendar-recurrence' grouping."; | |||
| revision "2026-02-20" { | revision "2026-02-20" { | |||
| description "Initial version."; | description "Initial version."; | |||
| reference | reference | |||
| "RFC 9922: A YANG Data Model for Scheduling."; | "RFC 9922: A YANG Data Model for Scheduling"; | |||
| } | } | |||
| container icalendar-recurrence { | container icalendar-recurrence { | |||
| description | description | |||
| "A container for a scheduled iCalendar recurrence."; | "A container for a scheduled iCalendar recurrence."; | |||
| uses schedule:icalendar-recurrence { | uses schedule:icalendar-recurrence { | |||
| refine workweek-start { | refine workweek-start { | |||
| default monday; | default monday; | |||
| } | } | |||
| } | } | |||
| skipping to change at line 2590 ¶ | skipping to change at line 2590 ¶ | |||
| "Support at example.com"; | "Support at example.com"; | |||
| description | description | |||
| "Example of a module defining a scheduled-based backup | "Example of a module defining a scheduled-based backup | |||
| operation."; | operation."; | |||
| revision "2026-02-20" { | revision "2026-02-20" { | |||
| description | description | |||
| "Initial version."; | "Initial version."; | |||
| reference | reference | |||
| "RFC 9922: A YANG Data Model for Scheduling."; | "RFC 9922: A YANG Data Model for Scheduling"; | |||
| } | } | |||
| container scheduled-backup-tasks { | container scheduled-backup-tasks { | |||
| description | description | |||
| "A container for backing up all current running configurations | "A container for backing up all current running configurations | |||
| on the device."; | on the device."; | |||
| list tasks { | list tasks { | |||
| key "task-id"; | key "task-id"; | |||
| description | description | |||
| "The list of backing up tasks on this device."; | "The list of backing up tasks on this device."; | |||
| skipping to change at line 2862 ¶ | skipping to change at line 2862 ¶ | |||
| revision "2026-02-20" { | revision "2026-02-20" { | |||
| description | description | |||
| "Initial version."; | "Initial version."; | |||
| reference | reference | |||
| "RFC 9922: A YANG Data Model for Scheduling"; | "RFC 9922: A YANG Data Model for Scheduling"; | |||
| } | } | |||
| container link-capability-reservations { | container link-capability-reservations { | |||
| description | description | |||
| "A container for a scheduled link capability reservations"; | "A container for a scheduled link capability reservations."; | |||
| list scheduled-link-capacity { | list scheduled-link-capacity { | |||
| key "schedule-id"; | key "schedule-id"; | |||
| description | description | |||
| "Definition of scheduled link capacity list"; | "Definition of scheduled link capacity list."; | |||
| leaf schedule-id { | leaf schedule-id { | |||
| type string; | type string; | |||
| description | description | |||
| "The schedule identifier for this schedule rule."; | "The schedule identifier for this schedule rule."; | |||
| } | } | |||
| leaf link-id { | leaf link-id { | |||
| type nt:link-id; | type nt:link-id; | |||
| description | description | |||
| "The identifier of a link in the topology."; | "The identifier of a link in the topology."; | |||
| } | } | |||
| End of changes. 11 change blocks. | ||||
| 11 lines changed or deleted | 11 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. | ||||