AllUpdateCheckActionUpdateObjectDetails

class oci.database_migration.models.AllUpdateCheckActionUpdateObjectDetails(**kwargs)

Bases: oci.database_migration.models.update_check_action_update_object_details.UpdateCheckActionUpdateObjectDetails

Exclude all check objects.

Attributes

KIND_ALL_OBJECTS str(object=’’) -> str
KIND_LIST_OBJECTS str(object=’’) -> str
is_exclude Gets the is_exclude of this AllUpdateCheckActionUpdateObjectDetails.
kind [Required] Gets the kind of this UpdateCheckActionUpdateObjectDetails.

Methods

__init__(**kwargs) Initializes a new AllUpdateCheckActionUpdateObjectDetails 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 AllUpdateCheckActionUpdateObjectDetails object with values from keyword arguments. The default value of the kind attribute of this class is ALL_OBJECTS and 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 AllUpdateCheckActionUpdateObjectDetails. Allowed values for this property are: “ALL_OBJECTS”, “LIST_OBJECTS”
  • is_exclude (bool) – The value to assign to the is_exclude property of this AllUpdateCheckActionUpdateObjectDetails.
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 AllUpdateCheckActionUpdateObjectDetails. Flag showing the action on the object.

Returns:The is_exclude of this AllUpdateCheckActionUpdateObjectDetails.
Return type:bool
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