Class: Ansible::Ruby::Modules::Avi_backupconfiguration

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

Overview

This module is used to configure BackupConfiguration object more examples at U(github.com/avinetworks/devops)

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

#avi_api_patch_op:add, ...

Returns Patch operation to use when using avi_api_update_method as patch.

Returns:

  • (:add, :replace, :delete, nil)

    Patch operation to use when using avi_api_update_method as patch.



21
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 21

attribute :avi_api_patch_op

#avi_api_update_method:put, ...

Returns Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.

Returns:

  • (:put, :patch, nil)

    Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.



17
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 17

attribute :avi_api_update_method

#backup_file_prefixObject?

Returns Prefix of the exported configuration file.,Field introduced in 17.1.1.

Returns:

  • (Object, nil)

    Prefix of the exported configuration file.,Field introduced in 17.1.1.



25
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 25

attribute :backup_file_prefix

#backup_passphraseObject?

Returns Passphrase of backup configuration.

Returns:

  • (Object, nil)

    Passphrase of backup configuration.



28
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 28

attribute :backup_passphrase

#maximum_backups_storedObject?

Returns Rotate the backup files based on this count.,Allowed values are 1-20.,Default value when not specified in API or module is interpreted by Avi Controller as 4.

Returns:

  • (Object, nil)

    Rotate the backup files based on this count.,Allowed values are 1-20.,Default value when not specified in API or module is interpreted by Avi Controller as 4.



31
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 31

attribute :maximum_backups_stored

#nameString

Returns Name of backup configuration.

Returns:

  • (String)

    Name of backup configuration.



34
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 34

attribute :name

#remote_directoryObject?

Returns Directory at remote destination with write permission for ssh user.

Returns:

  • (Object, nil)

    Directory at remote destination with write permission for ssh user.



38
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 38

attribute :remote_directory

#remote_hostnameObject?

Returns Remote destination.

Returns:

  • (Object, nil)

    Remote destination.



41
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 41

attribute :remote_hostname

#save_localSymbol?

Returns Local backup.

Returns:

  • (Symbol, nil)

    Local backup.



44
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 44

attribute :save_local

#ssh_user_refObject?

Returns Access credentials for remote destination.,It is a reference to an object of type cloudconnectoruser.

Returns:

  • (Object, nil)

    Access credentials for remote destination.,It is a reference to an object of type cloudconnectoruser.



48
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 48

attribute :ssh_user_ref

#state:absent, ...

Returns The state that should be applied on the entity.

Returns:

  • (:absent, :present, nil)

    The state that should be applied on the entity.



13
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 13

attribute :state

#tenant_refObject?

Returns It is a reference to an object of type tenant.

Returns:

  • (Object, nil)

    It is a reference to an object of type tenant.



51
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 51

attribute :tenant_ref

#upload_to_remote_hostSymbol?

Returns Remote backup.

Returns:

  • (Symbol, nil)

    Remote backup.



54
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 54

attribute :upload_to_remote_host

#urlObject?

Returns Avi controller URL of the object.

Returns:

  • (Object, nil)

    Avi controller URL of the object.



58
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 58

attribute :url

#uuidObject?

Returns Unique object identifier of the object.

Returns:

  • (Object, nil)

    Unique object identifier of the object.



61
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_backupconfiguration.rb', line 61

attribute :uuid