Class: RefreshDatastoreRequestType

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

Overview

urn:vim25RefreshDatastoreRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ RefreshDatastoreRequestType

Returns a new instance of RefreshDatastoreRequestType.



34116
34117
34118
# File 'lib/vmware/soap/vim25.rb', line 34116

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

Instance Method Details

#m__thisObject



34108
34109
34110
# File 'lib/vmware/soap/vim25.rb', line 34108

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34112
34113
34114
# File 'lib/vmware/soap/vim25.rb', line 34112

def m__this=(value)
  @v__this = value
end