Class: RescanAllHbaRequestType
- Inherits:
-
Object
- Object
- RescanAllHbaRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RescanAllHbaRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RescanAllHbaRequestType
constructor
A new instance of RescanAllHbaRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RescanAllHbaRequestType
Returns a new instance of RescanAllHbaRequestType.
39572 39573 39574 |
# File 'lib/vmware/soap/vim25.rb', line 39572 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
39564 39565 39566 |
# File 'lib/vmware/soap/vim25.rb', line 39564 def m__this @v__this end |
#m__this=(value) ⇒ Object
39568 39569 39570 |
# File 'lib/vmware/soap/vim25.rb', line 39568 def m__this=(value) @v__this = value end |