Class: UpgradeVmfsRequestType
- Inherits:
-
Object
- Object
- UpgradeVmfsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpgradeVmfsRequestType
m__this - ManagedObjectReference
vmfsPath - SOAP::SOAPString
Instance Attribute Summary collapse
-
#vmfsPath ⇒ Object
Returns the value of attribute vmfsPath.
Instance Method Summary collapse
-
#initialize(v__this = nil, vmfsPath = nil) ⇒ UpgradeVmfsRequestType
constructor
A new instance of UpgradeVmfsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, vmfsPath = nil) ⇒ UpgradeVmfsRequestType
Returns a new instance of UpgradeVmfsRequestType.
39519 39520 39521 39522 |
# File 'lib/vmware/soap/vim25.rb', line 39519 def initialize(v__this = nil, vmfsPath = nil) @v__this = v__this @vmfsPath = vmfsPath end |
Instance Attribute Details
#vmfsPath ⇒ Object
Returns the value of attribute vmfsPath.
39509 39510 39511 |
# File 'lib/vmware/soap/vim25.rb', line 39509 def vmfsPath @vmfsPath end |
Instance Method Details
#m__this ⇒ Object
39511 39512 39513 |
# File 'lib/vmware/soap/vim25.rb', line 39511 def m__this @v__this end |
#m__this=(value) ⇒ Object
39515 39516 39517 |
# File 'lib/vmware/soap/vim25.rb', line 39515 def m__this=(value) @v__this = value end |