ExadataInsightsDataObjectSummary

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

Bases: oci.opsi.models.opsi_data_object_summary.OpsiDataObjectSummary

Summary of an exadata insights data object.

Attributes

DATA_OBJECT_TYPE_DATABASE_INSIGHTS_DATA_OBJECT str(object=’’) -> str
DATA_OBJECT_TYPE_EXADATA_INSIGHTS_DATA_OBJECT str(object=’’) -> str
DATA_OBJECT_TYPE_HOST_INSIGHTS_DATA_OBJECT str(object=’’) -> str
data_object_type [Required] Gets the data_object_type of this OpsiDataObjectSummary.
description Gets the description of this OpsiDataObjectSummary.
display_name [Required] Gets the display_name of this OpsiDataObjectSummary.
group_names Gets the group_names of this OpsiDataObjectSummary.
identifier [Required] Gets the identifier of this OpsiDataObjectSummary.
name Gets the name of this OpsiDataObjectSummary.

Methods

__init__(**kwargs) Initializes a new ExadataInsightsDataObjectSummary 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_TYPE_DATABASE_INSIGHTS_DATA_OBJECT = 'DATABASE_INSIGHTS_DATA_OBJECT'
DATA_OBJECT_TYPE_EXADATA_INSIGHTS_DATA_OBJECT = 'EXADATA_INSIGHTS_DATA_OBJECT'
DATA_OBJECT_TYPE_HOST_INSIGHTS_DATA_OBJECT = 'HOST_INSIGHTS_DATA_OBJECT'
__init__(**kwargs)

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

Parameters:
  • identifier (str) – The value to assign to the identifier property of this ExadataInsightsDataObjectSummary.
  • data_object_type (str) – The value to assign to the data_object_type property of this ExadataInsightsDataObjectSummary. Allowed values for this property are: “DATABASE_INSIGHTS_DATA_OBJECT”, “HOST_INSIGHTS_DATA_OBJECT”, “EXADATA_INSIGHTS_DATA_OBJECT”
  • display_name (str) – The value to assign to the display_name property of this ExadataInsightsDataObjectSummary.
  • description (str) – The value to assign to the description property of this ExadataInsightsDataObjectSummary.
  • name (str) – The value to assign to the name property of this ExadataInsightsDataObjectSummary.
  • group_names (list[str]) – The value to assign to the group_names property of this ExadataInsightsDataObjectSummary.
data_object_type

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

Allowed values for this property are: “DATABASE_INSIGHTS_DATA_OBJECT”, “HOST_INSIGHTS_DATA_OBJECT”, “EXADATA_INSIGHTS_DATA_OBJECT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The data_object_type of this OpsiDataObjectSummary.
Return type:str
description

Gets the description of this OpsiDataObjectSummary. Description of OPSI data object.

Returns:The description of this OpsiDataObjectSummary.
Return type:str
display_name

[Required] Gets the display_name of this OpsiDataObjectSummary. User-friendly name of OPSI data object.

Returns:The display_name of this OpsiDataObjectSummary.
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.

group_names

Gets the group_names of this OpsiDataObjectSummary. Names of all the groups to which the data object belongs to.

Returns:The group_names of this OpsiDataObjectSummary.
Return type:list[str]
identifier

[Required] Gets the identifier of this OpsiDataObjectSummary. Unique identifier of OPSI data object.

Returns:The identifier of this OpsiDataObjectSummary.
Return type:str
name

Gets the name of this OpsiDataObjectSummary. Name of the data object, which can be used in data object queries just like how view names are used in a query.

Returns:The name of this OpsiDataObjectSummary.
Return type:str