Class: QueryVmfsDatastoreCreateOptionsRequestType
- Inherits:
-
Object
- Object
- QueryVmfsDatastoreCreateOptionsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryVmfsDatastoreCreateOptionsRequestType
m__this - ManagedObjectReference
devicePath - SOAP::SOAPString
Instance Attribute Summary collapse
-
#devicePath ⇒ Object
Returns the value of attribute devicePath.
Instance Method Summary collapse
-
#initialize(v__this = nil, devicePath = nil) ⇒ QueryVmfsDatastoreCreateOptionsRequestType
constructor
A new instance of QueryVmfsDatastoreCreateOptionsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, devicePath = nil) ⇒ QueryVmfsDatastoreCreateOptionsRequestType
Returns a new instance of QueryVmfsDatastoreCreateOptionsRequestType.
37855 37856 37857 37858 |
# File 'lib/vmware/soap/vim25.rb', line 37855 def initialize(v__this = nil, devicePath = nil) @v__this = v__this @devicePath = devicePath end |
Instance Attribute Details
#devicePath ⇒ Object
Returns the value of attribute devicePath.
37845 37846 37847 |
# File 'lib/vmware/soap/vim25.rb', line 37845 def devicePath @devicePath end |
Instance Method Details
#m__this ⇒ Object
37847 37848 37849 |
# File 'lib/vmware/soap/vim25.rb', line 37847 def m__this @v__this end |
#m__this=(value) ⇒ Object
37851 37852 37853 |
# File 'lib/vmware/soap/vim25.rb', line 37851 def m__this=(value) @v__this = value end |