MonitoredInstanceSummary

class oci.appmgmt_control.models.MonitoredInstanceSummary(**kwargs)

Bases: object

Summary of the monitored instance.

Methods

__init__(**kwargs) Initializes a new MonitoredInstanceSummary object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this MonitoredInstanceSummary.
display_name Gets the display_name of this MonitoredInstanceSummary.
instance_id [Required] Gets the instance_id of this MonitoredInstanceSummary.
lifecycle_state Gets the lifecycle_state of this MonitoredInstanceSummary.
management_agent_id Gets the management_agent_id of this MonitoredInstanceSummary.
monitoring_state Gets the monitoring_state of this MonitoredInstanceSummary.
__init__(**kwargs)

Initializes a new MonitoredInstanceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • instance_id (str) – The value to assign to the instance_id property of this MonitoredInstanceSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this MonitoredInstanceSummary.
  • display_name (str) – The value to assign to the display_name property of this MonitoredInstanceSummary.
  • management_agent_id (str) – The value to assign to the management_agent_id property of this MonitoredInstanceSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this MonitoredInstanceSummary.
  • monitoring_state (str) – The value to assign to the monitoring_state property of this MonitoredInstanceSummary.
compartment_id

[Required] Gets the compartment_id of this MonitoredInstanceSummary. Compartment Identifier OCID

Returns:The compartment_id of this MonitoredInstanceSummary.
Return type:str
display_name

Gets the display_name of this MonitoredInstanceSummary. A user-friendly name of the monitored instance. It is binded to Compute Instance. DisplayName is fetched from Core Service API.

Returns:The display_name of this MonitoredInstanceSummary.
Return type:str
instance_id

[Required] Gets the instance_id of this MonitoredInstanceSummary. The OCID of monitored instance.

Returns:The instance_id of this MonitoredInstanceSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this MonitoredInstanceSummary. The current state of the monitored instance.

Returns:The lifecycle_state of this MonitoredInstanceSummary.
Return type:str
management_agent_id

Gets the management_agent_id of this MonitoredInstanceSummary. Management Agent Identifier OCID.

Returns:The management_agent_id of this MonitoredInstanceSummary.
Return type:str
monitoring_state

Gets the monitoring_state of this MonitoredInstanceSummary. Monitoring status. Can be either enabled or disabled.

Returns:The monitoring_state of this MonitoredInstanceSummary.
Return type:str