models_v2.vmware_app_protection_parameters module¶
-
class
models_v2.vmware_app_protection_parameters.
VmwareAppProtectionParameters
(app_type=None, enable_sql_protection_params=None)[source]¶ Bases:
object
Implementation of the ‘VMware app protection parameters.’ model.
Specifies the parameters to enable app protection on VMware.
- Attributes:
- app_type (AppTypeEnum): Specifies the app from which protection must
be enabled.
- enable_sql_protection_params (EnableSQLProtectionParameters):
Specifies the parameters for enabling SQL protection.
-
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.