Class: RefreshStorageSystemRequestType

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

Overview

urn:vim25RefreshStorageSystemRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

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__thisObject



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