Class: Ansible::Ruby::Modules::Bigip_irule
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_irule
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_irule.rb
Overview
Manage iRules across different modules on a BIG-IP.
Instance Method Summary collapse
-
#content ⇒ String?
When used instead of ‘src’, sets the contents of an iRule directly to the specified value.
-
#module ⇒ :ltm, :gtm
The BIG-IP module to add the iRule to.
-
#name ⇒ String
The name of the iRule.
-
#partition ⇒ String?
Device partition to manage resources on.
-
#src ⇒ String
The iRule file to interpret and upload to the BIG-IP.
-
#state ⇒ :present, ...
Whether the iRule should exist or not.
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?
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_irule.rb', line 12 attribute :content |
#module ⇒ :ltm, :gtm
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_irule.rb', line 16 attribute :module |
#name ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_irule.rb', line 20 attribute :name |
#partition ⇒ String?
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_irule.rb', line 32 attribute :partition |
#src ⇒ String
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_irule.rb', line 24 attribute :src |
#state ⇒ :present, ...
28 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_irule.rb', line 28 attribute :state |