ImportableAgentEntitySummary

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

Bases: object

An agent entity that can be imported into Operations Insights.

Attributes

ENTITY_SOURCE_MACS_MANAGED_CLOUD_HOST A constant which can be used with the entity_source property of a ImportableAgentEntitySummary.
ENTITY_SOURCE_MACS_MANAGED_EXTERNAL_HOST A constant which can be used with the entity_source property of a ImportableAgentEntitySummary.
entity_source [Required] Gets the entity_source of this ImportableAgentEntitySummary.
management_agent_display_name [Required] Gets the management_agent_display_name of this ImportableAgentEntitySummary.
management_agent_id [Required] Gets the management_agent_id of this ImportableAgentEntitySummary.

Methods

__init__(**kwargs) Initializes a new ImportableAgentEntitySummary 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_MACS_MANAGED_CLOUD_HOST = 'MACS_MANAGED_CLOUD_HOST'

A constant which can be used with the entity_source property of a ImportableAgentEntitySummary. This constant has a value of “MACS_MANAGED_CLOUD_HOST”

ENTITY_SOURCE_MACS_MANAGED_EXTERNAL_HOST = 'MACS_MANAGED_EXTERNAL_HOST'

A constant which can be used with the entity_source property of a ImportableAgentEntitySummary. This constant has a value of “MACS_MANAGED_EXTERNAL_HOST”

__init__(**kwargs)

Initializes a new ImportableAgentEntitySummary 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:
  • entity_source (str) – The value to assign to the entity_source property of this ImportableAgentEntitySummary. Allowed values for this property are: “MACS_MANAGED_EXTERNAL_HOST”, “MACS_MANAGED_CLOUD_HOST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • management_agent_id (str) – The value to assign to the management_agent_id property of this ImportableAgentEntitySummary.
  • management_agent_display_name (str) – The value to assign to the management_agent_display_name property of this ImportableAgentEntitySummary.
entity_source

[Required] Gets the entity_source of this ImportableAgentEntitySummary. Source of the importable agent entity.

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

Returns:The entity_source of this ImportableAgentEntitySummary.
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.

management_agent_display_name

[Required] Gets the management_agent_display_name of this ImportableAgentEntitySummary. The Display Name of the Management Agent

Returns:The management_agent_display_name of this ImportableAgentEntitySummary.
Return type:str
management_agent_id

[Required] Gets the management_agent_id of this ImportableAgentEntitySummary. The OCID of the Management Agent

Returns:The management_agent_id of this ImportableAgentEntitySummary.
Return type:str