Class: WaitForUpdatesRequestType

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

Overview

urn:vim25WaitForUpdatesRequestType

m__this - ManagedObjectReference
version - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, version = nil) ⇒ WaitForUpdatesRequestType

Returns a new instance of WaitForUpdatesRequestType.



29128
29129
29130
29131
# File 'lib/vmware/soap/vim25.rb', line 29128

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

Instance Attribute Details

#versionObject

Returns the value of attribute version.



29118
29119
29120
# File 'lib/vmware/soap/vim25.rb', line 29118

def version
  @version
end

Instance Method Details

#m__thisObject



29120
29121
29122
# File 'lib/vmware/soap/vim25.rb', line 29120

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



29124
29125
29126
# File 'lib/vmware/soap/vim25.rb', line 29124

def m__this=(value)
  @v__this = value
end