Class: QueryVmfsDatastoreExtendOptionsRequestType
- Inherits:
-
Object
- Object
- QueryVmfsDatastoreExtendOptionsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryVmfsDatastoreExtendOptionsRequestType
m__this - ManagedObjectReference
datastore - ManagedObjectReference
devicePath - SOAP::SOAPString
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#devicePath ⇒ Object
Returns the value of attribute devicePath.
Instance Method Summary collapse
-
#initialize(v__this = nil, datastore = nil, devicePath = nil) ⇒ QueryVmfsDatastoreExtendOptionsRequestType
constructor
A new instance of QueryVmfsDatastoreExtendOptionsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, datastore = nil, devicePath = nil) ⇒ QueryVmfsDatastoreExtendOptionsRequestType
Returns a new instance of QueryVmfsDatastoreExtendOptionsRequestType.
37897 37898 37899 37900 37901 |
# File 'lib/vmware/soap/vim25.rb', line 37897 def initialize(v__this = nil, datastore = nil, devicePath = nil) @v__this = v__this @datastore = datastore @devicePath = devicePath end |
Instance Attribute Details
#datastore ⇒ Object
Returns the value of attribute datastore.
37886 37887 37888 |
# File 'lib/vmware/soap/vim25.rb', line 37886 def datastore @datastore end |
#devicePath ⇒ Object
Returns the value of attribute devicePath.
37887 37888 37889 |
# File 'lib/vmware/soap/vim25.rb', line 37887 def devicePath @devicePath end |
Instance Method Details
#m__this ⇒ Object
37889 37890 37891 |
# File 'lib/vmware/soap/vim25.rb', line 37889 def m__this @v__this end |
#m__this=(value) ⇒ Object
37893 37894 37895 |
# File 'lib/vmware/soap/vim25.rb', line 37893 def m__this=(value) @v__this = value end |