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

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

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, #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.



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

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.



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

attribute :datastore

#hostString

Returns The vCenter server on which the datastore is available.

Returns:

  • (String)

    The vCenter server on which the datastore is available.



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

attribute :host

#loginString

Returns The login name to authenticate on the vCenter server.

Returns:

  • (String)

    The login name to authenticate on the vCenter server.



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

attribute :login

#passwordString

Returns The password to authenticate on the vCenter server.

Returns:

  • (String)

    The password to authenticate on the vCenter server.



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

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.



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

attribute :path

#srcString

Returns The file to push to vCenter.

Returns:

  • (String)

    The file to push to vCenter



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

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.



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

attribute :validate_certs