def set_cfg_state_2_DESTROY(ifc_cfg):
     'Transformer to set the State of each entry to DETROY'
     set_cfg_state(ifc_cfg, State.DESTROY)
     return ifc_cfg
示例#2
0
文件: devicemodel.py 项目: 3pings/aci
 def set_cfg_state_2_DESTROY(ifc_cfg):
     'Transformer to set the State of each entry to DETROY'
     set_cfg_state(ifc_cfg, State.DESTROY)
     return ifc_cfg
 def set_cfg_state_2_CREATE(ifc_cfg):
     'Transformer to set the State of each entry to CREATE, the default state of all entries'
     set_cfg_state(ifc_cfg, State.CREATE)
     return ifc_cfg
示例#4
0
文件: devicemodel.py 项目: 3pings/aci
 def set_cfg_state_2_CREATE(ifc_cfg):
     'Transformer to set the State of each entry to CREATE, the default state of all entries'
     set_cfg_state(ifc_cfg, State.CREATE)
     return ifc_cfg