Class: RescanHbaRequestType

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

Overview

urn:vim25RescanHbaRequestType

m__this - ManagedObjectReference
hbaDevice - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, hbaDevice = nil) ⇒ RescanHbaRequestType

Returns a new instance of RescanHbaRequestType.



39555
39556
39557
39558
# File 'lib/vmware/soap/vim25.rb', line 39555

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

Instance Attribute Details

#hbaDeviceObject

Returns the value of attribute hbaDevice.



39545
39546
39547
# File 'lib/vmware/soap/vim25.rb', line 39545

def hbaDevice
  @hbaDevice
end

Instance Method Details

#m__thisObject



39547
39548
39549
# File 'lib/vmware/soap/vim25.rb', line 39547

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39551
39552
39553
# File 'lib/vmware/soap/vim25.rb', line 39551

def m__this=(value)
  @v__this = value
end