Class: FormatVmfsRequestType

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

Overview

urn:vim25FormatVmfsRequestType

m__this - ManagedObjectReference
createSpec - HostVmfsSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, createSpec = nil) ⇒ FormatVmfsRequestType

Returns a new instance of FormatVmfsRequestType.



39460
39461
39462
39463
# File 'lib/vmware/soap/vim25.rb', line 39460

def initialize(v__this = nil, createSpec = nil)
  @v__this = v__this
  @createSpec = createSpec
end

Instance Attribute Details

#createSpecObject

Returns the value of attribute createSpec.



39450
39451
39452
# File 'lib/vmware/soap/vim25.rb', line 39450

def createSpec
  @createSpec
end

Instance Method Details

#m__thisObject



39452
39453
39454
# File 'lib/vmware/soap/vim25.rb', line 39452

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39456
39457
39458
# File 'lib/vmware/soap/vim25.rb', line 39456

def m__this=(value)
  @v__this = value
end