Class: RunScheduledTaskRequestType

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

Overview

urn:vim25RunScheduledTaskRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ RunScheduledTaskRequestType

Returns a new instance of RunScheduledTaskRequestType.



40058
40059
40060
# File 'lib/vmware/soap/vim25.rb', line 40058

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

Instance Method Details

#m__thisObject



40050
40051
40052
# File 'lib/vmware/soap/vim25.rb', line 40050

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40054
40055
40056
# File 'lib/vmware/soap/vim25.rb', line 40054

def m__this=(value)
  @v__this = value
end