VmRevertOverrideSpec#
- class VmRevertOverrideSpec(should_revert_vm_categories=False, should_revert_vm_owner=False, *args, **kwargs)#
Bases:
objectOverride specification for the VM configuration when reverting a VM to a specific VM Recovery Point.
- Parameters:
should_revert_vm_categories – (
should_revert_vm_categories) Indicates whether the VM categories should be reverted to the categories captured in the VM Recovery Point. (Default False)should_revert_vm_owner – (
should_revert_vm_owner) Indicates whether the VM owner should be reverted to the owner captured as part of the VM Recovery Point. (Default False)
- property should_revert_vm_categories#
Indicates whether the VM categories should be reverted to the categories captured in the VM Recovery Point.
- Type:
bool
- property should_revert_vm_owner#
Indicates whether the VM owner should be reverted to the owner captured as part of the VM Recovery Point.
- Type:
bool
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model