Module: Fog::Compute::Vsphere::Shared
- Defined in:
- lib/fog/vsphere/compute.rb,
lib/fog/vsphere/requests/compute/vm_clone.rb
Instance Attribute Summary collapse
-
#vsphere_is_vcenter ⇒ Object
readonly
Returns the value of attribute vsphere_is_vcenter.
-
#vsphere_rev ⇒ Object
readonly
Returns the value of attribute vsphere_rev.
-
#vsphere_server ⇒ Object
readonly
Returns the value of attribute vsphere_server.
-
#vsphere_username ⇒ Object
readonly
Returns the value of attribute vsphere_username.
Instance Attribute Details
#vsphere_is_vcenter ⇒ Object (readonly)
Returns the value of attribute vsphere_is_vcenter.
86 87 88 |
# File 'lib/fog/vsphere/compute.rb', line 86 def vsphere_is_vcenter @vsphere_is_vcenter end |
#vsphere_rev ⇒ Object (readonly)
Returns the value of attribute vsphere_rev.
87 88 89 |
# File 'lib/fog/vsphere/compute.rb', line 87 def vsphere_rev @vsphere_rev end |
#vsphere_server ⇒ Object (readonly)
Returns the value of attribute vsphere_server.
88 89 90 |
# File 'lib/fog/vsphere/compute.rb', line 88 def vsphere_server @vsphere_server end |
#vsphere_username ⇒ Object (readonly)
Returns the value of attribute vsphere_username.
89 90 91 |
# File 'lib/fog/vsphere/compute.rb', line 89 def vsphere_username @vsphere_username end |