AppBundlePoolConfiguration

class oci.identity_domains.models.AppBundlePoolConfiguration(**kwargs)

Bases: object

Configurable options maintaining a pool of ICF connector instances. Values for sub attributes can be set only if the ConnectorBundle referenced in the App has connectorPoolingSupported set to true

SCIM++ Properties: - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

max_idle Gets the max_idle of this AppBundlePoolConfiguration.
max_objects Gets the max_objects of this AppBundlePoolConfiguration.
max_wait Gets the max_wait of this AppBundlePoolConfiguration.
min_evictable_idle_time_millis Gets the min_evictable_idle_time_millis of this AppBundlePoolConfiguration.
min_idle Gets the min_idle of this AppBundlePoolConfiguration.
__init__(**kwargs)

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

Parameters:
  • max_idle (int) – The value to assign to the max_idle property of this AppBundlePoolConfiguration.
  • max_objects (int) – The value to assign to the max_objects property of this AppBundlePoolConfiguration.
  • max_wait (int) – The value to assign to the max_wait property of this AppBundlePoolConfiguration.
  • min_evictable_idle_time_millis (int) – The value to assign to the min_evictable_idle_time_millis property of this AppBundlePoolConfiguration.
  • min_idle (int) – The value to assign to the min_idle property of this AppBundlePoolConfiguration.
max_idle

Gets the max_idle of this AppBundlePoolConfiguration. Maximum number of connector instances in the pool that are idle and active.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The max_idle of this AppBundlePoolConfiguration.
Return type:int
max_objects

Gets the max_objects of this AppBundlePoolConfiguration. Maximum number of connector instances in the pool that are idle and active.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The max_objects of this AppBundlePoolConfiguration.
Return type:int
max_wait

Gets the max_wait of this AppBundlePoolConfiguration. Maximum time (in milliseconds) to wait for a free connector instance to become available before failing.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The max_wait of this AppBundlePoolConfiguration.
Return type:int
min_evictable_idle_time_millis

Gets the min_evictable_idle_time_millis of this AppBundlePoolConfiguration. Minimum time (in milliseconds) to wait before evicting an idle conenctor instance from the pool.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_evictable_idle_time_millis of this AppBundlePoolConfiguration.
Return type:int
min_idle

Gets the min_idle of this AppBundlePoolConfiguration. Minimum number of idle connector instances in the pool.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The min_idle of this AppBundlePoolConfiguration.
Return type:int