Class: RetrieveEntityScheduledTaskRequestType
- Inherits:
-
Object
- Object
- RetrieveEntityScheduledTaskRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RetrieveEntityScheduledTaskRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil) ⇒ RetrieveEntityScheduledTaskRequestType
constructor
A new instance of RetrieveEntityScheduledTaskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, entity = nil) ⇒ RetrieveEntityScheduledTaskRequestType
Returns a new instance of RetrieveEntityScheduledTaskRequestType.
40104 40105 40106 40107 |
# File 'lib/vmware/soap/vim25.rb', line 40104 def initialize(v__this = nil, entity = nil) @v__this = v__this @entity = entity end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
40094 40095 40096 |
# File 'lib/vmware/soap/vim25.rb', line 40094 def entity @entity end |
Instance Method Details
#m__this ⇒ Object
40096 40097 40098 |
# File 'lib/vmware/soap/vim25.rb', line 40096 def m__this @v__this end |
#m__this=(value) ⇒ Object
40100 40101 40102 |
# File 'lib/vmware/soap/vim25.rb', line 40100 def m__this=(value) @v__this = value end |