Class: Ansible::Ruby::Modules::Zabbix_screen
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Zabbix_screen
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb
Instance Method Summary collapse
-
#http_login_password ⇒ Object?
Basic Auth password.
-
#http_login_user ⇒ Object?
Basic Auth login.
-
#login_password ⇒ String
Zabbix user password.
-
#login_user ⇒ String
Zabbix user name.
-
#screens ⇒ Array<Hash>, Hash
List of screens to be created/updated/deleted(see example).,If the screen(s) already been added, the screen(s) name won’t be updated.,When creating or updating screen(s), C(screen_name), C(host_group) are required.,When deleting screen(s), the C(screen_name) is required.,The available states are: C(present) (default) and C(absent).
-
#server_url ⇒ String
Url of Zabbix server, with protocol (http or https).
-
#timeout ⇒ Integer?
The timeout of API request (seconds).
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
#http_login_password ⇒ Object?
Returns Basic Auth password.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 25 attribute :http_login_password |
#http_login_user ⇒ Object?
Returns Basic Auth login.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 22 attribute :http_login_user |
#login_password ⇒ String
Returns Zabbix user password.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 18 attribute :login_password |
#login_user ⇒ String
Returns Zabbix user name.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 14 attribute :login_user |
#screens ⇒ Array<Hash>, Hash
Returns List of screens to be created/updated/deleted(see example).,If the screen(s) already been added, the screen(s) name won’t be updated.,When creating or updating screen(s), C(screen_name), C(host_group) are required.,When deleting screen(s), the C(screen_name) is required.,The available states are: C(present) (default) and C(absent). If the screen(s) already exists, and the state is not C(absent), the screen(s) will just be updated as needed.
32 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 32 attribute :screens |
#server_url ⇒ String
Returns Url of Zabbix server, with protocol (http or https).
10 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 10 attribute :server_url |
#timeout ⇒ Integer?
Returns The timeout of API request (seconds).
28 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb', line 28 attribute :timeout |