EmManagedExternalExadataInsightSummary

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

Bases: oci.opsi.models.exadata_insight_summary.ExadataInsightSummary

Summary of an Exadata insight resource.

Attributes

ENTITY_SOURCE_EM_MANAGED_EXTERNAL_EXADATA str(object=’’) -> str
ENTITY_SOURCE_PE_COMANAGED_EXADATA str(object=’’) -> str
EXADATA_RACK_TYPE_EIGHTH str(object=’’) -> str
EXADATA_RACK_TYPE_FLEX str(object=’’) -> str
EXADATA_RACK_TYPE_FULL str(object=’’) -> str
EXADATA_RACK_TYPE_HALF str(object=’’) -> str
EXADATA_RACK_TYPE_QUARTER str(object=’’) -> str
EXADATA_TYPE_DBMACHINE str(object=’’) -> str
EXADATA_TYPE_EXACC str(object=’’) -> str
EXADATA_TYPE_EXACS str(object=’’) -> str
LIFECYCLE_STATE_ACTIVE str(object=’’) -> str
LIFECYCLE_STATE_CREATING str(object=’’) -> str
LIFECYCLE_STATE_DELETED str(object=’’) -> str
LIFECYCLE_STATE_DELETING str(object=’’) -> str
LIFECYCLE_STATE_FAILED str(object=’’) -> str
LIFECYCLE_STATE_UPDATING str(object=’’) -> str
STATUS_DISABLED str(object=’’) -> str
STATUS_ENABLED str(object=’’) -> str
STATUS_TERMINATED str(object=’’) -> str
compartment_id [Required] Gets the compartment_id of this ExadataInsightSummary.
defined_tags [Required] Gets the defined_tags of this ExadataInsightSummary.
enterprise_manager_bridge_id [Required] Gets the enterprise_manager_bridge_id of this EmManagedExternalExadataInsightSummary.
enterprise_manager_entity_display_name Gets the enterprise_manager_entity_display_name of this EmManagedExternalExadataInsightSummary.
enterprise_manager_entity_identifier [Required] Gets the enterprise_manager_entity_identifier of this EmManagedExternalExadataInsightSummary.
enterprise_manager_entity_name [Required] Gets the enterprise_manager_entity_name of this EmManagedExternalExadataInsightSummary.
enterprise_manager_entity_type [Required] Gets the enterprise_manager_entity_type of this EmManagedExternalExadataInsightSummary.
enterprise_manager_identifier [Required] Gets the enterprise_manager_identifier of this EmManagedExternalExadataInsightSummary.
entity_source [Required] Gets the entity_source of this ExadataInsightSummary.
exadata_display_name Gets the exadata_display_name of this ExadataInsightSummary.
exadata_name [Required] Gets the exadata_name of this ExadataInsightSummary.
exadata_rack_type Gets the exadata_rack_type of this ExadataInsightSummary.
exadata_type Gets the exadata_type of this ExadataInsightSummary.
freeform_tags [Required] Gets the freeform_tags of this ExadataInsightSummary.
id [Required] Gets the id of this ExadataInsightSummary.
lifecycle_details Gets the lifecycle_details of this ExadataInsightSummary.
lifecycle_state [Required] Gets the lifecycle_state of this ExadataInsightSummary.
status [Required] Gets the status of this ExadataInsightSummary.
system_tags Gets the system_tags of this ExadataInsightSummary.
time_created [Required] Gets the time_created of this ExadataInsightSummary.
time_updated Gets the time_updated of this ExadataInsightSummary.

Methods

