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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#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



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

attribute :all_profiles

#default_persistence_profileObject?

Returns Default Profile which manages the session persistence.

Returns:

  • (Object, nil)

    Default Profile which manages the session persistence



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

attribute :default_persistence_profile

#descriptionString?

Returns Virtual server description.

Returns:

  • (String, nil)

    Virtual server description.



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

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.



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

attribute :destination

#nameString

Returns Virtual server name.

Returns:

  • (String)

    Virtual server name.



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

attribute :name

#partitionString?

Returns Partition.

Returns:

  • (String, nil)

    Partition



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

attribute :partition

#passwordString

Returns BIG-IP password.

Returns:

  • (String)

    BIG-IP password



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

attribute :password

#poolString?

Returns Default pool for the virtual server.

Returns:

  • (String, nil)

    Default pool for the virtual server



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

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



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

attribute :port

#serverString

Returns BIG-IP host.

Returns:

  • (String)

    BIG-IP host



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

attribute :server

#snatString?

Returns Source network address policy.

Returns:

  • (String, nil)

    Source network address policy



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

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



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

attribute :state

#userString

Returns BIG-IP username.

Returns:

  • (String)

    BIG-IP username



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

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.



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

attribute :validate_certs