Class: Ansible::Ruby::Modules::Bigip_virtual_address
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_virtual_address
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb
Overview
Manage LTM virtual addresses on a BIG-IP.
Instance Method Summary collapse
-
#address ⇒ String?
Virtual address.
-
#arp ⇒ Symbol?
Specifies whether the system accepts ARP requests.,When C(no), specifies that the system does not accept ARP requests.,When C(yes), then the packets are dropped.,Note that both ARP and ICMP Echo must be disabled in order for forwarding virtual servers using that virtual address to forward ICMP packets.,When creating a new virtual address, if this parameter is not specified, the default value is C(yes).
-
#arp_state ⇒ :enabled, ...
Specifies whether the system accepts ARP requests.
-
#auto_delete ⇒ Object?
Specifies whether the system automatically deletes the virtual address with the deletion of the last associated virtual server.
-
#availability_calculation ⇒ :always, ...
Specifies what routes of the virtual address the system advertises.
-
#connection_limit ⇒ Object?
Specifies the number of concurrent connections that the system allows on this virtual address.
-
#icmp_echo ⇒ :enabled, ...
Specifies how the systems sends responses to (ICMP) echo requests on a per-virtual address basis for enabling route advertisement.
-
#name ⇒ Object?
Name of the virtual address.,If this parameter is not provided, then the value of C(address) will be used.
-
#netmask ⇒ String?
Netmask of the provided virtual address.
-
#partition ⇒ String?
Device partition to manage resources on.
-
#route_advertisement ⇒ :disabled, ...
Specifies whether the system uses route advertisement for this virtual address.,When disabled, the system does not advertise routes for this virtual address.,The majority of these options are only supported on versions 13.0.0-HF1 or higher.
-
#route_domain ⇒ Object?
The route domain of the C(address) that you want to use.,This value cannot be modified after it is set.
-
#spanning ⇒ Symbol?
Enables all BIG-IP systems in a device group to listen for and process traffic on the same virtual address.,Spanning for a virtual address occurs when you enable the C(spanning) option on a device and then sync the virtual address to the other members of the device group.,Spanning also relies on the upstream router to distribute application flows to the BIG-IP systems using ECMP routes.
-
#state ⇒ :present, ...
The virtual address state.
-
#traffic_group ⇒ Object?
The traffic group for the virtual address.
-
#use_route_advertisement ⇒ Symbol?
Specifies whether the system uses route advertisement for this virtual address.,When disabled, the system does not advertise routes for this virtual address.,Deprecated.
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
#address ⇒ String?
Returns Virtual address. This value cannot be modified after it is set.,If you never created a virtual address, but did create virtual servers, then a virtual address for each virtual server was created automatically. The name of this virtual address is its IP address value.
15 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 15 attribute :address |
#arp ⇒ Symbol?
Returns Specifies whether the system accepts ARP requests.,When C(no), specifies that the system does not accept ARP requests.,When C(yes), then the packets are dropped.,Note that both ARP and ICMP Echo must be disabled in order for forwarding virtual servers using that virtual address to forward ICMP packets.,When creating a new virtual address, if this parameter is not specified, the default value is C(yes).
30 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 30 attribute :arp |
#arp_state ⇒ :enabled, ...
Returns Specifies whether the system accepts ARP requests. When (disabled), specifies that the system does not accept ARP requests. Note that both ARP and ICMP Echo must be disabled in order for forwarding virtual servers using that virtual address to forward ICMP packets. If (enabled), then the packets are dropped.,Deprecated. Use the C(arp) parameter instead.,When creating a new virtual address, if this parameter is not specified, the default value is C(enabled).
26 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 26 attribute :arp_state |
#auto_delete ⇒ Object?
Returns Specifies whether the system automatically deletes the virtual address with the deletion of the last associated virtual server. When C(disabled), specifies that the system leaves the virtual address even when all associated virtual servers have been deleted. When creating the virtual address, the default value is C(enabled).,C(enabled) and C(disabled) are deprecated and will be removed in Ansible 2.11. Instead, use known Ansible booleans such as C(yes) and C(no).
34 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 34 attribute :auto_delete |
#availability_calculation ⇒ :always, ...
Returns Specifies what routes of the virtual address the system advertises. When C(when_any_available), advertises the route when any virtual server is available. When C(when_all_available), advertises the route when all virtual servers are available. When (always), always advertises the route regardless of the virtual servers available.
45 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 45 attribute :availability_calculation |
#connection_limit ⇒ Object?
Returns Specifies the number of concurrent connections that the system allows on this virtual address.
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 23 attribute :connection_limit |
#icmp_echo ⇒ :enabled, ...
Returns Specifies how the systems sends responses to (ICMP) echo requests on a per-virtual address basis for enabling route advertisement. When C(enabled), the BIG-IP system intercepts ICMP echo request packets and responds to them directly. When C(disabled), the BIG-IP system passes ICMP echo requests through to the backend servers. When (selective), causes the BIG-IP system to internally enable or disable responses based on virtual server state; C(when_any_available), C(when_all_available, or C(always), regardless of the state of any virtual servers.
37 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 37 attribute :icmp_echo |
#name ⇒ Object?
Returns Name of the virtual address.,If this parameter is not provided, then the value of C(address) will be used.
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 12 attribute :name |
#netmask ⇒ String?
Returns Netmask of the provided virtual address. This value cannot be modified after it is set.
19 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 19 attribute :netmask |
#partition ⇒ String?
Returns Device partition to manage resources on.
57 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 57 attribute :partition |
#route_advertisement ⇒ :disabled, ...
Returns Specifies whether the system uses route advertisement for this virtual address.,When disabled, the system does not advertise routes for this virtual address.,The majority of these options are only supported on versions 13.0.0-HF1 or higher. On versions less than this, all choices expect C(disabled) will translate to C(enabled).,When C(always), the BIG-IP system will always advertise the route for the virtual address, regardless of availability status. This requires an C(enabled) virtual address.,When C(enabled), the BIG-IP system will advertise the route for the available virtual address, based on the calculation method in the availability calculation.,When C(disabled), the BIG-IP system will not advertise the route for the virtual address, regardless of the availability status.,When C(selective), you can also selectively enable ICMP echo responses, which causes the BIG-IP system to internally enable or disable responses based on virtual server state. Either C(any) virtual server, C(all) virtual servers, or C(always), regardless of the state of any virtual server.,When C(any), the BIG-IP system will advertise the route for the virtual address when any virtual server is available.,When C(all), the BIG-IP system will advertise the route for the virtual address when all virtual servers are available.
53 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 53 attribute :route_advertisement |
#route_domain ⇒ Object?
Returns The route domain of the C(address) that you want to use.,This value cannot be modified after it is set.
64 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 64 attribute :route_domain |
#spanning ⇒ Symbol?
Returns Enables all BIG-IP systems in a device group to listen for and process traffic on the same virtual address.,Spanning for a virtual address occurs when you enable the C(spanning) option on a device and then sync the virtual address to the other members of the device group.,Spanning also relies on the upstream router to distribute application flows to the BIG-IP systems using ECMP routes. ECMP defines a route to the virtual address using distinct Floating self-IP addresses configured on each BIG-IP system.,You must also configure MAC masquerade addresses and disable C(arp) on the virtual address when Spanning is enabled.,When creating a new virtual address, if this parameter is not specified, the default valus is C(no).
67 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 67 attribute :spanning |
#state ⇒ :present, ...
Returns The virtual address state. If C(absent), an attempt to delete the virtual address will be made. This will only succeed if this virtual address is not in use by a virtual server. C(present) creates the virtual address and enables it. If C(enabled), enable the virtual address if it exists. If C(disabled), create the virtual address if needed, and set state to C(disabled).
41 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 41 attribute :state |
#traffic_group ⇒ Object?
Returns The traffic group for the virtual address. When creating a new address, if this value is not specified, the default of C(/Common/traffic-group-1) will be used.
61 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 61 attribute :traffic_group |
#use_route_advertisement ⇒ Symbol?
Returns Specifies whether the system uses route advertisement for this virtual address.,When disabled, the system does not advertise routes for this virtual address.,Deprecated. Use the C(route_advertisement) parameter instead.
49 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_virtual_address.rb', line 49 attribute :use_route_advertisement |