models_v2.physical_protection_group_params module¶
-
class
models_v2.physical_protection_group_params.
PhysicalProtectionGroupParams
(protection_type=None, volume_protection_type_params=None, file_protection_type_params=None)[source]¶ Bases:
object
Implementation of the ‘Physical Protection Group Params.’ model.
Specifies the parameters specific to Physical Protection Group.
- Attributes:
- protection_type (ProtectionType8Enum): Specifies the Physical
Protection Group type.
- volume_protection_type_params (PhysicalVolumeProtectionGroupParams):
Specifies the parameters which are specific to Volume based physical Protection Groups.
- file_protection_type_params (PhysicalFileProtectionGroupParams):
Specifies the parameters which are specific to Physical related Protection Groups.
-
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.