ImportableEnterpriseManagerEntity¶
-
class
oci.opsi.models.
ImportableEnterpriseManagerEntity
(**kwargs)¶ Bases:
object
An Enterprise Manager entity that can be imported into Operations Insights.
Methods
__init__
(**kwargs)Initializes a new ImportableEnterpriseManagerEntity object with values from keyword arguments. Attributes
enterprise_manager_entity_identifier
[Required] Gets the enterprise_manager_entity_identifier of this ImportableEnterpriseManagerEntity. enterprise_manager_entity_name
[Required] Gets the enterprise_manager_entity_name of this ImportableEnterpriseManagerEntity. enterprise_manager_entity_type
[Required] Gets the enterprise_manager_entity_type of this ImportableEnterpriseManagerEntity. enterprise_manager_identifier
[Required] Gets the enterprise_manager_identifier of this ImportableEnterpriseManagerEntity. opsi_entity_type
Gets the opsi_entity_type of this ImportableEnterpriseManagerEntity. -
__init__
(**kwargs)¶ Initializes a new ImportableEnterpriseManagerEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - enterprise_manager_identifier (str) – The value to assign to the enterprise_manager_identifier property of this ImportableEnterpriseManagerEntity.
- enterprise_manager_entity_name (str) – The value to assign to the enterprise_manager_entity_name property of this ImportableEnterpriseManagerEntity.
- enterprise_manager_entity_type (str) – The value to assign to the enterprise_manager_entity_type property of this ImportableEnterpriseManagerEntity.
- enterprise_manager_entity_identifier (str) – The value to assign to the enterprise_manager_entity_identifier property of this ImportableEnterpriseManagerEntity.
- opsi_entity_type (str) – The value to assign to the opsi_entity_type property of this ImportableEnterpriseManagerEntity.
-
enterprise_manager_entity_identifier
¶ [Required] Gets the enterprise_manager_entity_identifier of this ImportableEnterpriseManagerEntity. Enterprise Manager Entity Unique Identifier
Returns: The enterprise_manager_entity_identifier of this ImportableEnterpriseManagerEntity. Return type: str
-
enterprise_manager_entity_name
¶ [Required] Gets the enterprise_manager_entity_name of this ImportableEnterpriseManagerEntity. Enterprise Manager Entity Name
Returns: The enterprise_manager_entity_name of this ImportableEnterpriseManagerEntity. Return type: str
-
enterprise_manager_entity_type
¶ [Required] Gets the enterprise_manager_entity_type of this ImportableEnterpriseManagerEntity. Enterprise Manager Entity Type
Returns: The enterprise_manager_entity_type of this ImportableEnterpriseManagerEntity. Return type: str
-
enterprise_manager_identifier
¶ [Required] Gets the enterprise_manager_identifier of this ImportableEnterpriseManagerEntity. Enterprise Manager Unique Identifier
Returns: The enterprise_manager_identifier of this ImportableEnterpriseManagerEntity. Return type: str
-
opsi_entity_type
¶ Gets the opsi_entity_type of this ImportableEnterpriseManagerEntity. Ops Insights internal representation of the resource type.
Returns: The opsi_entity_type of this ImportableEnterpriseManagerEntity. Return type: str
-