MonitorStatusCountMap

class oci.apm_synthetics.models.MonitorStatusCountMap(**kwargs)

Bases: object

Details of the monitor count per state. Example: { “total” : 5, “enabled” : 3 , “disabled” : 2, “invalid” : 0 }

Methods

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

Attributes

disabled [Required] Gets the disabled of this MonitorStatusCountMap.
enabled [Required] Gets the enabled of this MonitorStatusCountMap.
invalid [Required] Gets the invalid of this MonitorStatusCountMap.
total [Required] Gets the total of this MonitorStatusCountMap.
__init__(**kwargs)

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

Parameters:
  • total (int) – The value to assign to the total property of this MonitorStatusCountMap.
  • enabled (int) – The value to assign to the enabled property of this MonitorStatusCountMap.
  • disabled (int) – The value to assign to the disabled property of this MonitorStatusCountMap.
  • invalid (int) – The value to assign to the invalid property of this MonitorStatusCountMap.
disabled

[Required] Gets the disabled of this MonitorStatusCountMap. Number of disabled monitors using the script.

Returns:The disabled of this MonitorStatusCountMap.
Return type:int
enabled

[Required] Gets the enabled of this MonitorStatusCountMap. Number of enabled monitors using the script.

Returns:The enabled of this MonitorStatusCountMap.
Return type:int
invalid

[Required] Gets the invalid of this MonitorStatusCountMap. Number of invalid monitors using the script.

Returns:The invalid of this MonitorStatusCountMap.
Return type:int
total

[Required] Gets the total of this MonitorStatusCountMap. Total number of monitors using the script.

Returns:The total of this MonitorStatusCountMap.
Return type:int