UnifiedAgentMonitoringConfigurationDetails

class oci.logging.models.UnifiedAgentMonitoringConfigurationDetails(**kwargs)

Bases: oci.logging.models.unified_agent_service_configuration_details.UnifiedAgentServiceConfigurationDetails

Unified Agent monitoring service configuration object.

Attributes

CONFIGURATION_TYPE_LOGGING str(object=’’) -> str
CONFIGURATION_TYPE_MONITORING str(object=’’) -> str
application_configurations [Required] Gets the application_configurations of this UnifiedAgentMonitoringConfigurationDetails.
configuration_type [Required] Gets the configuration_type of this UnifiedAgentServiceConfigurationDetails.

Methods

__init__(**kwargs) Initializes a new UnifiedAgentMonitoringConfigurationDetails 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.
CONFIGURATION_TYPE_LOGGING = 'LOGGING'
CONFIGURATION_TYPE_MONITORING = 'MONITORING'
__init__(**kwargs)

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

Parameters:
  • configuration_type (str) – The value to assign to the configuration_type property of this UnifiedAgentMonitoringConfigurationDetails. Allowed values for this property are: “LOGGING”, “MONITORING”
  • application_configurations (list[oci.logging.models.UnifiedAgentMonitoringApplicationConfigurationDetails]) – The value to assign to the application_configurations property of this UnifiedAgentMonitoringConfigurationDetails.
application_configurations

[Required] Gets the application_configurations of this UnifiedAgentMonitoringConfigurationDetails. Unified Agent monitoring application configuration details.

Returns:The application_configurations of this UnifiedAgentMonitoringConfigurationDetails.
Return type:list[oci.logging.models.UnifiedAgentMonitoringApplicationConfigurationDetails]
configuration_type

[Required] Gets the configuration_type of this UnifiedAgentServiceConfigurationDetails. Type of Unified Agent service configuration.

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

Returns:The configuration_type of this UnifiedAgentServiceConfigurationDetails.
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.