models_v2.actions_on_vmware_objects module¶
-
class
models_v2.actions_on_vmware_objects.
ActionsOnVmwareObjects
(action=None, enable_app_protection_params=None)[source]¶ Bases:
object
Implementation of the ‘Actions on VMware Objects’ model.
Specifies the parameters to perform an action on VMware Objects.
- Attributes:
action (Action3Enum): Specifies the action on the Object. enable_app_protection_params (VmwareAppProtectionParameters):
Specifies the parameters to enable app protection on VMware.
-
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.