Closed mtucker502 closed 4 years ago
Add following modules:
sd_device_info
sd_service_info
sd_service
sd_nat_policy_info
sd_nat_rule_info
sd_fw_policy_info
Refactored module_utils/space.py to use new ObjectConfig and ObjectManager classes. See sd_service, sd_fw fo examples.
Add following modules:
sd_device_info
- Obtain information about one or many SD devices, with filter optionssd_service_info
- Obtain information about one or many SD service objects, with filter optionssd_service
- This module allows for addition, deletion, or modification of services in SDsd_nat_policy_info
- Obtain information about one or many SD NAT policiessd_nat_rule_info
- Obtain information for all SD NAT rules for a given policy ID or a specific rule given a rule IDsd_fw_policy_info
- Obtain information about one or many SD firewall policiesRefactored module_utils/space.py to use new ObjectConfig and ObjectManager classes. See sd_service, sd_fw fo examples.