Class: Ansible::Ruby::Modules::Bigip_selfip
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_selfip
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_selfip.rb
Overview
Manage Self-IPs on a BIG-IP system.
Instance Method Summary collapse
-
#address ⇒ String?
The IP addresses for the new self IP.
-
#allow_service ⇒ Array<String>, ...
Configure port lockdown for the Self IP.
-
#name ⇒ String
The self IP to create.,If this parameter is not specified, then it will default to the value supplied in the C(address) parameter.
-
#netmask ⇒ String?
The netmask for the self IP.
-
#partition ⇒ String?
Device partition to manage resources on.
-
#route_domain ⇒ Integer?
The route domain id of the system.
-
#state ⇒ :absent, ...
When C(present), guarantees that the Self-IP exists with the provided attributes.,When C(absent), removes the Self-IP from the system.
-
#traffic_group ⇒ Object?
The traffic group for the Self IP addresses in an active-active, redundant load balancer configuration.
-
#vlan ⇒ String?
The VLAN that the new self IPs will be on.
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
#address ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_selfip.rb', line 12 attribute :address |
#allow_service ⇒ Array<String>, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_selfip.rb', line 16 attribute :allow_service |
#name ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_selfip.rb', line 20 attribute :name |
#netmask ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_selfip.rb', line 24 attribute :netmask |
#partition ⇒ String?
43 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_selfip.rb', line 43 attribute :partition |
#route_domain ⇒ Integer?
39 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_selfip.rb', line 39 attribute :route_domain |
#state ⇒ :absent, ...
28 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_selfip.rb', line 28 attribute :state |
#traffic_group ⇒ Object?
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_selfip.rb', line 32 attribute :traffic_group |
#vlan ⇒ String?
35 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_selfip.rb', line 35 attribute :vlan |