InstanceAgentConfig¶
-
class
oci.core.models.
InstanceAgentConfig
(**kwargs)¶ Bases:
object
Instance agent configuration on the instance
Methods
__init__
(**kwargs)Initializes a new InstanceAgentConfig object with values from keyword arguments. Attributes
is_management_disabled
Gets the is_management_disabled of this InstanceAgentConfig. is_monitoring_disabled
Gets the is_monitoring_disabled of this InstanceAgentConfig. -
__init__
(**kwargs)¶ Initializes a new InstanceAgentConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_monitoring_disabled (bool) – The value to assign to the is_monitoring_disabled property of this InstanceAgentConfig.
- is_management_disabled (bool) – The value to assign to the is_management_disabled property of this InstanceAgentConfig.
-
is_management_disabled
¶ Gets the is_management_disabled of this InstanceAgentConfig. Whether the agent running on the instance can run all the available management plugins.
Returns: The is_management_disabled of this InstanceAgentConfig. Return type: bool
-
is_monitoring_disabled
¶ Gets the is_monitoring_disabled of this InstanceAgentConfig. Whether the agent running on the instance can gather performance metrics and monitor the instance.
Returns: The is_monitoring_disabled of this InstanceAgentConfig. Return type: bool
-