Class: ReconfigureScheduledTaskRequestType

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

Overview

urn:vim25ReconfigureScheduledTaskRequestType

m__this - ManagedObjectReference
spec - ScheduledTaskSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, spec = nil) ⇒ ReconfigureScheduledTaskRequestType

Returns a new instance of ReconfigureScheduledTaskRequestType.



40041
40042
40043
40044
# File 'lib/vmware/soap/vim25.rb', line 40041

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

Instance Attribute Details

#specObject

Returns the value of attribute spec.



40031
40032
40033
# File 'lib/vmware/soap/vim25.rb', line 40031

def spec
  @spec
end

Instance Method Details

#m__thisObject



40033
40034
40035
# File 'lib/vmware/soap/vim25.rb', line 40033

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



40037
40038
40039
# File 'lib/vmware/soap/vim25.rb', line 40037

def m__this=(value)
  @v__this = value
end