models_v2.register_vmware_v_center_request_parameters module¶
-
class
models_v2.register_vmware_v_center_request_parameters.
RegisterVmwareVCenterRequestParameters
(username=None, password=None, endpoint=None, description=None, ca_cert=None, use_vm_bios_uuid=None, min_free_datastore_space_for_backup_gb=None, throttling_params=None, data_store_params=None)[source]¶ Bases:
object
Implementation of the ‘Register VMware vCenter request parameters.’ model.
Specifies parameters to register VMware 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.
- ca_cert (string): Specifies the CA certificate to enable SSL
communication between host and cluster.
- use_vm_bios_uuid (bool): Specifies to use VM BIOS UUID to track
virtual machines in the host.
- 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.
throttling_params (ThrottlingParams): Specifies throttling params. data_store_params (list of DatastoreParams): Specifies datastore
specific parameters.
-
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.