models.list_org_vdc_networks_response module

class models.list_org_vdc_networks_response.ListOrgVdcNetworksResponse(org_vdc_networks=None)[source]

Bases: object

Implementation of the ‘ListOrgVdcNetworksResponse’ model.

Specifies the response returned when fetching a list of Org VDC Networks.

Attributes:
org_vdc_networks (list of OrgVdcNetwork): Specifies a list of Org VDC Networks.

user.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.