Class: Ansible::Ruby::Modules::Znode
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Znode
- Defined in:
- lib/ansible/ruby/modules/generated/extras/clustering/znode.rb
Instance Method Summary collapse
-
#hosts ⇒ String
A list of ZooKeeper servers (format ‘[server]:’).
-
#name ⇒ String
The path of the znode.
-
#op ⇒ String?
An operation to perform.
-
#recursive ⇒ Boolean?
Recursively delete node and all its children.
-
#state ⇒ String?
The state to enforce.
-
#timeout ⇒ Integer?
The amount of time to wait for a node to appear.
-
#value ⇒ String?
The value assigned to the znode.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#hosts ⇒ String
Returns A list of ZooKeeper servers (format ‘[server]:’).
10 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/znode.rb', line 10 attribute :hosts |
#name ⇒ String
Returns The path of the znode.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/znode.rb', line 14 attribute :name |
#op ⇒ String?
Returns An operation to perform. Mutually exclusive with state.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/znode.rb', line 22 attribute :op |
#recursive ⇒ Boolean?
Returns Recursively delete node and all its children.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/znode.rb', line 34 attribute :recursive |
#state ⇒ String?
Returns The state to enforce. Mutually exclusive with op.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/znode.rb', line 26 attribute :state |
#timeout ⇒ Integer?
Returns The amount of time to wait for a node to appear.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/znode.rb', line 30 attribute :timeout |
#value ⇒ String?
Returns The value assigned to the znode.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/znode.rb', line 18 attribute :value |