AvailableCapability¶
-
class
oci.apm_synthetics.models.
AvailableCapability
(**kwargs)¶ Bases:
object
Available capability in a specific On-premise vantage point.
Methods
__init__
(**kwargs)Initializes a new AvailableCapability object with values from keyword arguments. Attributes
capability
[Required] Gets the capability of this AvailableCapability. count
[Required] Gets the count of this AvailableCapability. -
__init__
(**kwargs)¶ Initializes a new AvailableCapability object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - capability (str) – The value to assign to the capability property of this AvailableCapability.
- count (int) – The value to assign to the count property of this AvailableCapability.
-
capability
¶ [Required] Gets the capability of this AvailableCapability. Capability of an On-premise vantage point worker.
Returns: The capability of this AvailableCapability. Return type: str
-
count
¶ [Required] Gets the count of this AvailableCapability. Count of available capability in a specific On-premise vantage point.
Returns: The count of this AvailableCapability. Return type: int
-