__init__(**kwargs) Initializes a new EmManagedExternalExadataInsightSummary 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.
ENTITY_SOURCE_EM_MANAGED_EXTERNAL_EXADATA = 'EM_MANAGED_EXTERNAL_EXADATA'
ENTITY_SOURCE_PE_COMANAGED_EXADATA = 'PE_COMANAGED_EXADATA'
EXADATA_RACK_TYPE_EIGHTH = 'EIGHTH'
EXADATA_RACK_TYPE_FLEX = 'FLEX'
EXADATA_RACK_TYPE_FULL = 'FULL'
EXADATA_RACK_TYPE_HALF = 'HALF'
EXADATA_RACK_TYPE_QUARTER = 'QUARTER'
EXADATA_TYPE_DBMACHINE = 'DBMACHINE'
EXADATA_TYPE_EXACC = 'EXACC'
EXADATA_TYPE_EXACS = 'EXACS'
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'
LIFECYCLE_STATE_CREATING = 'CREATING'
LIFECYCLE_STATE_DELETED = 'DELETED'
LIFECYCLE_STATE_DELETING = 'DELETING'
LIFECYCLE_STATE_FAILED = 'FAILED'
LIFECYCLE_STATE_UPDATING = 'UPDATING'
STATUS_DISABLED = 'DISABLED'
STATUS_ENABLED = 'ENABLED'
STATUS_TERMINATED = 'TERMINATED'
__init__(**kwargs)

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

Parameters:
  • entity_source (str) – The value to assign to the entity_source property of this EmManagedExternalExadataInsightSummary. Allowed values for this property are: “EM_MANAGED_EXTERNAL_EXADATA”, “PE_COMANAGED_EXADATA”
  • id (str) – The value to assign to the id property of this EmManagedExternalExadataInsightSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this EmManagedExternalExadataInsightSummary.
  • exadata_name (str) – The value to assign to the exadata_name property of this EmManagedExternalExadataInsightSummary.
  • exadata_display_name (str) – The value to assign to the exadata_display_name property of this EmManagedExternalExadataInsightSummary.
  • exadata_type (str) – The value to assign to the exadata_type property of this EmManagedExternalExadataInsightSummary. Allowed values for this property are: “DBMACHINE”, “EXACS”, “EXACC”
  • exadata_rack_type (str) – The value to assign to the exadata_rack_type property of this EmManagedExternalExadataInsightSummary. Allowed values for this property are: “FULL”, “HALF”, “QUARTER”, “EIGHTH”, “FLEX”
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this EmManagedExternalExadataInsightSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this EmManagedExternalExadataInsightSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this EmManagedExternalExadataInsightSummary.
  • status (str) – The value to assign to the status property of this EmManagedExternalExadataInsightSummary. Allowed values for this property are: “DISABLED”, “ENABLED”, “TERMINATED”
  • time_created (datetime) – The value to assign to the time_created property of this EmManagedExternalExadataInsightSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this EmManagedExternalExadataInsightSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this EmManagedExternalExadataInsightSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this EmManagedExternalExadataInsightSummary.
  • enterprise_manager_identifier (str) – The value to assign to the enterprise_manager_identifier property of this EmManagedExternalExadataInsightSummary.
  • enterprise_manager_entity_name (str) – The value to assign to the enterprise_manager_entity_name property of this EmManagedExternalExadataInsightSummary.
  • enterprise_manager_entity_type (str) – The value to assign to the enterprise_manager_entity_type property of this EmManagedExternalExadataInsightSummary.
  • enterprise_manager_entity_identifier (str) – The value to assign to the enterprise_manager_entity_identifier property of this EmManagedExternalExadataInsightSummary.
  • enterprise_manager_entity_display_name (str) – The value to assign to the enterprise_manager_entity_display_name property of this EmManagedExternalExadataInsightSummary.
  • enterprise_manager_bridge_id (str) – The value to assign to the enterprise_manager_bridge_id property of this EmManagedExternalExadataInsightSummary.
compartment_id

[Required] Gets the compartment_id of this ExadataInsightSummary. The OCID of the compartment.

Returns:The compartment_id of this ExadataInsightSummary.
Return type:str
defined_tags

[Required] Gets the defined_tags of this ExadataInsightSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this ExadataInsightSummary.
Return type:dict(str, dict(str, object))
enterprise_manager_bridge_id

