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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#polling_intervalObject?

Returns Polling interval in minutes.

Returns:

  • (Object, 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.



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

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.



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

attribute :url

#url_passwordObject?

Returns The Firmware password or key string.

Returns:

  • (Object, nil)

    The Firmware password or key string.



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

attribute :url_password

#url_protocol:http, ...

Returns The Firmware download protocol.

Returns:

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

    The Firmware download protocol.



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

attribute :url_protocol

#url_usernameObject?

Returns The username for the source.

Returns:

  • (Object, nil)

    The username for the source.



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

attribute :url_username