UpdateCheckActionUpdateObjectDetails¶
-
class
oci.database_migration.models.UpdateCheckActionUpdateObjectDetails(**kwargs)¶ Bases:
objectDetails for UpdateCheckActionUpdateObject.
Attributes
KIND_ALL_OBJECTSA constant which can be used with the kind property of a UpdateCheckActionUpdateObjectDetails. KIND_LIST_OBJECTSA constant which can be used with the kind property of a UpdateCheckActionUpdateObjectDetails. kind[Required] Gets the kind of this UpdateCheckActionUpdateObjectDetails. Methods
__init__(**kwargs)Initializes a new UpdateCheckActionUpdateObjectDetails 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'¶ A constant which can be used with the kind property of a UpdateCheckActionUpdateObjectDetails. This constant has a value of “ALL_OBJECTS”
-
KIND_LIST_OBJECTS= 'LIST_OBJECTS'¶ A constant which can be used with the kind property of a UpdateCheckActionUpdateObjectDetails. This constant has a value of “LIST_OBJECTS”
-
__init__(**kwargs)¶ Initializes a new UpdateCheckActionUpdateObjectDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
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 UpdateCheckActionUpdateObjectDetails. Allowed values for this property are: “ALL_OBJECTS”, “LIST_OBJECTS”
-
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.
-
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
-