Class: Ansible::Ruby::Modules::Ovirt_host_pm
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ovirt_host_pm
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb
Overview
Module to manage power management of hosts in oVirt/RHV.
Instance Method Summary collapse
-
#address ⇒ String?
Address of the power management interface.
-
#encrypt_options ⇒ Object?
If I(true) options will be encrypted when send to agent.
-
#name ⇒ String
Name of the host to manage.
-
#options ⇒ Hash?
Dictionary of additional fence agent options (including Power Management slot).,Additional information about options can be found at U(github.com/ClusterLabs/fence-agents/blob/master/doc/FenceAgentAPI.md).
-
#order ⇒ Object?
Integer value specifying, by default it’s added at the end.
-
#password ⇒ String?
Password of the user specified in C(username) parameter.
-
#port ⇒ Integer?
Power management interface port.
-
#state ⇒ :present, ...
Should the host be present/absent.
-
#type ⇒ String?
Type of the power management.
-
#username ⇒ String?
Username to be used to connect to power management interface.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#address ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb', line 20 attribute :address |
#encrypt_options ⇒ Object?
44 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb', line 44 attribute :encrypt_options |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb', line 12 attribute :name |
#options ⇒ Hash?
40 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb', line 40 attribute :options |
#order ⇒ Object?
47 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb', line 47 attribute :order |
#password ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb', line 28 attribute :password |
#port ⇒ Integer?
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb', line 36 attribute :port |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb', line 16 attribute :state |
#type ⇒ String?
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb', line 32 attribute :type |
#username ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_host_pm.rb', line 24 attribute :username |