From 41133e3b7692f455c0bcc6df2c18cfcb5bee233c Mon Sep 17 00:00:00 2001 From: Hoai-Thu Vuong Date: Tue, 26 Oct 2021 17:12:20 +0700 Subject: [PATCH] remove .value in document to make it clear --- pyvcloud/vcd/vdc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyvcloud/vcd/vdc.py b/pyvcloud/vcd/vdc.py index 3c01f9ddc..3a2c6f24a 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