Class: Jamf::OAPISchemas::CloudLdapConnectionPoolStatistics

Inherits:
Jamf::OAPIObject show all
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 genereated from the api/schema URL path on a Jamf Pro server version 10.50.0-t1693149930

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

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#maximumAvailableConnectionsInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 136

#numAvailableConnectionsInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 157

#numConnectionsClosedDefunctInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 73

#numConnectionsClosedExpiredInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 80

#numConnectionsClosedUnneededInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 87

#numFailedCheckoutsInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 94

#numFailedConnectionAttemptsInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 101

#numReleasedValidInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 108

#numSuccessfulCheckoutsInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 115

#numSuccessfulCheckoutsAfterWaitingInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 150

#numSuccessfulCheckoutsNewConnectionInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 122

#numSuccessfulCheckoutsWithoutWaitingInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 143

#numSuccessfulConnectionAttemptsInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb', line 129