UnifiedAgentServiceConfigurationDetails

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

Bases: object

Top level Unified Agent service configuration object.

Attributes

CONFIGURATION_TYPE_LOGGING A constant which can be used with the configuration_type property of a UnifiedAgentServiceConfigurationDetails.
CONFIGURATION_TYPE_MONITORING A constant which can be used with the configuration_type property of a UnifiedAgentServiceConfigurationDetails.
configuration_type [Required] Gets the configuration_type of this UnifiedAgentServiceConfigurationDetails.

Methods

__init__(**kwargs) Initializes a new UnifiedAgentServiceConfigurationDetails 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'

A constant which can be used with the configuration_type property of a UnifiedAgentServiceConfigurationDetails. This constant has a value of “LOGGING”

CONFIGURATION_TYPE_MONITORING = 'MONITORING'

A constant which can be used with the configuration_type property of a UnifiedAgentServiceConfigurationDetails. This constant has a value of “MONITORING”

__init__(**kwargs)

Initializes a new UnifiedAgentServiceConfigurationDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

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 UnifiedAgentServiceConfigurationDetails. 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’.
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.