UnifiedAgentKubernetesConfigurationDetails¶
-
class
oci.logging.models.
UnifiedAgentKubernetesConfigurationDetails
(**kwargs)¶ Bases:
oci.logging.models.unified_agent_monitoring_application_configuration_details.UnifiedAgentMonitoringApplicationConfigurationDetails
Unified Agent kubernetes service 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 UnifiedAgentKubernetesConfigurationDetails. filter
Gets the filter of this UnifiedAgentKubernetesConfigurationDetails. source
[Required] Gets the source of this UnifiedAgentKubernetesConfigurationDetails. source_type
[Required] Gets the source_type of this UnifiedAgentMonitoringApplicationConfigurationDetails. Methods
__init__
(**kwargs)Initializes a new UnifiedAgentKubernetesConfigurationDetails 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 UnifiedAgentKubernetesConfigurationDetails object with values from keyword arguments. The default value of the
source_type
attribute of this class isKUBERNETES
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 UnifiedAgentKubernetesConfigurationDetails. Allowed values for this property are: “KUBERNETES”, “TAIL”, “URL”
- source (oci.logging.models.UnifiedAgentKubernetesSource) – The value to assign to the source property of this UnifiedAgentKubernetesConfigurationDetails.
- filter (oci.logging.models.UnifiedAgentKubernetesFilter) – The value to assign to the filter property of this UnifiedAgentKubernetesConfigurationDetails.
- destination (oci.logging.models.UnifiedAgentMonitoringDestination) – The value to assign to the destination property of this UnifiedAgentKubernetesConfigurationDetails.
-
destination
¶ [Required] Gets the destination of this UnifiedAgentKubernetesConfigurationDetails.
Returns: The destination of this UnifiedAgentKubernetesConfigurationDetails. Return type: oci.logging.models.UnifiedAgentMonitoringDestination
-
filter
¶ Gets the filter of this UnifiedAgentKubernetesConfigurationDetails.
Returns: The filter of this UnifiedAgentKubernetesConfigurationDetails. Return type: oci.logging.models.UnifiedAgentKubernetesFilter
-
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 UnifiedAgentKubernetesConfigurationDetails.
Returns: The source of this UnifiedAgentKubernetesConfigurationDetails. Return type: oci.logging.models.UnifiedAgentKubernetesSource
-
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
-