Class: Ansible::Ruby::Modules::Bigip_virtual_server

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb

Overview

Manages F5 BIG-IP LTM virtual servers via iControl SOAP API

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#all_profilesArray<String>, ...

Returns List of all Profiles (HTTP,ClientSSL,ServerSSL,etc) that must be used by the virtual server.

Returns:

  • (Array<String>, String, nil)

    List of all Profiles (HTTP,ClientSSL,ServerSSL,etc) that must be used by the virtual server



47
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 47

attribute :all_profiles

#default_persistence_profileObject?

Returns Default Profile which manages the session persistence.

Returns:

  • (Object, nil)

    Default Profile which manages the session persistence



59
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 59

attribute :default_persistence_profile

#descriptionString?

Returns Virtual server description.

Returns:

  • (String, nil)

    Virtual server description.



62
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 62

attribute :description

#destinationString

Returns Destination IP of the virtual server (only host is currently supported) . Required when state=present and vs does not exist.

Returns:

  • (String)

    Destination IP of the virtual server (only host is currently supported) . Required when state=present and vs does not exist.



39
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 39

attribute :destination

#nameString

Returns Virtual server name.

Returns:

  • (String)

    Virtual server name.



35
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 35

attribute :name

#partitionString?

Returns Partition.

Returns:

  • (String, nil)

    Partition



31
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 31

attribute :partition

#passwordString

Returns BIG-IP password.

Returns:

  • (String)

    BIG-IP password



19
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 19

attribute :password

#poolString?

Returns Default pool for the virtual server.

Returns:

  • (String, nil)

    Default pool for the virtual server



51
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 51

attribute :pool

#portInteger?

Returns Port of the virtual server . Required when state=present and vs does not exist.

Returns:

  • (Integer, nil)

    Port of the virtual server . Required when state=present and vs does not exist



43
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 43

attribute :port

#serverString

Returns BIG-IP host.

Returns:

  • (String)

    BIG-IP host



11
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 11

attribute :server

#snatString?

Returns Source network address policy.

Returns:

  • (String, nil)

    Source network address policy



55
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 55

attribute :snat

#state:present, ...

Returns Virtual Server state,Absent, delete the VS if present,present (and its synonym enabled), create if needed the VS and set state to enabled,disabled, create if needed the VS and set state to disabled.

Returns:

  • (:present, :absent, :enabled, :disabled, nil)

    Virtual Server state,Absent, delete the VS if present,present (and its synonym enabled), create if needed the VS and set state to enabled,disabled, create if needed the VS and set state to disabled



27
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 27

attribute :state

#userString

Returns BIG-IP username.

Returns:

  • (String)

    BIG-IP username



15
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 15

attribute :user

#validate_certs:yes, ...

Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.



23
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb', line 23

attribute :validate_certs