Class: Ansible::Ruby::Modules::Ce_startup

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

Overview

Manages a system startup information on HUAWEI CloudEngine switches.

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

#action:display?

Returns Display the startup information.

Returns:

  • (:display, nil)

    Display the startup information.



25
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_startup.rb', line 25

attribute :action

#cfg_fileString?

Returns Name of the configuration file that is applied for the next startup. The value is a string of 5 to 255 characters.

Returns:

  • (String, nil)

    Name of the configuration file that is applied for the next startup. The value is a string of 5 to 255 characters.



12
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_startup.rb', line 12

attribute :cfg_file

#patch_fileObject?

Returns Name of the patch file that is applied for the next startup.

Returns:

  • (Object, nil)

    Name of the patch file that is applied for the next startup.



19
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_startup.rb', line 19

attribute :patch_file

#slotObject?

Returns Position of the device.The value is a string of 1 to 32 characters. The possible value of slot is all, slave-board, or the specific slotID.

Returns:

  • (Object, nil)

    Position of the device.The value is a string of 1 to 32 characters. The possible value of slot is all, slave-board, or the specific slotID.



22
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_startup.rb', line 22

attribute :slot

#software_fileObject?

Returns File name of the system software that is applied for the next startup. The value is a string of 5 to 255 characters.

Returns:

  • (Object, nil)

    File name of the system software that is applied for the next startup. The value is a string of 5 to 255 characters.



16
# File 'lib/ansible/ruby/modules/generated/network/cloudengine/ce_startup.rb', line 16

attribute :software_file