LogListEndpoint

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

Bases: object

An endpoint used to fetch a list of log URLs.

Methods

__init__(**kwargs) Initializes a new LogListEndpoint object with values from keyword arguments.

Attributes

credentials Gets the credentials of this LogListEndpoint.
description Gets the description of this LogListEndpoint.
endpoint_id Gets the endpoint_id of this LogListEndpoint.
endpoint_properties Gets the endpoint_properties of this LogListEndpoint.
is_enabled Gets the is_enabled of this LogListEndpoint.
is_system Gets the is_system of this LogListEndpoint.
model Gets the model of this LogListEndpoint.
name [Required] Gets the name of this LogListEndpoint.
proxy Gets the proxy of this LogListEndpoint.
request [Required] Gets the request of this LogListEndpoint.
response Gets the response of this LogListEndpoint.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this LogListEndpoint.
  • description (str) – The value to assign to the description property of this LogListEndpoint.
  • model (str) – The value to assign to the model property of this LogListEndpoint.
  • endpoint_id (int) – The value to assign to the endpoint_id property of this LogListEndpoint.
  • request (oci.log_analytics.models.EndpointRequest) – The value to assign to the request property of this LogListEndpoint.
  • response (oci.log_analytics.models.EndpointResponse) – The value to assign to the response property of this LogListEndpoint.
  • credentials (oci.log_analytics.models.EndpointCredentials) – The value to assign to the credentials property of this LogListEndpoint.
  • proxy (oci.log_analytics.models.EndpointProxy) – The value to assign to the proxy property of this LogListEndpoint.
  • is_enabled (bool) – The value to assign to the is_enabled property of this LogListEndpoint.
  • is_system (bool) – The value to assign to the is_system property of this LogListEndpoint.
  • endpoint_properties (list[oci.log_analytics.models.LogAnalyticsProperty]) – The value to assign to the endpoint_properties property of this LogListEndpoint.
credentials

Gets the credentials of this LogListEndpoint.

Returns:The credentials of this LogListEndpoint.
Return type:oci.log_analytics.models.EndpointCredentials
description

Gets the description of this LogListEndpoint. The endpoint description.

Returns:The description of this LogListEndpoint.
Return type:str
endpoint_id

Gets the endpoint_id of this LogListEndpoint. The endpoint unique identifier.

Returns:The endpoint_id of this LogListEndpoint.
Return type:int
endpoint_properties

Gets the endpoint_properties of this LogListEndpoint. A list of endpoint properties.

Returns:The endpoint_properties of this LogListEndpoint.
Return type:list[oci.log_analytics.models.LogAnalyticsProperty]
is_enabled

Gets the is_enabled of this LogListEndpoint. A flag indicating whether or not the endpoint is enabled for log collection.

Returns:The is_enabled of this LogListEndpoint.
Return type:bool
is_system

Gets the is_system of this LogListEndpoint. The system flag. A value of false denotes a custom, or user defined endpoint. A value of true denotes an Oracle defined endpoint.

Returns:The is_system of this LogListEndpoint.
Return type:bool
model

Gets the model of this LogListEndpoint. The endpoint model.

Returns:The model of this LogListEndpoint.
Return type:str
name

[Required] Gets the name of this LogListEndpoint. The endpoint name.

Returns:The name of this LogListEndpoint.
Return type:str
proxy

Gets the proxy of this LogListEndpoint.

Returns:The proxy of this LogListEndpoint.
Return type:oci.log_analytics.models.EndpointProxy
request

[Required] Gets the request of this LogListEndpoint.

Returns:The request of this LogListEndpoint.
Return type:oci.log_analytics.models.EndpointRequest
response

Gets the response of this LogListEndpoint.

Returns:The response of this LogListEndpoint.
Return type:oci.log_analytics.models.EndpointResponse