models_v2.register_vmware__vcloud_director_request_parameters module¶
-
class
models_v2.register_vmware__vcloud_director_request_parameters.
RegisterVmwareVcloudDirectorRequestParameters
(username=None, password=None, endpoint=None, description=None, vcenter_credential_info_list=None)[source]¶ Bases:
object
Implementation of the ‘Register VMware vCloud director request parameters.’ model.
Specifies parameters to register VMware vCloud director.
- 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.
- vcenter_credential_info_list (list of VmwareVCenterCredentialInfo):
Specifies the credentials information for all the vcenters in vcloud director.
-
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.