models_v2.env_specific_object_protection_response_params module¶
-
class
models_v2.env_specific_object_protection_response_params.
EnvSpecificObjectProtectionResponseParams
(environment=None, vmware_params=None, generic_nas_params=None, gpfs_params=None, elastifile_params=None, netapp_params=None, isilon_params=None, flashblade_params=None, mssql_params=None, office_365_user_mailbox_params=None)[source]¶ Bases:
object
Implementation of the ‘EnvSpecificObjectProtectionResponseParams’ model.
Specifies the parameters which are specific to adapter identified by enviournment.
- Attributes:
- environment (Environment15Enum): Specifies the environment for current
object.
- vmware_params (VmwareObjectProtectionResponseParams): Specifies the
parameters which are specific to VMware object protection.
- generic_nas_params (CommonNasProtectionParams): Specifies the
parameters which are specific to Generic NAS object protection.
- gpfs_params (GpfsObjectProtectionResponseParams): Specifies the
parameters which are specific to Gpfs object protection.
- elastifile_params (ElastifileObjectProtectionResponseParams):
Specifies the parameters which are specific to Elastifile object protection.
- netapp_params (NetappObjectProtectionResponseParams): Specifies the
parameters which are specific to Netapp object protection.
- isilon_params (IsilonObjectProtectionResponseParams): Specifies the
parameters which are specific to Isilon object protection.
- flashblade_params (FlashbladeObjectProtectionResponseParams):
Specifies the parameters which are specific to Flashblade object protection.
- mssql_params (CommonMssqlObjectProtectionParams): Specifies the
response parameters specific to MSSQL object protection.
- office_365_user_mailbox_params
(Office365ObjectProtectionCommonParams): Specifies the response parameters specific to Microsoft 365 User Mailbox object 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.