ListUpdateCheckActionUpdateObjectDetails¶
-
class
oci.database_migration.models.ListUpdateCheckActionUpdateObjectDetails(**kwargs)¶ Bases:
oci.database_migration.models.update_check_action_update_object_details.UpdateCheckActionUpdateObjectDetailsCollection of AdvisorReportCheckObjectSummary.
Attributes
KIND_ALL_OBJECTSstr(object=’’) -> str KIND_LIST_OBJECTSstr(object=’’) -> str items[Required] Gets the items of this ListUpdateCheckActionUpdateObjectDetails. kind[Required] Gets the kind of this UpdateCheckActionUpdateObjectDetails. Methods
__init__(**kwargs)Initializes a new ListUpdateCheckActionUpdateObjectDetails object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
KIND_ALL_OBJECTS= 'ALL_OBJECTS'¶
-
KIND_LIST_OBJECTS= 'LIST_OBJECTS'¶
-
__init__(**kwargs)¶ Initializes a new ListUpdateCheckActionUpdateObjectDetails object with values from keyword arguments. The default value of the
kindattribute of this class isLIST_OBJECTSand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - kind (str) – The value to assign to the kind property of this ListUpdateCheckActionUpdateObjectDetails. Allowed values for this property are: “ALL_OBJECTS”, “LIST_OBJECTS”
- items (list[oci.database_migration.models.AdvisorReportCheckObjectSummary]) – The value to assign to the items property of this ListUpdateCheckActionUpdateObjectDetails.
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
items¶ [Required] Gets the items of this ListUpdateCheckActionUpdateObjectDetails. Array of check objects.
Returns: The items of this ListUpdateCheckActionUpdateObjectDetails. Return type: list[oci.database_migration.models.AdvisorReportCheckObjectSummary]
-
kind¶ [Required] Gets the kind of this UpdateCheckActionUpdateObjectDetails. Type of update advisor report check. Default kind is LIST_OBJECTS
Allowed values for this property are: “ALL_OBJECTS”, “LIST_OBJECTS”
Returns: The kind of this UpdateCheckActionUpdateObjectDetails. Return type: str
-