models_v2.aws_protection_group_request_params module¶
-
class
models_v2.aws_protection_group_request_params.
AWSProtectionGroupRequestParams
(protection_type=None, agent_protection_type_params=None, native_protection_type_params=None, snapshot_manager_protection_type_params=None, rds_protection_type_params=None)[source]¶ Bases:
object
Implementation of the ‘AWS Protection Group Request Params.’ model.
Specifies the parameters which are specific to AWS related Protection Groups.
- Attributes:
- protection_type (ProtectionTypeEnum): Specifies the AWS Protection
Group type.
- agent_protection_type_params
(AgentBasedAWSProtectionGroupRequestParams): Specifies the parameters which are specific to AWS related Protection Groups using cohesity protection-service installed on EC2 instance.
- native_protection_type_params (AWSNativeProtectionGroupRequestParams):
Specifies the parameters which are specific to AWS related Protection Groups using AWS native snapshot APIs. Atlease one of tags or objects must be specified.
- snapshot_manager_protection_type_params
(CreateAWSSnapshotManagerProtectionGroupRequestBody): Specifies the parameters which are specific to AWS related Protection Groups using AWS native snapshot orchestration with snapshot manager. Atlease one of tags or objects must be specified.
- rds_protection_type_params
(AWSRDSSnapshotManagerProtectionGroupRequestParams): Specifies the parameters which are specific to AWS RDS 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.