WorkersSummary

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

Bases: object

Details of the workers in a specific On-premise vantage point.

Methods

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

Attributes

available [Required] Gets the available of this WorkersSummary.
available_capabilities [Required] Gets the available_capabilities of this WorkersSummary.
disabled [Required] Gets the disabled of this WorkersSummary.
min_version [Required] Gets the min_version of this WorkersSummary.
total [Required] Gets the total of this WorkersSummary.
used [Required] Gets the used of this WorkersSummary.
__init__(**kwargs)

Initializes a new WorkersSummary 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 WorkersSummary.
  • available (int) – The value to assign to the available property of this WorkersSummary.
  • used (int) – The value to assign to the used property of this WorkersSummary.
  • disabled (int) – The value to assign to the disabled property of this WorkersSummary.
  • min_version (str) – The value to assign to the min_version property of this WorkersSummary.
  • available_capabilities (list[oci.apm_synthetics.models.AvailableCapability]) – The value to assign to the available_capabilities property of this WorkersSummary.
available

[Required] Gets the available of this WorkersSummary. Number of available workers in a specific On-premise vantage point.

Returns:The available of this WorkersSummary.
Return type:int
available_capabilities

[Required] Gets the available_capabilities of this WorkersSummary. List of available capabilities in a specific On-premise vantage point.

Returns:The available_capabilities of this WorkersSummary.
Return type:list[oci.apm_synthetics.models.AvailableCapability]
disabled

[Required] Gets the disabled of this WorkersSummary. Number of disabled workers in a specific On-premise vantage point.

Returns:The disabled of this WorkersSummary.
Return type:int
min_version

[Required] Gets the min_version of this WorkersSummary. Minimum version among the workers in a specific On-premise vantage point.

Returns:The min_version of this WorkersSummary.
Return type:str
total

[Required] Gets the total of this WorkersSummary. Total number of workers in a specific On-premise vantage point.

Returns:The total of this WorkersSummary.
Return type:int
used

[Required] Gets the used of this WorkersSummary. Number of occupied workers in a specific On-premise vantage point.

Returns:The used of this WorkersSummary.
Return type:int