Class: Jamf::OAPISchemas::CloudLdapConnectionPoolStatistics
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::CloudLdapConnectionPoolStatistics
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb
Overview
OAPI Object Model and Enums for: CloudLdapConnectionPoolStatistics
Description of this class from the OAPI Schema:
Ldap Cloud Identity Provider conection pool statistics
This class was automatically generated from the api/schema URL path on a Jamf Pro server version 11.6.1-t1718634702
This class may be used directly, e.g instances of other classes may use instances of this class as one of their own properties/attributes.
It may also be used as a superclass when implementing Jamf Pro API Resources in ruby-jss. The subclasses include appropriate mixins, and should expand on the basic functionality provided here.
Container Objects: Other object models that use this model as the value in one of their attributes.
Sub Objects: Other object models used by this model’s attributes.
Endpoints and Privileges: API endpoints and HTTP operations that use this object model, and the Jamf Pro privileges needed to access them.
- '/v2/cloud-ldaps/{id}/connection/bind:GET' needs permissions:
- Read LDAP Servers
- '/v2/cloud-ldaps/{id}/connection/search:GET' needs permissions:
- Read LDAP Servers
Constant Summary collapse
- OAPI_PROPERTIES =
{ # @!attribute numConnectionsClosedDefunct # @return [Integer] numConnectionsClosedDefunct: { class: :integer, format: 'int64' }, # @!attribute numConnectionsClosedExpired # @return [Integer] numConnectionsClosedExpired: { class: :integer, format: 'int64' }, # @!attribute numConnectionsClosedUnneeded # @return [Integer] numConnectionsClosedUnneeded: { class: :integer, format: 'int64' }, # @!attribute numFailedCheckouts # @return [Integer] numFailedCheckouts: { class: :integer, format: 'int64' }, # @!attribute numFailedConnectionAttempts # @return [Integer] numFailedConnectionAttempts: { class: :integer, format: 'int64' }, # @!attribute numReleasedValid # @return [Integer] numReleasedValid: { class: :integer, format: 'int64' }, # @!attribute numSuccessfulCheckouts # @return [Integer] numSuccessfulCheckouts: { class: :integer, format: 'int64' }, # @!attribute numSuccessfulCheckoutsNewConnection # @return [Integer] numSuccessfulCheckoutsNewConnection: { class: :integer, format: 'int64' }, # @!attribute numSuccessfulConnectionAttempts # @return [Integer] numSuccessfulConnectionAttempts: { class: :integer, format: 'int64' }, # @!attribute maximumAvailableConnections # @return [Integer] maximumAvailableConnections: { class: :integer, format: 'int64' }, # @!attribute numSuccessfulCheckoutsWithoutWaiting # @return [Integer] numSuccessfulCheckoutsWithoutWaiting: { class: :integer, format: 'int64' }, # @!attribute numSuccessfulCheckoutsAfterWaiting # @return [Integer] numSuccessfulCheckoutsAfterWaiting: { class: :integer, format: 'int64' }, # @!attribute numAvailableConnections # @return [Integer] numAvailableConnections: { class: :integer, format: 'int64' } }
Instance Attribute Summary collapse
- #maximumAvailableConnections ⇒ Integer
- #numAvailableConnections ⇒ Integer
- #numConnectionsClosedDefunct ⇒ Integer
- #numConnectionsClosedExpired ⇒ Integer
- #numConnectionsClosedUnneeded ⇒ Integer
- #numFailedCheckouts ⇒ Integer
- #numFailedConnectionAttempts ⇒ Integer
- #numReleasedValid ⇒ Integer
- #numSuccessfulCheckouts ⇒ Integer
- #numSuccessfulCheckoutsAfterWaiting ⇒ Integer
- #numSuccessfulCheckoutsNewConnection ⇒ Integer
- #numSuccessfulCheckoutsWithoutWaiting ⇒ Integer
- #numSuccessfulConnectionAttempts ⇒ Integer
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#maximumAvailableConnections ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 136
|
#numAvailableConnections ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 157
|
#numConnectionsClosedDefunct ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 73
|
#numConnectionsClosedExpired ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 80
|
#numConnectionsClosedUnneeded ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 87
|
#numFailedCheckouts ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 94
|
#numFailedConnectionAttempts ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 101
|
#numReleasedValid ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 108
|
#numSuccessfulCheckouts ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 115
|
#numSuccessfulCheckoutsAfterWaiting ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 150
|
#numSuccessfulCheckoutsNewConnection ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 122
|
#numSuccessfulCheckoutsWithoutWaiting ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 143
|
#numSuccessfulConnectionAttempts ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 129
|