Class: Ansible::Ruby::Modules::Accelerate
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Accelerate
- Defined in:
- lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb
Instance Method Summary collapse
-
#ipv6 ⇒ Boolean?
The listener daemon on the remote host will bind to the ipv6 localhost socket if this parameter is set to true.
-
#minutes ⇒ Integer?
The I(accelerate) listener daemon is started on nodes and will stay around for this number of minutes before turning itself off.
-
#multi_key ⇒ Boolean?
When enabled, the daemon will open a local socket file which can be used by future daemon executions to upload a new key to the already running daemon, so that multiple users can connect using different keys.
-
#port ⇒ Integer?
TCP port for the socket connection.
-
#timeout ⇒ Integer?
The number of seconds the socket will wait for data.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#ipv6 ⇒ Boolean?
22 |
# File 'lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb', line 22 attribute :ipv6 |
#minutes ⇒ Integer?
18 |
# File 'lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb', line 18 attribute :minutes |
#multi_key ⇒ Boolean?
26 |
# File 'lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb', line 26 attribute :multi_key |
#port ⇒ Integer?
10 |
# File 'lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb', line 10 attribute :port |
#timeout ⇒ Integer?
14 |
# File 'lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb', line 14 attribute :timeout |