LogAnalyticsAssociationParameter¶
- 
class oci.log_analytics.models.LogAnalyticsAssociationParameter(**kwargs)¶
- Bases: - object- Attributes - STATUS_FAILED- A constant which can be used with the status property of a LogAnalyticsAssociationParameter. - STATUS_SUCCEEDED- A constant which can be used with the status property of a LogAnalyticsAssociationParameter. - agent_id- Gets the agent_id of this LogAnalyticsAssociationParameter. - association_properties- Gets the association_properties of this LogAnalyticsAssociationParameter. - entity_id- Gets the entity_id of this LogAnalyticsAssociationParameter. - entity_type- Gets the entity_type of this LogAnalyticsAssociationParameter. - missing_properties- Gets the missing_properties of this LogAnalyticsAssociationParameter. - required_properties- Gets the required_properties of this LogAnalyticsAssociationParameter. - source_display_name- Gets the source_display_name of this LogAnalyticsAssociationParameter. - source_id- Gets the source_id of this LogAnalyticsAssociationParameter. - source_type- Gets the source_type of this LogAnalyticsAssociationParameter. - status- Gets the status of this LogAnalyticsAssociationParameter. - status_description- Gets the status_description of this LogAnalyticsAssociationParameter. - Methods - __init__(**kwargs)- Initializes a new LogAnalyticsAssociationParameter object with values from keyword arguments. - 
STATUS_FAILED= 'FAILED'¶
- A constant which can be used with the status property of a LogAnalyticsAssociationParameter. This constant has a value of “FAILED” 
 - 
STATUS_SUCCEEDED= 'SUCCEEDED'¶
- A constant which can be used with the status property of a LogAnalyticsAssociationParameter. This constant has a value of “SUCCEEDED” 
 - 
__init__(**kwargs)¶
- Initializes a new LogAnalyticsAssociationParameter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - agent_id (str) – The value to assign to the agent_id property of this LogAnalyticsAssociationParameter.
- entity_type (str) – The value to assign to the entity_type property of this LogAnalyticsAssociationParameter.
- entity_id (str) – The value to assign to the entity_id property of this LogAnalyticsAssociationParameter.
- source_id (str) – The value to assign to the source_id property of this LogAnalyticsAssociationParameter.
- source_display_name (str) – The value to assign to the source_display_name property of this LogAnalyticsAssociationParameter.
- source_type (str) – The value to assign to the source_type property of this LogAnalyticsAssociationParameter.
- status (str) – The value to assign to the status property of this LogAnalyticsAssociationParameter. Allowed values for this property are: “SUCCEEDED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- status_description (str) – The value to assign to the status_description property of this LogAnalyticsAssociationParameter.
- association_properties (list[oci.log_analytics.models.AssociationProperty]) – The value to assign to the association_properties property of this LogAnalyticsAssociationParameter.
- missing_properties (list[str]) – The value to assign to the missing_properties property of this LogAnalyticsAssociationParameter.
- required_properties (list[str]) – The value to assign to the required_properties property of this LogAnalyticsAssociationParameter.
 
 - 
agent_id¶
- Gets the agent_id of this LogAnalyticsAssociationParameter. The agent unique identifier. - Returns: - The agent_id of this LogAnalyticsAssociationParameter. - Return type: - str 
 - 
association_properties¶
- Gets the association_properties of this LogAnalyticsAssociationParameter. A list of association properties. - Returns: - The association_properties of this LogAnalyticsAssociationParameter. - Return type: - list[oci.log_analytics.models.AssociationProperty] 
 - 
entity_id¶
- Gets the entity_id of this LogAnalyticsAssociationParameter. The entity unique identifier. - Returns: - The entity_id of this LogAnalyticsAssociationParameter. - Return type: - str 
 - 
entity_type¶
- Gets the entity_type of this LogAnalyticsAssociationParameter. The entity type. - Returns: - The entity_type of this LogAnalyticsAssociationParameter. - Return type: - str 
 - 
missing_properties¶
- Gets the missing_properties of this LogAnalyticsAssociationParameter. A list of missing properties. - Returns: - The missing_properties of this LogAnalyticsAssociationParameter. - Return type: - list[str] 
 - 
required_properties¶
- Gets the required_properties of this LogAnalyticsAssociationParameter. A list of requried properties. - Returns: - The required_properties of this LogAnalyticsAssociationParameter. - Return type: - list[str] 
 - 
source_display_name¶
- Gets the source_display_name of this LogAnalyticsAssociationParameter. The source display name. - Returns: - The source_display_name of this LogAnalyticsAssociationParameter. - Return type: - str 
 - 
source_id¶
- Gets the source_id of this LogAnalyticsAssociationParameter. The source name. - Returns: - The source_id of this LogAnalyticsAssociationParameter. - Return type: - str 
 - 
source_type¶
- Gets the source_type of this LogAnalyticsAssociationParameter. The source type. - Returns: - The source_type of this LogAnalyticsAssociationParameter. - Return type: - str 
 - 
status¶
- Gets the status of this LogAnalyticsAssociationParameter. The status. Either FAILED or SUCCEEDED. - Allowed values for this property are: “SUCCEEDED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The status of this LogAnalyticsAssociationParameter. - Return type: - str 
 - 
status_description¶
- Gets the status_description of this LogAnalyticsAssociationParameter. The status description. - Returns: - The status_description of this LogAnalyticsAssociationParameter. - Return type: - str 
 
-