Class: Ansible::Ruby::Modules::Vsphere_copy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vsphere_copy
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/vmware/vsphere_copy.rb
Instance Method Summary collapse
-
#datacenter ⇒ String
The datacenter on the vCenter server that holds the datastore.
-
#datastore ⇒ String
The datastore on the vCenter server to push files to.
-
#host ⇒ String
The vCenter server on which the datastore is available.
-
#login ⇒ String
The login name to authenticate on the vCenter server.
-
#password ⇒ String
The password to authenticate on the vCenter server.
-
#path ⇒ String
The file to push to the datastore on the vCenter server.
-
#src ⇒ String
The file to push to vCenter.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates will not be validated.
Methods inherited from Base
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
#datacenter ⇒ String
Returns 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 |
#datastore ⇒ String
Returns 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 |
#host ⇒ String
Returns 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 |
#login ⇒ String
Returns 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 |
#password ⇒ String
Returns 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 |
#path ⇒ String
Returns 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 |
#src ⇒ String
Returns 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.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vsphere_copy.rb', line 38 attribute :validate_certs |