Class: Ansible::Ruby::Modules::Bigip_gtm_wide_ip
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_gtm_wide_ip
- Defined in:
- lib/ansible/ruby/modules/generated/extras/network/f5/bigip_gtm_wide_ip.rb
Instance Method Summary collapse
-
#lb_method ⇒ :return_to_dns, ...
LB method of wide ip.
-
#password ⇒ String
BIG-IP password.
-
#server ⇒ String
BIG-IP host.
-
#user ⇒ String
BIG-IP username.
-
#wide_ip ⇒ String
Wide IP name.
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
#lb_method ⇒ :return_to_dns, ...
Returns LB method of wide ip.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_gtm_wide_ip.rb', line 22 attribute :lb_method |
#password ⇒ String
Returns BIG-IP password.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_gtm_wide_ip.rb', line 18 attribute :password |
#server ⇒ String
Returns BIG-IP host.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_gtm_wide_ip.rb', line 10 attribute :server |
#user ⇒ String
Returns BIG-IP username.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_gtm_wide_ip.rb', line 14 attribute :user |
#wide_ip ⇒ String
Returns Wide IP name.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_gtm_wide_ip.rb', line 26 attribute :wide_ip |