rubrik_polaris.gps.vm¶
Collection of methods for live mount of a virtual machine.
Functions
|
Perform a live mount of a virtual machine snapshot. |
|
Perform a live mount of a virtual machine snapshot. |
|
Create snapshot of a system. |
|
Export a snapshot of a virtual machine. |
|
Retrieves the result of an asynchronous request. |
|
Retrieves a list of datastores on a Vsphere host. |
|
Retrieves a list of available Vsphere hosts. |
|
Recover files from a snapshot back into a Vsphere VM. :param snapshot_id: ID of the snapshot from which to recover files. :param cluster_id: ID of the cluster where the snapshot resides. :param restore_config: List or dict of type RestorePathPairInput. :param destination_object_id: ID of the object where the files will be restored into. If not provided, Rubrik will use the snapshots object. :param should_use_agent: Whether to use an agent. :param should_restore_x_attrs: Whether to preserve custom attributes of the machine. :param ignore_errors: Whether to ignore errors. |