Class: QueryVmfsDatastoreCreateOptionsRequestType

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

Overview

urn:vim25QueryVmfsDatastoreCreateOptionsRequestType

m__this - ManagedObjectReference
devicePath - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#devicePathObject

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__thisObject



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