Source code for models_v2.vmware_object_action_enum
# -*- coding: utf-8 -*-
[docs]class VmwareObjectActionEnum(object):
"""Implementation of the 'VmwareObjectAction' enum.
Specifies the actions on vmware objects.
Attributes:
ENABLEAPPPROTECTION: TODO: type description here.
DISABLEAPPPROTECTION: TODO: type description here.
"""
ENABLEAPPPROTECTION = 'enableAppProtection'
DISABLEAPPPROTECTION = 'disableAppProtection'