models.org_vdc_network module

class models.org_vdc_network.OrgVdcNetwork(name=None, vcd_uuid=None, vcenter_uuid=None)[source]

Bases: object

Implementation of the ‘OrgVdcNetwork’ model.

Specifies the parameters of an Org VDC network.

Attributes:

name (string): Specifies the name of the Org VDC Network. vcd_uuid (string): Specifies the UUID as identified by the VCD. vcenter_uuid (string): Specifies the UUID of the corresponding network

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