UnifiedAgentUrlConfigurationDetails¶
-
class
oci.logging.models.
UnifiedAgentUrlConfigurationDetails
(**kwargs)¶ Bases:
oci.logging.models.unified_agent_monitoring_application_configuration_details.UnifiedAgentMonitoringApplicationConfigurationDetails
Unified Agent scrape URL configuration object.
Attributes
SOURCE_TYPE_KUBERNETES
str(object=’’) -> str SOURCE_TYPE_TAIL
str(object=’’) -> str SOURCE_TYPE_URL
str(object=’’) -> str destination
[Required] Gets the destination of this UnifiedAgentUrlConfigurationDetails. filter
Gets the filter of this UnifiedAgentUrlConfigurationDetails. source
[Required] Gets the source of this UnifiedAgentUrlConfigurationDetails. source_type
[Required] Gets the source_type of this UnifiedAgentMonitoringApplicationConfigurationDetails. Methods
__init__
(**kwargs)Initializes a new UnifiedAgentUrlConfigurationDetails 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. -
SOURCE_TYPE_KUBERNETES
= 'KUBERNETES'¶
-
SOURCE_TYPE_TAIL
= 'TAIL'¶
-
SOURCE_TYPE_URL
= 'URL'¶
-
__init__
(**kwargs)¶ Initializes a new UnifiedAgentUrlConfigurationDetails object with values from keyword arguments. The default value of the
source_type
attribute of this class isURL
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - source_type (str) – The value to assign to the source_type property of this UnifiedAgentUrlConfigurationDetails. Allowed values for this property are: “KUBERNETES”, “TAIL”, “URL”
- source (oci.logging.models.UnifiedAgentMonitoringUrlSource) – The value to assign to the source property of this UnifiedAgentUrlConfigurationDetails.
- filter (oci.logging.models.UnifiedAgentUrlFilter) – The value to assign to the filter property of this UnifiedAgentUrlConfigurationDetails.
- destination (oci.logging.models.UnifiedAgentMonitoringDestination) – The value to assign to the destination property of this UnifiedAgentUrlConfigurationDetails.
-
destination
¶ [Required] Gets the destination of this UnifiedAgentUrlConfigurationDetails.
Returns: The destination of this UnifiedAgentUrlConfigurationDetails. Return type: oci.logging.models.UnifiedAgentMonitoringDestination
-
filter
¶ Gets the filter of this UnifiedAgentUrlConfigurationDetails.
Returns: The filter of this UnifiedAgentUrlConfigurationDetails. Return type: oci.logging.models.UnifiedAgentUrlFilter
-
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.
-
source
¶ [Required] Gets the source of this UnifiedAgentUrlConfigurationDetails.
Returns: The source of this UnifiedAgentUrlConfigurationDetails. Return type: oci.logging.models.UnifiedAgentMonitoringUrlSource
-
source_type
¶ [Required] Gets the source_type of this UnifiedAgentMonitoringApplicationConfigurationDetails. Type of source of metrics
Allowed values for this property are: “KUBERNETES”, “TAIL”, “URL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The source_type of this UnifiedAgentMonitoringApplicationConfigurationDetails. Return type: str
-