InstanceAgentFeatures¶
- 
class oci.core.models.InstanceAgentFeatures(**kwargs)¶
- Bases: - object- Oracle Cloud Agent features supported on the image. - Methods - __init__(**kwargs)- Initializes a new InstanceAgentFeatures object with values from keyword arguments. - Attributes - is_management_supported- Gets the is_management_supported of this InstanceAgentFeatures. - is_monitoring_supported- Gets the is_monitoring_supported of this InstanceAgentFeatures. - 
__init__(**kwargs)¶
- Initializes a new InstanceAgentFeatures object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - is_monitoring_supported (bool) – The value to assign to the is_monitoring_supported property of this InstanceAgentFeatures.
- is_management_supported (bool) – The value to assign to the is_management_supported property of this InstanceAgentFeatures.
 
 - 
is_management_supported¶
- Gets the is_management_supported of this InstanceAgentFeatures. This attribute is not used. - Returns: - The is_management_supported of this InstanceAgentFeatures. - Return type: - bool 
 - 
is_monitoring_supported¶
- Gets the is_monitoring_supported of this InstanceAgentFeatures. This attribute is not used. - Returns: - The is_monitoring_supported of this InstanceAgentFeatures. - Return type: - bool 
 
-