models_v2.org_vdc_network module

class models_v2.org_vdc_network.OrgVDCNetwork(vcd_uuid=None, name=None, v_center_uuid=None)[source]

Bases: object

Implementation of the ‘OrgVDCNetwork’ model.

Specifies a VDC Organization Network.

Attributes:
vcd_uuid (string): Specifies the UUID of network associated with the

Virtual Cloud director.

name (string): Specifies the name of the catalog. v_center_uuid (string): Specifies the UUID of network associated with

the 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.