AgentExtensionHandlerConfigurationProperty¶
-
class
oci.stack_monitoring.models.
AgentExtensionHandlerConfigurationProperty
(**kwargs)¶ Bases:
object
Property of handler configuration
Methods
__init__
(**kwargs)Initializes a new AgentExtensionHandlerConfigurationProperty object with values from keyword arguments. Attributes
name
Gets the name of this AgentExtensionHandlerConfigurationProperty. value
Gets the value of this AgentExtensionHandlerConfigurationProperty. -
__init__
(**kwargs)¶ Initializes a new AgentExtensionHandlerConfigurationProperty object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AgentExtensionHandlerConfigurationProperty.
- value (str) – The value to assign to the value property of this AgentExtensionHandlerConfigurationProperty.
-
name
¶ Gets the name of this AgentExtensionHandlerConfigurationProperty. Property name.
Returns: The name of this AgentExtensionHandlerConfigurationProperty. Return type: str
-
value
¶ Gets the value of this AgentExtensionHandlerConfigurationProperty. Property value.
Returns: The value of this AgentExtensionHandlerConfigurationProperty. Return type: str
-