Class: RescanHbaRequestType
- Inherits:
-
Object
- Object
- RescanHbaRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RescanHbaRequestType
m__this - ManagedObjectReference
hbaDevice - SOAP::SOAPString
Instance Attribute Summary collapse
-
#hbaDevice ⇒ Object
Returns the value of attribute hbaDevice.
Instance Method Summary collapse
-
#initialize(v__this = nil, hbaDevice = nil) ⇒ RescanHbaRequestType
constructor
A new instance of RescanHbaRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#hbaDevice ⇒ Object
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__this ⇒ Object
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 |