models.org_v_d_c_network module

class models.org_v_d_c_network.OrgVDCNetwork(name=None, vcd_uuid=None, vcenter_moref_uuid=None)[source]

Bases: object

Implementation of the ‘OrgVDCNetwork’ model.

Attributes:

name (string): This is the name of the Org VDC network. vcd_uuid (string): This is the uuid of Org VDC network as identified

by VCD.

vcenter_moref_uuid (string): This is the uuid of the corresponding

network on VCenter.

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.