[Required] Gets the enterprise_manager_bridge_id of this EmManagedExternalExadataInsightSummary. OPSI Enterprise Manager Bridge OCID

Returns:The enterprise_manager_bridge_id of this EmManagedExternalExadataInsightSummary.
Return type:str
enterprise_manager_entity_display_name

Gets the enterprise_manager_entity_display_name of this EmManagedExternalExadataInsightSummary. Enterprise Manager Entity Display Name

Returns:The enterprise_manager_entity_display_name of this EmManagedExternalExadataInsightSummary.
Return type:str
enterprise_manager_entity_identifier

[Required] Gets the enterprise_manager_entity_identifier of this EmManagedExternalExadataInsightSummary. Enterprise Manager Entity Unique Identifier

Returns:The enterprise_manager_entity_identifier of this EmManagedExternalExadataInsightSummary.
Return type:str
enterprise_manager_entity_name

[Required] Gets the enterprise_manager_entity_name of this EmManagedExternalExadataInsightSummary. Enterprise Manager Entity Name

Returns:The enterprise_manager_entity_name of this EmManagedExternalExadataInsightSummary.
Return type:str
enterprise_manager_entity_type

[Required] Gets the enterprise_manager_entity_type of this EmManagedExternalExadataInsightSummary. Enterprise Manager Entity Type

Returns:The enterprise_manager_entity_type of this EmManagedExternalExadataInsightSummary.
Return type:str
enterprise_manager_identifier

[Required] Gets the enterprise_manager_identifier of this EmManagedExternalExadataInsightSummary. Enterprise Manager Unique Identifier

Returns:The enterprise_manager_identifier of this EmManagedExternalExadataInsightSummary.
Return type:str
entity_source

[Required] Gets the entity_source of this ExadataInsightSummary. Source of the Exadata system.

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

Returns:The entity_source of this ExadataInsightSummary.
Return type:str
exadata_display_name

Gets the exadata_display_name of this ExadataInsightSummary. The user-friendly name for the Exadata system. The name does not have to be unique.

Returns:The exadata_display_name of this ExadataInsightSummary.
Return type:str
exadata_name

[Required] Gets the exadata_name of this ExadataInsightSummary. The Exadata system name. If the Exadata systems managed by Enterprise Manager, the name is unique amongst the Exadata systems managed by the same Enterprise Manager.

Returns:The exadata_name of this ExadataInsightSummary.
Return type:str
exadata_rack_type

Gets the exadata_rack_type of this ExadataInsightSummary. Operations Insights internal representation of the the Exadata system rack type.

Allowed values for this property are: “FULL”, “HALF”, “QUARTER”, “EIGHTH”, “FLEX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The exadata_rack_type of this ExadataInsightSummary.
Return type:str
exadata_type

Gets the exadata_type of this ExadataInsightSummary. Operations Insights internal representation of the the Exadata system type.

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

Returns:The exadata_type of this ExadataInsightSummary.
Return type:str
freeform_tags

[Required] Gets the freeform_tags of this ExadataInsightSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this ExadataInsightSummary.
Return type:dict(str, 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.

id

[Required] Gets the id of this ExadataInsightSummary. The OCID of the Exadata insight resource.

Returns:The id of this ExadataInsightSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this ExadataInsightSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

Returns:The lifecycle_details of this ExadataInsightSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this ExadataInsightSummary. The current state of the Exadata insight.

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this ExadataInsightSummary.
Return type:str
status

[Required] Gets the status of this ExadataInsightSummary. Indicates the status of an Exadata insight in Operations Insights

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

Returns:The status of this ExadataInsightSummary.
Return type:str
system_tags

Gets the system_tags of this ExadataInsightSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this ExadataInsightSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this ExadataInsightSummary. The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string

Returns:The time_created of this ExadataInsightSummary.
Return type:datetime
time_updated

Gets the time_updated of this ExadataInsightSummary. The time the Exadata insight was updated. An RFC3339 formatted datetime string

Returns:The time_updated of this ExadataInsightSummary.
Return type:datetime