Class: Ansible::Ruby::Modules::Bigip_sys_global

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb

Overview

Manage BIG-IP global settings.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

Returns Specifies the text to present in the advisory banner.

Returns:

  • (Object, nil)

    Specifies the text to present in the advisory banner.



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 12

attribute :banner_text

#console_timeoutObject?

Returns Specifies the number of seconds of inactivity before the system logs off a user that is logged on.

Returns:

  • (Object, nil)

    Specifies the number of seconds of inactivity before the system logs off a user that is logged on.



15
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 15

attribute :console_timeout

#gui_setupSymbol?

Returns C(enable) or C(disabled) the Setup utility in the browser-based Configuration utility.

Returns:

  • (Symbol, nil)

    C(enable) or C(disabled) the Setup utility in the browser-based Configuration utility.



18
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 18

attribute :gui_setup

#lcd_displaySymbol?

Returns Specifies, when C(enabled), that the system menu displays on the LCD screen on the front of the unit. This setting has no effect when used on the VE platform.

Returns:

  • (Symbol, nil)

    Specifies, when C(enabled), that the system menu displays on the LCD screen on the front of the unit. This setting has no effect when used on the VE platform.



22
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 22

attribute :lcd_display

#mgmt_dhcpSymbol?

Returns Specifies whether or not to enable DHCP client on the management interface.

Returns:

  • (Symbol, nil)

    Specifies whether or not to enable DHCP client on the management interface



26
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 26

attribute :mgmt_dhcp

#net_rebootSymbol?

Returns 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.

Returns:

  • (Symbol, nil)

    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.



30
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 30

attribute :net_reboot

#quiet_bootSymbol?

Returns Specifies, when C(enabled), that the system suppresses informational text on the console during the boot cycle. When C(disabled), the system presents messages and informational text on the console during the boot cycle.

Returns:

  • (Symbol, nil)

    Specifies, when C(enabled), that the system suppresses informational text on the console during the boot cycle. When C(disabled), the system presents messages and informational text on the console during the boot cycle.



34
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 34

attribute :quiet_boot

#security_bannerSymbol?

Returns Specifies whether the system displays an advisory message on the login screen.

Returns:

  • (Symbol, nil)

    Specifies whether the system displays an advisory message on the login screen.



38
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 38

attribute :security_banner

#state:present?

Returns The state of the variable on the system. When C(present), guarantees that an existing variable is set to C(value).

Returns:

  • (:present, nil)

    The state of the variable on the system. When C(present), guarantees that an existing variable is set to C(value).



42
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_sys_global.rb', line 42

attribute :state