diff --git a/plugins/modules/vcenter_vm.py b/plugins/modules/vcenter_vm.py index af858bac..64d62797 100644 --- a/plugins/modules/vcenter_vm.py +++ b/plugins/modules/vcenter_vm.py @@ -939,7 +939,7 @@ - ' - C(policy) (str): Identifier of the storage policy which should be associated with the virtual machine.' - When clients pass a value of this structure as a parameter, the field must - be the id of a resource returned by M(vmware.vmware_rest.vcenter_storage_policies). + be the id of a storage policy resource. (['present']) - ' This key is required with [''present''].' type: dict diff --git a/plugins/modules/vcenter_vm_hardware_disk.py b/plugins/modules/vcenter_vm_hardware_disk.py index d627a155..f9389925 100644 --- a/plugins/modules/vcenter_vm_hardware_disk.py +++ b/plugins/modules/vcenter_vm_hardware_disk.py @@ -78,7 +78,7 @@ - ' - policy (string): Identifier of the storage policy which should be associated with the VMDK file.' - 'When clients pass a value of this structure as a parameter, the field must - be the id of a resource returned by M(vmware.vmware_rest.vcenter_storage_policies). ' + be the id of a storage policy resource. ' type: dict nvme: description: diff --git a/plugins/modules/vcenter_vm_storage_policy.py b/plugins/modules/vcenter_vm_storage_policy.py index bdeaac92..97c129c4 100644 --- a/plugins/modules/vcenter_vm_storage_policy.py +++ b/plugins/modules/vcenter_vm_storage_policy.py @@ -95,7 +95,7 @@ - This field is optional and it is only relevant when the value of I(type) is USE_SPECIFIED_POLICY. - When clients pass a value of this structure as a parameter, the field must - be the id of a resource returned by M(vmware.vmware_rest.vcenter_storage_policies). + be the id of a storage policy resource. (['present']) required: true type: dict