diff --git a/pyvcloud/vcd/vdc.py b/pyvcloud/vcd/vdc.py index 3c01f9dd..3a2c6f24 100644 --- a/pyvcloud/vcd/vdc.py +++ b/pyvcloud/vcd/vdc.py @@ -543,7 +543,7 @@ def list_resources(self, entity_type=None): """Fetch information about all resources in the current org vdc. :param str entity_type: filter to restrict type of resource we want to - fetch. EntityType.VAPP.value and EntityType.VAPP_TEMPLATE.value + fetch. EntityType.VAPP and EntityType.VAPP_TEMPLATE both are acceptable values. :return: a list of dictionaries, where each dictionary represents a