models_v2.protected_object_group_backup_config module

class models_v2.protected_object_group_backup_config.ProtectedObjectGroupBackupConfig(protection_group_id=None, protection_group_name=None)[source]

Bases: object

Implementation of the ‘ProtectedObjectGroupBackupConfig’ model.

Specifies the parameters of a protection group which is protecting an object.

Attributes:
protection_group_id (string): Specifies the protection group id, if

given object is also protected by a protection group.

protection_group_name (string): Specifies the protection group name,

if given object is also protected by a protection group.

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.