Class: Ansible::Ruby::Modules::Bigip_cli_script
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_cli_script
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_cli_script.rb
Overview
Manages CLI scripts on a BIG-IP. CLI scripts, otherwise known as tmshell scripts or TMSH scripts allow you to create custom scripts that can run to manage objects within a BIG-IP.
Instance Method Summary collapse
-
#content ⇒ String?
The content of the script.,This parameter is typically used in conjunction with Ansible’s C(file), or template lookup plugins.
-
#description ⇒ Object?
Description of the cli script.
-
#name ⇒ String
Specifies the name of the script.
-
#partition ⇒ String?
Device partition to manage resources on.
-
#state ⇒ :present, ...
When C(present), ensures that the script exists.,When C(absent), ensures the script is removed.
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
#content ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_cli_script.rb', line 16 attribute :content |
#description ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_cli_script.rb', line 20 attribute :description |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_cli_script.rb', line 12 attribute :name |
#partition ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_cli_script.rb', line 23 attribute :partition |
#state ⇒ :present, ...
27 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_cli_script.rb', line 27 attribute :state |