Class: Ansible::Ruby::Modules::Bigip_sys_global
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_sys_global
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb
Overview
Manage BIG-IP global settings.
Instance Method Summary collapse
-
#banner_text ⇒ Object?
Specifies the text to present in the advisory banner.
-
#console_timeout ⇒ Object?
Specifies the number of seconds of inactivity before the system logs off a user that is logged on.
-
#gui_setup ⇒ Symbol?
C(enable) or C(disabled) the Setup utility in the browser-based Configuration utility.
-
#lcd_display ⇒ Symbol?
Specifies, when C(enabled), that the system menu displays on the LCD screen on the front of the unit.
-
#mgmt_dhcp ⇒ Symbol?
Specifies whether or not to enable DHCP client on the management interface.
-
#net_reboot ⇒ Symbol?
Specifies, when C(enabled), that the next time you reboot the system, the system boots to an ISO image on the network, rather than an internal media drive.
-
#quiet_boot ⇒ Symbol?
Specifies, when C(enabled), that the system suppresses informational text on the console during the boot cycle.
-
#security_banner ⇒ Symbol?
Specifies whether the system displays an advisory message on the login screen.
-
#state ⇒ :present?
The state of the variable on the system.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#banner_text ⇒ Object?
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 12 attribute :banner_text |
#console_timeout ⇒ Object?
15 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 15 attribute :console_timeout |
#gui_setup ⇒ Symbol?
18 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 18 attribute :gui_setup |
#lcd_display ⇒ Symbol?
22 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 22 attribute :lcd_display |
#mgmt_dhcp ⇒ Symbol?
26 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 26 attribute :mgmt_dhcp |
#net_reboot ⇒ Symbol?
30 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 30 attribute :net_reboot |
#quiet_boot ⇒ Symbol?
34 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 34 attribute :quiet_boot |
#security_banner ⇒ Symbol?
38 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 38 attribute :security_banner |
#state ⇒ :present?
42 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 42 attribute :state |