AssessorGroup¶
-
class
oci.database_migration.models.AssessorGroup(**kwargs)¶ Bases:
objectAssessor Group
Methods
__init__(**kwargs)Initializes a new AssessorGroup object with values from keyword arguments. Attributes
actionsGets the actions of this AssessorGroup. descriptionGets the description of this AssessorGroup. display_name[Required] Gets the display_name of this AssessorGroup. name[Required] Gets the name of this AssessorGroup. -
__init__(**kwargs)¶ Initializes a new AssessorGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AssessorGroup.
- display_name (str) – The value to assign to the display_name property of this AssessorGroup.
- description (str) – The value to assign to the description property of this AssessorGroup.
- actions (list[oci.database_migration.models.AssessorAction]) – The value to assign to the actions property of this AssessorGroup.
-
actions¶ Gets the actions of this AssessorGroup. Assessor group actions.
Returns: The actions of this AssessorGroup. Return type: list[oci.database_migration.models.AssessorAction]
-
description¶ Gets the description of this AssessorGroup. A user-friendly description. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The description of this AssessorGroup. Return type: str
-
display_name¶ [Required] Gets the display_name of this AssessorGroup. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this AssessorGroup. Return type: str
-
name¶ [Required] Gets the name of this AssessorGroup. Assessor Group name, e.g. ADVANCED.
Returns: The name of this AssessorGroup. Return type: str
-