Class: RefreshStorageSystemRequestType
- Inherits:
-
Object
- Object
- RefreshStorageSystemRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RefreshStorageSystemRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RefreshStorageSystemRequestType
constructor
A new instance of RefreshStorageSystemRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RefreshStorageSystemRequestType
Returns a new instance of RefreshStorageSystemRequestType.
39878 39879 39880 |
# File 'lib/vmware/soap/vim25.rb', line 39878 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
39870 39871 39872 |
# File 'lib/vmware/soap/vim25.rb', line 39870 def m__this @v__this end |
#m__this=(value) ⇒ Object
39874 39875 39876 |
# File 'lib/vmware/soap/vim25.rb', line 39874 def m__this=(value) @v__this = value end |