-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added modules to retrieve policy group and security policy objects #428
Open
ParpingTam
wants to merge
7
commits into
vmware:master
Choose a base branch
from
ParpingTam:add_facts_modules01
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f35a777 - Browse repository at this point
Copy the full SHA f35a777View commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 794773e - Browse repository at this point
Copy the full SHA 794773eView commit details -
modified: plugins/module_utils/common_utils.py new file: plugins/modules/nsxt_policy_group_member_info.py new file: plugins/modules/nsxt_policy_group_member_types.py new file: plugins/modules/nsxt_policy_security_policy_facts.py new file: plugins/modules/nsxt_policy_security_policy_rule_stats.py new file: plugins/modules/nsxt_policy_security_policy_rules_facts.py
Configuration menu - View commit details
-
Copy full SHA for dbfebb2 - Browse repository at this point
Copy the full SHA dbfebb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb90f68 - Browse repository at this point
Copy the full SHA bb90f68View commit details
Commits on May 11, 2022
-
Added modules and support for Global Manager
Added a number of modules relating to information about DFW policies and group objects: plugins/modules/nsxt_policy_domain_deployment_maps_info.py plugins/modules/nsxt_policy_domain_info.py plugins/modules/nsxt_policy_group_associations_info.py Modified the code in a number of modules to allow for local and global managers.
Configuration menu - View commit details
-
Copy full SHA for 4a1d429 - Browse repository at this point
Copy the full SHA 4a1d429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e3fde4 - Browse repository at this point
Copy the full SHA 6e3fde4View commit details -
Added modules to retrieve policy group and security policy objects
- plugins/modules/nsxt_policy_group_info.py - plugins/modules/nsxt_policy_group_member_info.py - plugins/modules/nsxt_policy_group_member_types.py - plugins/modules/nsxt_policy_security_policy_facts.py - plugins/modules/nsxt_policy_security_policy_rule_stats.py - plugins/modules/nsxt_policy_security_policy_rules_facts.py plugins/modules/common_utils.py modified. Functions used for building query strings in URIs and for handling retrieval of paged data were added. The collection as it is now does not implement modules for the retrieval of objects and focuses on CrUD ( no read ) functionality. I want to work to flesh out the "R" functionality. Signed-off-by: Ed McGuigan <ed.mcguigan@palmbeachschools.org>
Configuration menu - View commit details
-
Copy full SHA for b88099a - Browse repository at this point
Copy the full SHA b88099aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.