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