UpdateInstanceAgentConfigDetails¶
-
class
oci.core.models.
UpdateInstanceAgentConfigDetails
(**kwargs)¶ Bases:
object
Instance agent configuration options to choose for updating the instance
Methods
__init__
(**kwargs)Initializes a new UpdateInstanceAgentConfigDetails object with values from keyword arguments. Attributes
is_management_disabled
Gets the is_management_disabled of this UpdateInstanceAgentConfigDetails. is_monitoring_disabled
Gets the is_monitoring_disabled of this UpdateInstanceAgentConfigDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateInstanceAgentConfigDetails 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 UpdateInstanceAgentConfigDetails.
- is_management_disabled (bool) – The value to assign to the is_management_disabled property of this UpdateInstanceAgentConfigDetails.
-
is_management_disabled
¶ Gets the is_management_disabled of this UpdateInstanceAgentConfigDetails. Whether the agent running on the instance can run all the available management plugins
Returns: The is_management_disabled of this UpdateInstanceAgentConfigDetails. Return type: bool
-
is_monitoring_disabled
¶ Gets the is_monitoring_disabled of this UpdateInstanceAgentConfigDetails. Whether the agent running on the instance can gather performance metrics and monitor the instance.
Returns: The is_monitoring_disabled of this UpdateInstanceAgentConfigDetails. Return type: bool
-