Class: Ansible::Ruby::Modules::Aci_firmware_source

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/aci/aci_firmware_source.rb

Overview

Manage firmware image sources on Cisco ACI fabrics.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#polling_intervalInteger?

Returns Polling interval in minutes.

Returns:

  • (Integer, nil)

    Polling interval in minutes.



16
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_firmware_source.rb', line 16

attribute :polling_interval

#sourceString

Returns The identifying name for the outside source of images, such as an HTTP or SCP server.

Returns:

  • (String)

    The identifying name for the outside source of images, such as an HTTP or SCP server.



12
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_firmware_source.rb', line 12

attribute :source

#state:absent, ...

Returns Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.

Returns:

  • (:absent, :present, :query, nil)

    Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.



34
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_firmware_source.rb', line 34

attribute :state

#urlString?

Returns The firmware URL for the image(s) on the source.

Returns:

  • (String, nil)

    The firmware URL for the image(s) on the source.



24
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_firmware_source.rb', line 24

attribute :url

#url_passwordObject?

Returns The Firmware password or key string.

Returns:

  • (Object, nil)

    The Firmware password or key string.



28
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_firmware_source.rb', line 28

attribute :url_password

#url_protocol:http, ...

Returns The Firmware download protocol.

Returns:

  • (:http, :local, :scp, :usbkey, nil)

    The Firmware download protocol.



20
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_firmware_source.rb', line 20

attribute :url_protocol

#url_usernameObject?

Returns The username for the source.

Returns:

  • (Object, nil)

    The username for the source.



31
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_firmware_source.rb', line 31

attribute :url_username