AssessorCheckGroup¶
-
class
oci.database_migration.models.AssessorCheckGroup(**kwargs)¶ Bases:
objectAssessor Check Group
Methods
__init__(**kwargs)Initializes a new AssessorCheckGroup object with values from keyword arguments. Attributes
descriptionGets the description of this AssessorCheckGroup. display_name[Required] Gets the display_name of this AssessorCheckGroup. is_expandedGets the is_expanded of this AssessorCheckGroup. name[Required] Gets the name of this AssessorCheckGroup. -
__init__(**kwargs)¶ Initializes a new AssessorCheckGroup 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 AssessorCheckGroup.
- display_name (str) – The value to assign to the display_name property of this AssessorCheckGroup.
- description (str) – The value to assign to the description property of this AssessorCheckGroup.
- is_expanded (bool) – The value to assign to the is_expanded property of this AssessorCheckGroup.
-
description¶ Gets the description of this AssessorCheckGroup. A user-friendly description. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The description of this AssessorCheckGroup. Return type: str
-
display_name¶ [Required] Gets the display_name of this AssessorCheckGroup. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this AssessorCheckGroup. Return type: str
-
is_expanded¶ Gets the is_expanded of this AssessorCheckGroup. True if the group is expanded, false otherwise.
Returns: The is_expanded of this AssessorCheckGroup. Return type: bool
-
name¶ [Required] Gets the name of this AssessorCheckGroup. Assessor Check Group name, e.g. ADVANCED.
Returns: The name of this AssessorCheckGroup. Return type: str
-