Class: QueryVmfsDatastoreExtendOptionsRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25QueryVmfsDatastoreExtendOptionsRequestType

m__this - ManagedObjectReference
datastore - ManagedObjectReference
devicePath - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#datastoreObject

Returns the value of attribute datastore.



37886
37887
37888
# File 'lib/vmware/soap/vim25.rb', line 37886

def datastore
  @datastore
end

#devicePathObject

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__thisObject



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