Class: ReconfigureScheduledTaskRequestType
- Inherits:
-
Object
- Object
- ReconfigureScheduledTaskRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReconfigureScheduledTaskRequestType
m__this - ManagedObjectReference
spec - ScheduledTaskSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ ReconfigureScheduledTaskRequestType
constructor
A new instance of ReconfigureScheduledTaskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#spec ⇒ Object
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__this ⇒ Object
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 |