models_v2.parameters_to_connect_and_query_vmware_config_file_1 module¶
-
class
models_v2.parameters_to_connect_and_query_vmware_config_file_1.
ParametersToConnectAndQueryVmwareConfigFile1
(host=None, username=None, password=None)[source]¶ Bases:
object
Implementation of the ‘Parameters to connect and query VMware config file.1’ model.
Specifies the parameters to connect to a seed node and fetch information from its config file.
- Attributes:
host (string): IP or hostname of the source. username (string): Specifies the username to access target entity. password (string): Specifies the password to access target entity.
-
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.