Class: Ansible::Ruby::Modules::Win_get_url

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/windows/win_get_url.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

#destString

Returns The absolute path of the location to save the file at the URL. Be sure to include a filename and extension as appropriate.

Returns:

  • (String)

    The absolute path of the location to save the file at the URL. Be sure to include a filename and extension as appropriate.



14
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 14

attribute :dest

#forceBoolean?

Returns If C(yes), will always download the file. If C(no), will only download the file if it does not exist or the remote file has been modified more recently than the local file.

Returns:

  • (Boolean, nil)

    If C(yes), will always download the file. If C(no), will only download the file if it does not exist or the remote file has been modified more recently than the local file.



18
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 18

attribute :force

#passwordObject?

Returns Basic authentication password.

Returns:

  • (Object, nil)

    Basic authentication password



25
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 25

attribute :password

#proxy_passwordString?

Returns Proxy authentication password.

Returns:

  • (String, nil)

    Proxy authentication password



40
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 40

attribute :proxy_password

#proxy_urlString?

Returns The full URL of the proxy server to download through.

Returns:

  • (String, nil)

    The full URL of the proxy server to download through.



32
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 32

attribute :proxy_url

#proxy_usernameString?

Returns Proxy authentication username.

Returns:

  • (String, nil)

    Proxy authentication username



36
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 36

attribute :proxy_username

#skip_certificate_validationBoolean?

Returns Skip SSL certificate validation if true.

Returns:

  • (Boolean, nil)

    Skip SSL certificate validation if true



28
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 28

attribute :skip_certificate_validation

#urlString

Returns The full URL of a file to download.

Returns:

  • (String)

    The full URL of a file to download



10
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 10

attribute :url

#usernameObject?

Returns Basic authentication username.

Returns:

  • (Object, nil)

    Basic authentication username



22
# File 'lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb', line 22

attribute :username