AllUpdateAdvisorReportCheckObjectsDetails¶
-
class
oci.database_migration.models.AllUpdateAdvisorReportCheckObjectsDetails(**kwargs)¶ Bases:
oci.database_migration.models.update_advisor_report_check_objects_details.UpdateAdvisorReportCheckObjectsDetailsExclude all check objects.
Attributes
KIND_ALL_OBJECTSstr(object=’’) -> str KIND_LIST_OBJECTSstr(object=’’) -> str is_excludeGets the is_exclude of this AllUpdateAdvisorReportCheckObjectsDetails. kind[Required] Gets the kind of this UpdateAdvisorReportCheckObjectsDetails. Methods
__init__(**kwargs)Initializes a new AllUpdateAdvisorReportCheckObjectsDetails 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 AllUpdateAdvisorReportCheckObjectsDetails object with values from keyword arguments. The default value of the
kindattribute of this class isALL_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 AllUpdateAdvisorReportCheckObjectsDetails. Allowed values for this property are: “ALL_OBJECTS”, “LIST_OBJECTS”
- is_exclude (bool) – The value to assign to the is_exclude property of this AllUpdateAdvisorReportCheckObjectsDetails.
-
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.
-
is_exclude¶ Gets the is_exclude of this AllUpdateAdvisorReportCheckObjectsDetails. Flag showing the action on the object.
Returns: The is_exclude of this AllUpdateAdvisorReportCheckObjectsDetails. Return type: bool
-
kind¶ [Required] Gets the kind of this UpdateAdvisorReportCheckObjectsDetails. 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 UpdateAdvisorReportCheckObjectsDetails. Return type: str
-