yumapro
24.10-1
YumaPro SDK
|
YANG instrumentation library. More...
Data Structures | |
struct | y_ywcu_T_cert_to_name |
list /cert-usermap/cert-to-name More... | |
struct | y_ywcu_T_cert_usermap |
container /cert-usermap More... | |
Functions | |
status_t | u_ywcu_cert_to_name_edit (ses_cb_t *scb, rpc_msg_t *msg, agt_cbtyp_t cbtyp, op_editop_t editop, val_value_t *newval, val_value_t *curval, uint32 k_ywcu_id) |
Edit database object callback (agt_cb_fn_t) Path: list /cert-usermap/cert-to-name. More... | |
status_t | u_ywcu_cert_usermap_edit (ses_cb_t *scb, rpc_msg_t *msg, agt_cbtyp_t cbtyp, op_editop_t editop, val_value_t *newval, val_value_t *curval) |
Edit database object callback (agt_cb_fn_t) Path: container /cert-usermap. More... | |
status_t | u_yumaworks_cert_usermap_init (const xmlChar *modname, const xmlChar *revision) |
Phase 1: Initialize the yumaworks-cert-usermap server instrumentation library. More... | |
status_t | u_yumaworks_cert_usermap_init2 (void) |
Phase 2: Initialize the yumaworks-cert-usermap server instrumentation library. More... | |
void | u_yumaworks_cert_usermap_cleanup (void) |
Cleanup the yumaworks-cert-usermap server instrumentation library. More... | |
status_t | y_yumaworks_cert_usermap_init (const xmlChar *modname, const xmlChar *revision) |
Phase 1: Initialize the yumaworks-cert-usermap server instrumentation library. More... | |
status_t | y_yumaworks_cert_usermap_init2 (void) |
Phase 2: Initialize the yumaworks-cert-usermap server instrumentation library. More... | |
void | y_yumaworks_cert_usermap_cleanup (void) |
Cleanup the yumaworks-cert-usermap server instrumentation library. More... | |
YANG instrumentation library.
Generated by yangdump-sdk.
void u_yumaworks_cert_usermap_cleanup | ( | void | ) |
Cleanup the yumaworks-cert-usermap server instrumentation library.
Called by server when module is unloaded.
status_t u_yumaworks_cert_usermap_init | ( | const xmlChar * | modname, |
const xmlChar * | revision | ||
) |
Phase 1: Initialize the yumaworks-cert-usermap server instrumentation library.
Called by server when module is loaded.
modname | requested module name to load |
revision | requested revision date of the module to load. This may be NULL if the module has no revision statements. |
status_t u_yumaworks_cert_usermap_init2 | ( | void | ) |
Phase 2: Initialize the yumaworks-cert-usermap server instrumentation library.
SIL init phase 2: non-config data structures. Called after running config is loaded.
status_t u_ywcu_cert_to_name_edit | ( | ses_cb_t * | scb, |
rpc_msg_t * | msg, | ||
agt_cbtyp_t | cbtyp, | ||
op_editop_t | editop, | ||
val_value_t * | newval, | ||
val_value_t * | curval, | ||
uint32 | k_ywcu_id | ||
) |
Edit database object callback (agt_cb_fn_t)
Path: list /cert-usermap/cert-to-name.
scb | session control block making the request |
msg | message in progress for this edit request |
cbtyp | callback type for this callback |
editop | the parent edit-config operation type, which is also used for all other callbacks that operate on objects. |
newval | container object holding the proposed changes to apply to the current config, depending on the editop value. Will not be NULL. |
curval | current container values from the "<running>" or "<candidate>" configuration, if any. Could be NULL for create and other operations. |
k_ywcu_id | Local key leaf 'id' in list 'cert-to-name' Path: /ywcu:cert-usermap/ywcu:cert-to-name/ywcu:id |
status_t u_ywcu_cert_usermap_edit | ( | ses_cb_t * | scb, |
rpc_msg_t * | msg, | ||
agt_cbtyp_t | cbtyp, | ||
op_editop_t | editop, | ||
val_value_t * | newval, | ||
val_value_t * | curval | ||
) |
Edit database object callback (agt_cb_fn_t)
Path: container /cert-usermap.
scb | session control block making the request |
msg | message in progress for this edit request |
cbtyp | callback type for this callback |
editop | the parent edit-config operation type, which is also used for all other callbacks that operate on objects. |
newval | container object holding the proposed changes to apply to the current config, depending on the editop value. Will not be NULL. |
curval | current container values from the "<running>" or "<candidate>" configuration, if any. Could be NULL for create and other operations. |
void y_yumaworks_cert_usermap_cleanup | ( | void | ) |
Cleanup the yumaworks-cert-usermap server instrumentation library.
Called by server when module is unloaded.
status_t y_yumaworks_cert_usermap_init | ( | const xmlChar * | modname, |
const xmlChar * | revision | ||
) |
Phase 1: Initialize the yumaworks-cert-usermap server instrumentation library.
Called by server when module is loaded.
modname | requested module name to load |
revision | requested revision date of the module to load. This may be NULL if the module has no revision statements. |
status_t y_yumaworks_cert_usermap_init2 | ( | void | ) |
Phase 2: Initialize the yumaworks-cert-usermap server instrumentation library.
SIL init phase 2: non-config data structures. Called after running config is loaded.