models_v2.parameters_to_connect_and_query_vmware_config_file module

class models_v2.parameters_to_connect_and_query_vmware_config_file.ParametersToConnectAndQueryVmwareConfigFile(mtype=None, vcd_params=None)[source]

Bases: object

Implementation of the ‘Parameters to connect and query VMware config file.’ model.

Specifies the parameters to connect to a seed node and fetch information from its config file.

Attributes:

mtype (Type57Enum): Specifies the VMware Source type. vcd_params (ParametersToConnectAndQueryVmwareConfigFile1): Specifies

the parameters to connect to a seed node and fetch information from its config file.

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.