Documentation ¶
Overview ¶
Package nested is a generated package which contains definitions of structs which generate gNMI paths for a YANG schema. The generated paths are based on a compressed form of the schema.
This package was generated by ygnmi version: (devel): (ygot: v0.25.6) using the following YANG input files:
- ../pathgen/testdata/yang/openconfig-simple.yang
- ../pathgen/testdata/yang/openconfig-withlistval.yang
- ../pathgen/testdata/yang/openconfig-nested.yang
Imported modules were sourced from:
Index ¶
- type APath
- type APathAny
- type A_BPath
- type A_BPathAny
- type A_B_CPath
- type A_B_CPathAny
- type A_B_C_DPath
- type A_B_C_DPathAny
- type A_B_C_D_EPath
- type A_B_C_D_EPathAny
- type A_B_C_D_E_FPath
- type A_B_C_D_E_FPathAny
- type A_B_C_D_E_F_GPath
- type A_B_C_D_E_F_GPathAny
- type A_B_C_D_E_F_G_HPath
- type A_B_C_D_E_F_G_HPathAny
- type A_B_C_D_E_F_G_H_IPath
- type A_B_C_D_E_F_G_H_IPathAny
- type A_B_C_D_E_F_G_H_I_JPath
- type A_B_C_D_E_F_G_H_I_JPathAny
- type A_B_C_D_E_F_G_H_I_J_KPath
- type A_B_C_D_E_F_G_H_I_J_KPathAny
- type A_B_C_D_E_F_G_H_I_J_K_LPath
- type A_B_C_D_E_F_G_H_I_J_K_LPathAny
- type A_B_C_D_E_F_G_H_I_J_K_L_MPath
- type A_B_C_D_E_F_G_H_I_J_K_L_MPathAny
- type A_B_C_D_E_F_G_H_I_J_K_L_M_FooPath
- type A_B_C_D_E_F_G_H_I_J_K_L_M_FooPathAny
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APath ¶
APath represents the /openconfig-nested/a YANG schema element.
func (*APath) B ¶
B (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "b" Path from root: "/a/b"
type APathAny ¶
APathAny represents the wildcard version of the /openconfig-nested/a YANG schema element.
func (*APathAny) B ¶
func (n *APathAny) B() *A_BPathAny
B (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "b" Path from root: "/a/b"
type A_BPath ¶
A_BPath represents the /openconfig-nested/a/b YANG schema element.
func (*A_BPath) C ¶
C (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "c" Path from root: "/a/b/c"
type A_BPathAny ¶
A_BPathAny represents the wildcard version of the /openconfig-nested/a/b YANG schema element.
func (*A_BPathAny) C ¶
func (n *A_BPathAny) C() *A_B_CPathAny
C (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "c" Path from root: "/a/b/c"
func (*A_BPathAny) Config ¶
func (n *A_BPathAny) Config() ygnmi.WildcardQuery[*oc.A_B]
Config returns a Query that can be used in gNMI operations.
func (*A_BPathAny) State ¶
func (n *A_BPathAny) State() ygnmi.WildcardQuery[*oc.A_B]
State returns a Query that can be used in gNMI operations.
type A_B_CPath ¶
A_B_CPath represents the /openconfig-nested/a/b/c YANG schema element.
func (*A_B_CPath) Config ¶
func (n *A_B_CPath) Config() ygnmi.ConfigQuery[*oc.A_B_C]
Config returns a Query that can be used in gNMI operations.
func (*A_B_CPath) D ¶
func (n *A_B_CPath) D() *A_B_C_DPath
D (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "d" Path from root: "/a/b/c/d"
type A_B_CPathAny ¶
A_B_CPathAny represents the wildcard version of the /openconfig-nested/a/b/c YANG schema element.
func (*A_B_CPathAny) Config ¶
func (n *A_B_CPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C]
Config returns a Query that can be used in gNMI operations.
func (*A_B_CPathAny) D ¶
func (n *A_B_CPathAny) D() *A_B_C_DPathAny
D (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "d" Path from root: "/a/b/c/d"
func (*A_B_CPathAny) State ¶
func (n *A_B_CPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C]
State returns a Query that can be used in gNMI operations.
type A_B_C_DPath ¶
A_B_C_DPath represents the /openconfig-nested/a/b/c/d YANG schema element.
func (*A_B_C_DPath) Config ¶
func (n *A_B_C_DPath) Config() ygnmi.ConfigQuery[*oc.A_B_C_D]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_DPath) E ¶
func (n *A_B_C_DPath) E() *A_B_C_D_EPath
E (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "e" Path from root: "/a/b/c/d/e"
func (*A_B_C_DPath) State ¶
func (n *A_B_C_DPath) State() ygnmi.SingletonQuery[*oc.A_B_C_D]
State returns a Query that can be used in gNMI operations.
type A_B_C_DPathAny ¶
A_B_C_DPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d YANG schema element.
func (*A_B_C_DPathAny) Config ¶
func (n *A_B_C_DPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C_D]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_DPathAny) E ¶
func (n *A_B_C_DPathAny) E() *A_B_C_D_EPathAny
E (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "e" Path from root: "/a/b/c/d/e"
func (*A_B_C_DPathAny) State ¶
func (n *A_B_C_DPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C_D]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_EPath ¶
A_B_C_D_EPath represents the /openconfig-nested/a/b/c/d/e YANG schema element.
func (*A_B_C_D_EPath) Config ¶
func (n *A_B_C_D_EPath) Config() ygnmi.ConfigQuery[*oc.A_B_C_D_E]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_EPath) F ¶
func (n *A_B_C_D_EPath) F() *A_B_C_D_E_FPath
F (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "f" Path from root: "/a/b/c/d/e/f"
func (*A_B_C_D_EPath) State ¶
func (n *A_B_C_D_EPath) State() ygnmi.SingletonQuery[*oc.A_B_C_D_E]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_EPathAny ¶
A_B_C_D_EPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d/e YANG schema element.
func (*A_B_C_D_EPathAny) Config ¶
func (n *A_B_C_D_EPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C_D_E]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_EPathAny) F ¶
func (n *A_B_C_D_EPathAny) F() *A_B_C_D_E_FPathAny
F (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "f" Path from root: "/a/b/c/d/e/f"
func (*A_B_C_D_EPathAny) State ¶
func (n *A_B_C_D_EPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C_D_E]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_FPath ¶
A_B_C_D_E_FPath represents the /openconfig-nested/a/b/c/d/e/f YANG schema element.
func (*A_B_C_D_E_FPath) Config ¶
func (n *A_B_C_D_E_FPath) Config() ygnmi.ConfigQuery[*oc.A_B_C_D_E_F]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_FPath) G ¶
func (n *A_B_C_D_E_FPath) G() *A_B_C_D_E_F_GPath
G (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "g" Path from root: "/a/b/c/d/e/f/g"
func (*A_B_C_D_E_FPath) State ¶
func (n *A_B_C_D_E_FPath) State() ygnmi.SingletonQuery[*oc.A_B_C_D_E_F]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_FPathAny ¶
A_B_C_D_E_FPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d/e/f YANG schema element.
func (*A_B_C_D_E_FPathAny) Config ¶
func (n *A_B_C_D_E_FPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_FPathAny) G ¶
func (n *A_B_C_D_E_FPathAny) G() *A_B_C_D_E_F_GPathAny
G (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "g" Path from root: "/a/b/c/d/e/f/g"
func (*A_B_C_D_E_FPathAny) State ¶
func (n *A_B_C_D_E_FPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_GPath ¶
A_B_C_D_E_F_GPath represents the /openconfig-nested/a/b/c/d/e/f/g YANG schema element.
func (*A_B_C_D_E_F_GPath) Config ¶
func (n *A_B_C_D_E_F_GPath) Config() ygnmi.ConfigQuery[*oc.A_B_C_D_E_F_G]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_GPath) H ¶
func (n *A_B_C_D_E_F_GPath) H() *A_B_C_D_E_F_G_HPath
H (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "h" Path from root: "/a/b/c/d/e/f/g/h"
func (*A_B_C_D_E_F_GPath) State ¶
func (n *A_B_C_D_E_F_GPath) State() ygnmi.SingletonQuery[*oc.A_B_C_D_E_F_G]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_GPathAny ¶
A_B_C_D_E_F_GPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d/e/f/g YANG schema element.
func (*A_B_C_D_E_F_GPathAny) Config ¶
func (n *A_B_C_D_E_F_GPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_GPathAny) H ¶
func (n *A_B_C_D_E_F_GPathAny) H() *A_B_C_D_E_F_G_HPathAny
H (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "h" Path from root: "/a/b/c/d/e/f/g/h"
func (*A_B_C_D_E_F_GPathAny) State ¶
func (n *A_B_C_D_E_F_GPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_HPath ¶
A_B_C_D_E_F_G_HPath represents the /openconfig-nested/a/b/c/d/e/f/g/h YANG schema element.
func (*A_B_C_D_E_F_G_HPath) Config ¶
func (n *A_B_C_D_E_F_G_HPath) Config() ygnmi.ConfigQuery[*oc.A_B_C_D_E_F_G_H]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_HPath) I ¶
func (n *A_B_C_D_E_F_G_HPath) I() *A_B_C_D_E_F_G_H_IPath
I (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "i" Path from root: "/a/b/c/d/e/f/g/h/i"
func (*A_B_C_D_E_F_G_HPath) State ¶
func (n *A_B_C_D_E_F_G_HPath) State() ygnmi.SingletonQuery[*oc.A_B_C_D_E_F_G_H]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_HPathAny ¶
A_B_C_D_E_F_G_HPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d/e/f/g/h YANG schema element.
func (*A_B_C_D_E_F_G_HPathAny) Config ¶
func (n *A_B_C_D_E_F_G_HPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_HPathAny) I ¶
func (n *A_B_C_D_E_F_G_HPathAny) I() *A_B_C_D_E_F_G_H_IPathAny
I (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "i" Path from root: "/a/b/c/d/e/f/g/h/i"
func (*A_B_C_D_E_F_G_HPathAny) State ¶
func (n *A_B_C_D_E_F_G_HPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_IPath ¶
A_B_C_D_E_F_G_H_IPath represents the /openconfig-nested/a/b/c/d/e/f/g/h/i YANG schema element.
func (*A_B_C_D_E_F_G_H_IPath) Config ¶
func (n *A_B_C_D_E_F_G_H_IPath) Config() ygnmi.ConfigQuery[*oc.A_B_C_D_E_F_G_H_I]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_H_IPath) J ¶
func (n *A_B_C_D_E_F_G_H_IPath) J() *A_B_C_D_E_F_G_H_I_JPath
J (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "j" Path from root: "/a/b/c/d/e/f/g/h/i/j"
func (*A_B_C_D_E_F_G_H_IPath) State ¶
func (n *A_B_C_D_E_F_G_H_IPath) State() ygnmi.SingletonQuery[*oc.A_B_C_D_E_F_G_H_I]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_IPathAny ¶
A_B_C_D_E_F_G_H_IPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d/e/f/g/h/i YANG schema element.
func (*A_B_C_D_E_F_G_H_IPathAny) Config ¶
func (n *A_B_C_D_E_F_G_H_IPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H_I]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_H_IPathAny) J ¶
func (n *A_B_C_D_E_F_G_H_IPathAny) J() *A_B_C_D_E_F_G_H_I_JPathAny
J (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "j" Path from root: "/a/b/c/d/e/f/g/h/i/j"
func (*A_B_C_D_E_F_G_H_IPathAny) State ¶
func (n *A_B_C_D_E_F_G_H_IPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H_I]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_I_JPath ¶
A_B_C_D_E_F_G_H_I_JPath represents the /openconfig-nested/a/b/c/d/e/f/g/h/i/j YANG schema element.
func (*A_B_C_D_E_F_G_H_I_JPath) Config ¶
func (n *A_B_C_D_E_F_G_H_I_JPath) Config() ygnmi.ConfigQuery[*oc.A_B_C_D_E_F_G_H_I_J]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_H_I_JPath) K ¶
func (n *A_B_C_D_E_F_G_H_I_JPath) K() *A_B_C_D_E_F_G_H_I_J_KPath
K (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "k" Path from root: "/a/b/c/d/e/f/g/h/i/j/k"
func (*A_B_C_D_E_F_G_H_I_JPath) State ¶
func (n *A_B_C_D_E_F_G_H_I_JPath) State() ygnmi.SingletonQuery[*oc.A_B_C_D_E_F_G_H_I_J]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_I_JPathAny ¶
A_B_C_D_E_F_G_H_I_JPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d/e/f/g/h/i/j YANG schema element.
func (*A_B_C_D_E_F_G_H_I_JPathAny) Config ¶
func (n *A_B_C_D_E_F_G_H_I_JPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H_I_J]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_H_I_JPathAny) K ¶
func (n *A_B_C_D_E_F_G_H_I_JPathAny) K() *A_B_C_D_E_F_G_H_I_J_KPathAny
K (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "k" Path from root: "/a/b/c/d/e/f/g/h/i/j/k"
func (*A_B_C_D_E_F_G_H_I_JPathAny) State ¶
func (n *A_B_C_D_E_F_G_H_I_JPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H_I_J]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_I_J_KPath ¶
A_B_C_D_E_F_G_H_I_J_KPath represents the /openconfig-nested/a/b/c/d/e/f/g/h/i/j/k YANG schema element.
func (*A_B_C_D_E_F_G_H_I_J_KPath) Config ¶
func (n *A_B_C_D_E_F_G_H_I_J_KPath) Config() ygnmi.ConfigQuery[*oc.A_B_C_D_E_F_G_H_I_J_K]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_H_I_J_KPath) L ¶
func (n *A_B_C_D_E_F_G_H_I_J_KPath) L() *A_B_C_D_E_F_G_H_I_J_K_LPath
L (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "l" Path from root: "/a/b/c/d/e/f/g/h/i/j/k/l"
func (*A_B_C_D_E_F_G_H_I_J_KPath) State ¶
func (n *A_B_C_D_E_F_G_H_I_J_KPath) State() ygnmi.SingletonQuery[*oc.A_B_C_D_E_F_G_H_I_J_K]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_I_J_KPathAny ¶
A_B_C_D_E_F_G_H_I_J_KPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d/e/f/g/h/i/j/k YANG schema element.
func (*A_B_C_D_E_F_G_H_I_J_KPathAny) Config ¶
func (n *A_B_C_D_E_F_G_H_I_J_KPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H_I_J_K]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_H_I_J_KPathAny) L ¶
func (n *A_B_C_D_E_F_G_H_I_J_KPathAny) L() *A_B_C_D_E_F_G_H_I_J_K_LPathAny
L (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "l" Path from root: "/a/b/c/d/e/f/g/h/i/j/k/l"
func (*A_B_C_D_E_F_G_H_I_J_KPathAny) State ¶
func (n *A_B_C_D_E_F_G_H_I_J_KPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H_I_J_K]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_I_J_K_LPath ¶
A_B_C_D_E_F_G_H_I_J_K_LPath represents the /openconfig-nested/a/b/c/d/e/f/g/h/i/j/k/l YANG schema element.
func (*A_B_C_D_E_F_G_H_I_J_K_LPath) Config ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_LPath) Config() ygnmi.ConfigQuery[*oc.A_B_C_D_E_F_G_H_I_J_K_L]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_H_I_J_K_LPath) M ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_LPath) M() *A_B_C_D_E_F_G_H_I_J_K_L_MPath
M (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "m" Path from root: "/a/b/c/d/e/f/g/h/i/j/k/l/m"
func (*A_B_C_D_E_F_G_H_I_J_K_LPath) State ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_LPath) State() ygnmi.SingletonQuery[*oc.A_B_C_D_E_F_G_H_I_J_K_L]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_I_J_K_LPathAny ¶
A_B_C_D_E_F_G_H_I_J_K_LPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d/e/f/g/h/i/j/k/l YANG schema element.
func (*A_B_C_D_E_F_G_H_I_J_K_LPathAny) Config ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_LPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H_I_J_K_L]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_H_I_J_K_LPathAny) M ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_LPathAny) M() *A_B_C_D_E_F_G_H_I_J_K_L_MPathAny
M (container):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "m" Path from root: "/a/b/c/d/e/f/g/h/i/j/k/l/m"
func (*A_B_C_D_E_F_G_H_I_J_K_LPathAny) State ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_LPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H_I_J_K_L]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_I_J_K_L_MPath ¶
A_B_C_D_E_F_G_H_I_J_K_L_MPath represents the /openconfig-nested/a/b/c/d/e/f/g/h/i/j/k/l/m YANG schema element.
func (*A_B_C_D_E_F_G_H_I_J_K_L_MPath) Config ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_L_MPath) Config() ygnmi.ConfigQuery[*oc.A_B_C_D_E_F_G_H_I_J_K_L_M]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_H_I_J_K_L_MPath) Foo ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_L_MPath) Foo() *A_B_C_D_E_F_G_H_I_J_K_L_M_FooPath
Foo (leaf):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "state/foo" Path from root: "/a/b/c/d/e/f/g/h/i/j/k/l/m/state/foo"
func (*A_B_C_D_E_F_G_H_I_J_K_L_MPath) State ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_L_MPath) State() ygnmi.SingletonQuery[*oc.A_B_C_D_E_F_G_H_I_J_K_L_M]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_I_J_K_L_MPathAny ¶
A_B_C_D_E_F_G_H_I_J_K_L_MPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d/e/f/g/h/i/j/k/l/m YANG schema element.
func (*A_B_C_D_E_F_G_H_I_J_K_L_MPathAny) Config ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_L_MPathAny) Config() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H_I_J_K_L_M]
Config returns a Query that can be used in gNMI operations.
func (*A_B_C_D_E_F_G_H_I_J_K_L_MPathAny) Foo ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_L_MPathAny) Foo() *A_B_C_D_E_F_G_H_I_J_K_L_M_FooPathAny
Foo (leaf):
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "state/foo" Path from root: "/a/b/c/d/e/f/g/h/i/j/k/l/m/state/foo"
func (*A_B_C_D_E_F_G_H_I_J_K_L_MPathAny) State ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_L_MPathAny) State() ygnmi.WildcardQuery[*oc.A_B_C_D_E_F_G_H_I_J_K_L_M]
State returns a Query that can be used in gNMI operations.
type A_B_C_D_E_F_G_H_I_J_K_L_M_FooPath ¶
type A_B_C_D_E_F_G_H_I_J_K_L_M_FooPath struct { *ygnmi.NodePath // contains filtered or unexported fields }
A_B_C_D_E_F_G_H_I_J_K_L_M_FooPath represents the /openconfig-nested/a/b/c/d/e/f/g/h/i/j/k/l/m/state/foo YANG schema element.
func (*A_B_C_D_E_F_G_H_I_J_K_L_M_FooPath) State ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_L_M_FooPath) State() ygnmi.SingletonQuery[string]
State returns a Query that can be used in gNMI operations.
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "state/foo" Path from root: "/a/b/c/d/e/f/g/h/i/j/k/l/m/state/foo"
type A_B_C_D_E_F_G_H_I_J_K_L_M_FooPathAny ¶
type A_B_C_D_E_F_G_H_I_J_K_L_M_FooPathAny struct { *ygnmi.NodePath // contains filtered or unexported fields }
A_B_C_D_E_F_G_H_I_J_K_L_M_FooPathAny represents the wildcard version of the /openconfig-nested/a/b/c/d/e/f/g/h/i/j/k/l/m/state/foo YANG schema element.
func (*A_B_C_D_E_F_G_H_I_J_K_L_M_FooPathAny) State ¶
func (n *A_B_C_D_E_F_G_H_I_J_K_L_M_FooPathAny) State() ygnmi.WildcardQuery[string]
State returns a Query that can be used in gNMI operations.
Defining module: "openconfig-nested" Instantiating module: "openconfig-nested" Path from parent: "state/foo" Path from root: "/a/b/c/d/e/f/g/h/i/j/k/l/m/state/foo"