Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

remove .value in document to make it clear #783

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyvcloud/vcd/vdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down