pyvcloud.vcd.extension module¶
-
class
pyvcloud.vcd.extension.
Extension
(client)¶ Bases:
object
-
get_resource
()¶ Fetches the XML representation of /api/admin/extension endpoint.
Will serve cached response if possible.
Returns: object containing EntityType.EXTENSION XML data representing the endpoint. Return type: lxml.objectify.ObjectifiedElement
-