Class: Puppet::Property::F5ConnectionLimit
- Inherits:
-
Puppet::Property
- Object
- Puppet::Property
- Puppet::Property::F5ConnectionLimit
- Defined in:
- lib/puppet/property/f5_connection_limit.rb
Class Method Summary collapse
Class Method Details
.postinit ⇒ Object
4 5 6 7 |
# File 'lib/puppet/property/f5_connection_limit.rb', line 4 def self.postinit @doc ||= 'The maximum number of concurrent connections allowed for the virtual server. Setting this to 0 turns off connection limits. Valid options: <Integer>' end |