Class: Ansible::Ruby::Modules::Vsphere_copy

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/vmware/vsphere_copy.rb

Overview

Upload files to a vCenter datastore

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

#datacenterString

Returns The datacenter on the vCenter server that holds the datastore.

Returns:

  • (String)

    The datacenter on the vCenter server that holds the datastore.



28
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vsphere_copy.rb', line 28

attribute :datacenter

#datastoreString

Returns The datastore on the vCenter server to push files to.

Returns:

  • (String)

    The datastore on the vCenter server to push files to.



32
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vsphere_copy.rb', line 32

attribute :datastore

#hostString

Returns The vCenter server on which the datastore is available.

Returns:

  • (String)

    The vCenter server on which the datastore is available.



12
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vsphere_copy.rb', line 12

attribute :host

#loginString

Returns The login name to authenticate on the vCenter server.

Returns:

  • (String)

    The login name to authenticate on the vCenter server.



16
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vsphere_copy.rb', line 16

attribute :login

#passwordString

Returns The password to authenticate on the vCenter server.

Returns:

  • (String)

    The password to authenticate on the vCenter server.



20
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vsphere_copy.rb', line 20

attribute :password

#pathString

Returns The file to push to the datastore on the vCenter server.

Returns:

  • (String)

    The file to push to the datastore on the vCenter server.



36
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vsphere_copy.rb', line 36

attribute :path

#srcString

Returns The file to push to vCenter.

Returns:

  • (String)

    The file to push to vCenter



24
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vsphere_copy.rb', line 24

attribute :src

#validate_certs:yes, ...

Returns If C(no), SSL certificates will not be validated. This should only be set to C(no) when no other option exists.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated. This should only be set to C(no) when no other option exists.



40
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vsphere_copy.rb', line 40

attribute :validate_certs