Class: UpdateProgressRequestType

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

Overview

urn:vim25UpdateProgressRequestType

m__this - ManagedObjectReference
percentDone - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, percentDone = nil) ⇒ UpdateProgressRequestType

Returns a new instance of UpdateProgressRequestType.



36210
36211
36212
36213
# File 'lib/vmware/soap/vim25.rb', line 36210

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

Instance Attribute Details

#percentDoneObject

Returns the value of attribute percentDone.



36200
36201
36202
# File 'lib/vmware/soap/vim25.rb', line 36200

def percentDone
  @percentDone
end

Instance Method Details

#m__thisObject



36202
36203
36204
# File 'lib/vmware/soap/vim25.rb', line 36202

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36206
36207
36208
# File 'lib/vmware/soap/vim25.rb', line 36206

def m__this=(value)
  @v__this = value
end