Abhijeet Kasurde

Results 505 comments of Abhijeet Kasurde

@mgoleary Would you be interested in opening a doc PR for the same? Let me know.

@thehammeredone Thanks for reporting this issue. When code calls VM properties - for `config` it returns ``` (vmodl.DynamicProperty) { name = 'config', val = (vim.vm.ConfigInfo) { dynamicType = , dynamicProperty...

@thehammeredone Yes, this is the same case with [`Pyvmomi API`](https://github.com/ansible-collections/community.vmware/blob/c38a49d5db3f49f22e94e69cb5e56d37b0b68334/plugins/inventory/vmware_vm_inventory.py#L574). API is returning `string` instead of the object itself.

@thehammeredone I am not sure how to solve this issue. Either we can write our own logic to retrieve the information about the resource pool associate with the VM or...

@bucklo Thanks for reporting this. `vmware_object_role_permission` module does not have logic to search subfolder / nested folders. There are two ways to solve this 1. implement logic to find the...

Finding a folder bit cumbersome in my opinion (no 1). I like the idea of using `vmware_folder_info` to get moid and applying that in vmware_object_role_permission.

@saravananoff Could you please confirm if you are still facing this issue? Thanks. needs_info

@MallocArray Thanks for reporting this issue. State `powered-on` and `powered-off` were added to change the power state of the machine and not to change the configuration. State `present` is used...