Class: ExtendVmfsDatastoreRequestType
- Inherits:
-
Object
- Object
- ExtendVmfsDatastoreRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtendVmfsDatastoreRequestType
m__this - ManagedObjectReference
datastore - ManagedObjectReference
spec - VmfsDatastoreExtendSpec
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, datastore = nil, spec = nil) ⇒ ExtendVmfsDatastoreRequestType
constructor
A new instance of ExtendVmfsDatastoreRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, datastore = nil, spec = nil) ⇒ ExtendVmfsDatastoreRequestType
Returns a new instance of ExtendVmfsDatastoreRequestType.
37920 37921 37922 37923 37924 |
# File 'lib/vmware/soap/vim25.rb', line 37920 def initialize(v__this = nil, datastore = nil, spec = nil) @v__this = v__this @datastore = datastore @spec = spec end |
Instance Attribute Details
#datastore ⇒ Object
Returns the value of attribute datastore.
37909 37910 37911 |
# File 'lib/vmware/soap/vim25.rb', line 37909 def datastore @datastore end |
#spec ⇒ Object
Returns the value of attribute spec.
37910 37911 37912 |
# File 'lib/vmware/soap/vim25.rb', line 37910 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
37912 37913 37914 |
# File 'lib/vmware/soap/vim25.rb', line 37912 def m__this @v__this end |
#m__this=(value) ⇒ Object
37916 37917 37918 |
# File 'lib/vmware/soap/vim25.rb', line 37916 def m__this=(value) @v__this = value end |