AssociableEntity

class oci.log_analytics.models.AssociableEntity(**kwargs)

Bases: object

Entity details including whether or not it is eligible for association with the source.

Attributes

ELIGIBILITY_STATUS_ELIGIBLE A constant which can be used with the eligibility_status property of a AssociableEntity.
ELIGIBILITY_STATUS_INELIGIBLE A constant which can be used with the eligibility_status property of a AssociableEntity.
agent_id Gets the agent_id of this AssociableEntity.
eligibility_status Gets the eligibility_status of this AssociableEntity.
entity_id Gets the entity_id of this AssociableEntity.
entity_name Gets the entity_name of this AssociableEntity.
entity_type_display_name Gets the entity_type_display_name of this AssociableEntity.
entity_type_name Gets the entity_type_name of this AssociableEntity.
host Gets the host of this AssociableEntity.
ineligibility_details Gets the ineligibility_details of this AssociableEntity.

Methods

__init__(**kwargs) Initializes a new AssociableEntity object with values from keyword arguments.
ELIGIBILITY_STATUS_ELIGIBLE = 'ELIGIBLE'

A constant which can be used with the eligibility_status property of a AssociableEntity. This constant has a value of “ELIGIBLE”

ELIGIBILITY_STATUS_INELIGIBLE = 'INELIGIBLE'

A constant which can be used with the eligibility_status property of a AssociableEntity. This constant has a value of “INELIGIBLE”

__init__(**kwargs)

Initializes a new AssociableEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • entity_id (str) – The value to assign to the entity_id property of this AssociableEntity.
  • entity_name (str) – The value to assign to the entity_name property of this AssociableEntity.
  • entity_type_name (str) – The value to assign to the entity_type_name property of this AssociableEntity.
  • entity_type_display_name (str) – The value to assign to the entity_type_display_name property of this AssociableEntity.
  • host (str) – The value to assign to the host property of this AssociableEntity.
  • agent_id (str) – The value to assign to the agent_id property of this AssociableEntity.
  • eligibility_status (str) – The value to assign to the eligibility_status property of this AssociableEntity. Allowed values for this property are: “ELIGIBLE”, “INELIGIBLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • ineligibility_details (str) – The value to assign to the ineligibility_details property of this AssociableEntity.
agent_id

Gets the agent_id of this AssociableEntity. The OCID of the Management Agent.

Returns:The agent_id of this AssociableEntity.
Return type:str
eligibility_status

Gets the eligibility_status of this AssociableEntity. This field indicates whether the entity is (in)eligible to be associated with this source.

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

Returns:The eligibility_status of this AssociableEntity.
Return type:str
entity_id

Gets the entity_id of this AssociableEntity. The entity OCID.

Returns:The entity_id of this AssociableEntity.
Return type:str
entity_name

Gets the entity_name of this AssociableEntity. The name of the entity.

Returns:The entity_name of this AssociableEntity.
Return type:str
entity_type_display_name

Gets the entity_type_display_name of this AssociableEntity. The display name of the entity type.

Returns:The entity_type_display_name of this AssociableEntity.
Return type:str
entity_type_name

Gets the entity_type_name of this AssociableEntity. The type name of the entity.

Returns:The entity_type_name of this AssociableEntity.
Return type:str
host

Gets the host of this AssociableEntity. The entity host.

Returns:The host of this AssociableEntity.
Return type:str
ineligibility_details

Gets the ineligibility_details of this AssociableEntity. The reason the entity is not eligible for association.

Returns:The ineligibility_details of this AssociableEntity.
Return type:str