LogRuleTaskDetailsResponse

class oci.sch.models.LogRuleTaskDetailsResponse(**kwargs)

Bases: oci.sch.models.task_details_response.TaskDetailsResponse

The log filter task. For configuration instructions, see Creating a Connector.

Attributes

KIND_FUNCTION str(object=’’) -> str
KIND_LOG_RULE str(object=’’) -> str
condition [Required] Gets the condition of this LogRuleTaskDetailsResponse.
kind [Required] Gets the kind of this TaskDetailsResponse.
private_endpoint_metadata Gets the private_endpoint_metadata of this TaskDetailsResponse.

Methods

__init__(**kwargs) Initializes a new LogRuleTaskDetailsResponse 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.
KIND_FUNCTION = 'function'
KIND_LOG_RULE = 'logRule'
__init__(**kwargs)

Initializes a new LogRuleTaskDetailsResponse object with values from keyword arguments. The default value of the kind attribute of this class is logRule and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • private_endpoint_metadata (oci.sch.models.PrivateEndpointMetadata) – The value to assign to the private_endpoint_metadata property of this LogRuleTaskDetailsResponse.
  • kind (str) – The value to assign to the kind property of this LogRuleTaskDetailsResponse. Allowed values for this property are: “function”, “logRule”
  • condition (str) – The value to assign to the condition property of this LogRuleTaskDetailsResponse.
condition

[Required] Gets the condition of this LogRuleTaskDetailsResponse. A filter or mask to limit the source used in the flow defined by the connector.

Returns:The condition of this LogRuleTaskDetailsResponse.
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.

kind

[Required] Gets the kind of this TaskDetailsResponse. The type discriminator.

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

Returns:The kind of this TaskDetailsResponse.
Return type:str
private_endpoint_metadata

Gets the private_endpoint_metadata of this TaskDetailsResponse.

Returns:The private_endpoint_metadata of this TaskDetailsResponse.
Return type:oci.sch.models.PrivateEndpointMetadata