class Rancher::ProcessPool
- Rancher::ProcessPool
- Rancher::Object
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
rancher/types/generated/process_pool.crConstructors
Instance Method Summary
- #active_tasks : Int32
- #active_tasks=(active_tasks : Int32)
- #active_tasks? : Int32 | Nil
- #completed_tasks : Int32
- #completed_tasks=(completed_tasks : Int32)
- #completed_tasks? : Int32 | Nil
- #max_pool_size : Int32
- #max_pool_size=(max_pool_size : Int32)
- #max_pool_size? : Int32 | Nil
- #min_pool_size : Int32
- #min_pool_size=(min_pool_size : Int32)
- #min_pool_size? : Int32 | Nil
- #name : String
- #name=(name : String)
- #name? : String | Nil
- #pool_size : Int32
- #pool_size=(pool_size : Int32)
- #pool_size? : Int32 | Nil
- #queue_remaining_capacity : Int32
- #queue_remaining_capacity=(queue_remaining_capacity : Int32)
- #queue_remaining_capacity? : Int32 | Nil
- #queue_size : Int32
- #queue_size=(queue_size : Int32)
- #queue_size? : Int32 | Nil
- #rejected_tasks : Int32
- #rejected_tasks=(rejected_tasks : Int32)
- #rejected_tasks? : Int32 | Nil