models_v2.vmware_v_center_credential_info module

class models_v2.vmware_v_center_credential_info.VmwareVCenterCredentialInfo(username=None, password=None, endpoint=None, description=None, name=None)[source]

Bases: object

Implementation of the ‘VMware vCenter Credential Info’ model.

Specifies the credential information for a specific vcenter.

Attributes:

username (string): Specifies the username to access target entity. password (string): Specifies the password to access target entity. endpoint (string): Specifies the endpoint IPaddress, URL or hostname

of the host.

description (string): Specifies the description of the source being

registered.

name (string): Specifies the name of 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.