CreateTargetDatabaseGroupDetails

class oci.data_safe.models.CreateTargetDatabaseGroupDetails(**kwargs)

Bases: object

The details used to create the target database group.

Methods

__init__(**kwargs) Initializes a new CreateTargetDatabaseGroupDetails object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this CreateTargetDatabaseGroupDetails.
defined_tags Gets the defined_tags of this CreateTargetDatabaseGroupDetails.
description Gets the description of this CreateTargetDatabaseGroupDetails.
display_name [Required] Gets the display_name of this CreateTargetDatabaseGroupDetails.
freeform_tags Gets the freeform_tags of this CreateTargetDatabaseGroupDetails.
matching_criteria [Required] Gets the matching_criteria of this CreateTargetDatabaseGroupDetails.
__init__(**kwargs)

Initializes a new CreateTargetDatabaseGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateTargetDatabaseGroupDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateTargetDatabaseGroupDetails.
  • description (str) – The value to assign to the description property of this CreateTargetDatabaseGroupDetails.
  • matching_criteria (oci.data_safe.models.MatchingCriteria) – The value to assign to the matching_criteria property of this CreateTargetDatabaseGroupDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateTargetDatabaseGroupDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateTargetDatabaseGroupDetails.
compartment_id

[Required] Gets the compartment_id of this CreateTargetDatabaseGroupDetails. The OCID of the compartment to create the target database group.

Returns:The compartment_id of this CreateTargetDatabaseGroupDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateTargetDatabaseGroupDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this CreateTargetDatabaseGroupDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this CreateTargetDatabaseGroupDetails. Description of the target database group (optional).

Returns:The description of this CreateTargetDatabaseGroupDetails.
Return type:str
display_name

[Required] Gets the display_name of this CreateTargetDatabaseGroupDetails. The name of the target database group.

Returns:The display_name of this CreateTargetDatabaseGroupDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateTargetDatabaseGroupDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this CreateTargetDatabaseGroupDetails.
Return type:dict(str, str)
matching_criteria

[Required] Gets the matching_criteria of this CreateTargetDatabaseGroupDetails.

Returns:The matching_criteria of this CreateTargetDatabaseGroupDetails.
Return type:oci.data_safe.models.MatchingCriteria