Class: CreateScheduledTaskRequestType
- Inherits:
-
Object
- Object
- CreateScheduledTaskRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateScheduledTaskRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
spec - ScheduledTaskSpec
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil, spec = nil) ⇒ CreateScheduledTaskRequestType
constructor
A new instance of CreateScheduledTaskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, entity = nil, spec = nil) ⇒ CreateScheduledTaskRequestType
Returns a new instance of CreateScheduledTaskRequestType.
40083 40084 40085 40086 40087 |
# File 'lib/vmware/soap/vim25.rb', line 40083 def initialize(v__this = nil, entity = nil, spec = nil) @v__this = v__this @entity = entity @spec = spec end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
40072 40073 40074 |
# File 'lib/vmware/soap/vim25.rb', line 40072 def entity @entity end |
#spec ⇒ Object
Returns the value of attribute spec.
40073 40074 40075 |
# File 'lib/vmware/soap/vim25.rb', line 40073 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
40075 40076 40077 |
# File 'lib/vmware/soap/vim25.rb', line 40075 def m__this @v__this end |
#m__this=(value) ⇒ Object
40079 40080 40081 |
# File 'lib/vmware/soap/vim25.rb', line 40079 def m__this=(value) @v__this = value end |