This module defines data related to CONTROLLER_CARD components in the openconfig-platform model
Version: 2022-07-28
module openconfig-platform-controller-card { yang-version 1; namespace "http://openconfig.net/yang/platform/controller-card"; prefix oc-ctrl-card; import openconfig-platform { prefix oc-platform; } import openconfig-extensions { prefix oc-ext; } organization "OpenConfig working group"; contact "OpenConfig working group www.openconfig.net"; description "This module defines data related to CONTROLLER_CARD components in the openconfig-platform model"; revision "2022-07-28" { description "Initial revision"; reference "0.1.0"; } oc-ext:openconfig-version "0.1.0"; oc-ext:catalog-organization "openconfig"; oc-ext:origin "openconfig"; grouping controller-card-config { description "Configuration data for controller card components"; uses oc-platform:component-power-management; } // grouping controller-card-config augment /oc-platform:components/oc-platform:component/oc-platform:controller-card/oc-platform:config { description "Adding controller card data to physical inventory. This subtree is only valid when the type of the component is CONTROLLER_CARD."; uses controller-card-config; } augment /oc-platform:components/oc-platform:component/oc-platform:controller-card/oc-platform:state { description "Adding controller card data to physical inventory. This subtree is only valid when the type of the component is CONTROLLER_CARD."; uses controller-card-config; } } // module openconfig-platform-controller-card
© 2023 YumaWorks, Inc. All rights reserved.