models_v2.register_vmware_es_xi_host_request_parameters module

class models_v2.register_vmware_es_xi_host_request_parameters.RegisterVmwareESXiHostRequestParameters(username=None, password=None, endpoint=None, description=None, min_free_datastore_space_for_backup_gb=None, max_concurrent_streams=None, data_store_params=None)[source]

Bases: object

Implementation of the ‘Register VMware ESXi host request parameters.’ model.

Specifies parameters to register VMware ESXi host.

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.

min_free_datastore_space_for_backup_gb (long|int): Specifies the

minimum free space (in GB) expected to be available in the datastore where the virtual disks of the VM being backed up reside. If the space available is lower than the specified value, backup will be aborted.

max_concurrent_streams (int): If this value is > 0 and the number of

streams concurrently active on a datastore is equal to it, then any further requests to access the datastore would be denied until the number of active streams reduces. This applies for all the datastores in the specified host.

data_store_params (list of DatastoreParams): Specifies the datastore

specific params.

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.