OpsiDataObjectTypeOpsiDataObjectDetailsInQuery

class oci.opsi.models.OpsiDataObjectTypeOpsiDataObjectDetailsInQuery(**kwargs)

Bases: oci.opsi.models.opsi_data_object_details_in_query.OpsiDataObjectDetailsInQuery

Details applicable for all OPSI data objects of a specific OpsiDataObjectType used in a data object query.

Attributes

DATA_OBJECT_DETAILS_TARGET_INDIVIDUAL_OPSIDATAOBJECT str(object=’’) -> str
DATA_OBJECT_DETAILS_TARGET_OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS str(object=’’) -> str
DATA_OBJECT_TYPE_DATABASE_INSIGHTS_DATA_OBJECT A constant which can be used with the data_object_type property of a OpsiDataObjectTypeOpsiDataObjectDetailsInQuery.
DATA_OBJECT_TYPE_EXADATA_INSIGHTS_DATA_OBJECT A constant which can be used with the data_object_type property of a OpsiDataObjectTypeOpsiDataObjectDetailsInQuery.
DATA_OBJECT_TYPE_HOST_INSIGHTS_DATA_OBJECT A constant which can be used with the data_object_type property of a OpsiDataObjectTypeOpsiDataObjectDetailsInQuery.
data_object_details_target [Required] Gets the data_object_details_target of this OpsiDataObjectDetailsInQuery.
data_object_type [Required] Gets the data_object_type of this OpsiDataObjectTypeOpsiDataObjectDetailsInQuery.

Methods

__init__(**kwargs) Initializes a new OpsiDataObjectTypeOpsiDataObjectDetailsInQuery 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.
DATA_OBJECT_DETAILS_TARGET_INDIVIDUAL_OPSIDATAOBJECT = 'INDIVIDUAL_OPSIDATAOBJECT'
DATA_OBJECT_DETAILS_TARGET_OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS = 'OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS'
DATA_OBJECT_TYPE_DATABASE_INSIGHTS_DATA_OBJECT = 'DATABASE_INSIGHTS_DATA_OBJECT'

A constant which can be used with the data_object_type property of a OpsiDataObjectTypeOpsiDataObjectDetailsInQuery. This constant has a value of “DATABASE_INSIGHTS_DATA_OBJECT”

DATA_OBJECT_TYPE_EXADATA_INSIGHTS_DATA_OBJECT = 'EXADATA_INSIGHTS_DATA_OBJECT'

A constant which can be used with the data_object_type property of a OpsiDataObjectTypeOpsiDataObjectDetailsInQuery. This constant has a value of “EXADATA_INSIGHTS_DATA_OBJECT”

DATA_OBJECT_TYPE_HOST_INSIGHTS_DATA_OBJECT = 'HOST_INSIGHTS_DATA_OBJECT'

A constant which can be used with the data_object_type property of a OpsiDataObjectTypeOpsiDataObjectDetailsInQuery. This constant has a value of “HOST_INSIGHTS_DATA_OBJECT”

__init__(**kwargs)

Initializes a new OpsiDataObjectTypeOpsiDataObjectDetailsInQuery object with values from keyword arguments. The default value of the data_object_details_target attribute of this class is OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • data_object_details_target (str) – The value to assign to the data_object_details_target property of this OpsiDataObjectTypeOpsiDataObjectDetailsInQuery. Allowed values for this property are: “INDIVIDUAL_OPSIDATAOBJECT”, “OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS”
  • _query_params (list[oci.opsi.models.OpsiDataObjectQueryParam]) – The value to assign to the _query_params property of this OpsiDataObjectTypeOpsiDataObjectDetailsInQuery.
  • data_object_type (str) – The value to assign to the data_object_type property of this OpsiDataObjectTypeOpsiDataObjectDetailsInQuery. Allowed values for this property are: “DATABASE_INSIGHTS_DATA_OBJECT”, “HOST_INSIGHTS_DATA_OBJECT”, “EXADATA_INSIGHTS_DATA_OBJECT”
data_object_details_target

[Required] Gets the data_object_details_target of this OpsiDataObjectDetailsInQuery. Data objects to which this OpsiDataObjectDetailsInQuery is applicable.

Allowed values for this property are: “INDIVIDUAL_OPSIDATAOBJECT”, “OPSIDATAOBJECTTYPE_OPSIDATAOBJECTS”

Returns:The data_object_details_target of this OpsiDataObjectDetailsInQuery.
Return type:str
data_object_type

[Required] Gets the data_object_type of this OpsiDataObjectTypeOpsiDataObjectDetailsInQuery. Type of OPSI data object.

Allowed values for this property are: “DATABASE_INSIGHTS_DATA_OBJECT”, “HOST_INSIGHTS_DATA_OBJECT”, “EXADATA_INSIGHTS_DATA_OBJECT”

Returns:The data_object_type of this OpsiDataObjectTypeOpsiDataObjectDetailsInQuery.
Return type:str
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.