ValidateEndpointResult

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

Bases: object

The result of the endpoint configuration validation

Methods

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

Attributes

status [Required] Gets the status of this ValidateEndpointResult.
status_description Gets the status_description of this ValidateEndpointResult.
validation_results Gets the validation_results of this ValidateEndpointResult.
__init__(**kwargs)

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

Parameters:
  • status (str) – The value to assign to the status property of this ValidateEndpointResult.
  • status_description (str) – The value to assign to the status_description property of this ValidateEndpointResult.
  • validation_results (list[oci.log_analytics.models.EndpointResult]) – The value to assign to the validation_results property of this ValidateEndpointResult.
status

[Required] Gets the status of this ValidateEndpointResult. The validation status.

Returns:The status of this ValidateEndpointResult.
Return type:str
status_description

Gets the status_description of this ValidateEndpointResult. The validation status description.

Returns:The status_description of this ValidateEndpointResult.
Return type:str
validation_results

Gets the validation_results of this ValidateEndpointResult. Validation results for each specified endpoint.

Returns:The validation_results of this ValidateEndpointResult.
Return type:list[oci.log_analytics.models.EndpointResult]