UpdateAdvisorReportCheckObjectsDetails¶
-
class
oci.database_migration.models.UpdateAdvisorReportCheckObjectsDetails(**kwargs)¶ Bases:
objectOptional additional properties for update advisor report check. Default kind is LIST_OBJECTS
Attributes
KIND_ALL_OBJECTSA constant which can be used with the kind property of a UpdateAdvisorReportCheckObjectsDetails. KIND_LIST_OBJECTSA constant which can be used with the kind property of a UpdateAdvisorReportCheckObjectsDetails. kind[Required] Gets the kind of this UpdateAdvisorReportCheckObjectsDetails. Methods
__init__(**kwargs)Initializes a new UpdateAdvisorReportCheckObjectsDetails 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 UpdateAdvisorReportCheckObjectsDetails. 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 UpdateAdvisorReportCheckObjectsDetails. This constant has a value of “LIST_OBJECTS”
-
__init__(**kwargs)¶ Initializes a new UpdateAdvisorReportCheckObjectsDetails 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 UpdateAdvisorReportCheckObjectsDetails. 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 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
-