Class: Ansible::Ruby::Modules::Bigip_gtm_server
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_gtm_server
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_server.rb
Overview
Manage BIG-IP server configuration. This module is able to manipulate the server definitions in a BIG-IP.
Instance Method Summary collapse
-
#datacenter ⇒ String?
Data center the server belongs to.
-
#devices ⇒ Array<Hash>, ...
Lists the self IP addresses and translations for each device.
-
#iquery_options ⇒ Object?
Specifies whether the Global Traffic Manager uses this BIG-IP system to conduct a variety of probes before delegating traffic to it.
-
#link_discovery ⇒ :enabled, ...
Specifies whether the system auto-discovers the links for this server.
-
#name ⇒ String
The name of the server.
-
#partition ⇒ String?
Device partition to manage resources on.
-
#server_type ⇒ :"alteon-ace-director", ...
Specifies the server type.
-
#state ⇒ :present, ...
The server state.
-
#virtual_server_discovery ⇒ :enabled, ...
Specifies whether the system auto-discovers the virtual servers for this server.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#datacenter ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_server.rb', line 20 attribute :datacenter |
#devices ⇒ Array<Hash>, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_server.rb', line 24 attribute :devices |
#iquery_options ⇒ Object?
44 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_server.rb', line 44 attribute :iquery_options |
#link_discovery ⇒ :enabled, ...
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_server.rb', line 32 attribute :link_discovery |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_server.rb', line 12 attribute :name |
#partition ⇒ String?
40 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_server.rb', line 40 attribute :partition |
#server_type ⇒ :"alteon-ace-director", ...
28 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_server.rb', line 28 attribute :server_type |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_server.rb', line 16 attribute :state |
#virtual_server_discovery ⇒ :enabled, ...
36 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_server.rb', line 36 attribute :virtual_server_discovery |