Class: ScheduledTaskInfo
- Inherits:
-
ScheduledTaskSpec
- Object
- DynamicData
- ScheduledTaskSpec
- ScheduledTaskInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
description - SOAP::SOAPString
enabled - SOAP::SOAPBoolean
scheduler - TaskScheduler
action - Action
notification - SOAP::SOAPString
scheduledTask - ManagedObjectReference
entity - ManagedObjectReference
lastModifiedTime - SOAP::SOAPDateTime
lastModifiedUser - SOAP::SOAPString
nextRunTime - SOAP::SOAPDateTime
prevRunTime - SOAP::SOAPDateTime
state - TaskInfoState
error - LocalizedMethodFault
result - (any)
progress - SOAP::SOAPInt
activeTask - ManagedObjectReference
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#activeTask ⇒ Object
Returns the value of attribute activeTask.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#error ⇒ Object
Returns the value of attribute error.
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
-
#lastModifiedUser ⇒ Object
Returns the value of attribute lastModifiedUser.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nextRunTime ⇒ Object
Returns the value of attribute nextRunTime.
-
#notification ⇒ Object
Returns the value of attribute notification.
-
#prevRunTime ⇒ Object
Returns the value of attribute prevRunTime.
-
#progress ⇒ Object
Returns the value of attribute progress.
-
#result ⇒ Object
Returns the value of attribute result.
-
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
-
#scheduler ⇒ Object
Returns the value of attribute scheduler.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, enabled = nil, scheduler = nil, action = nil, notification = nil, scheduledTask = nil, entity = nil, lastModifiedTime = nil, lastModifiedUser = nil, nextRunTime = nil, prevRunTime = nil, state = nil, error = nil, result = nil, progress = nil, activeTask = nil) ⇒ ScheduledTaskInfo
constructor
A new instance of ScheduledTaskInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, enabled = nil, scheduler = nil, action = nil, notification = nil, scheduledTask = nil, entity = nil, lastModifiedTime = nil, lastModifiedUser = nil, nextRunTime = nil, prevRunTime = nil, state = nil, error = nil, result = nil, progress = nil, activeTask = nil) ⇒ ScheduledTaskInfo
Returns a new instance of ScheduledTaskInfo.
22785 22786 22787 22788 22789 22790 22791 22792 22793 22794 22795 22796 22797 22798 22799 22800 22801 22802 22803 22804 22805 |
# File 'lib/vmware/soap/vim25.rb', line 22785 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, enabled = nil, scheduler = nil, action = nil, notification = nil, scheduledTask = nil, entity = nil, lastModifiedTime = nil, lastModifiedUser = nil, nextRunTime = nil, prevRunTime = nil, state = nil, error = nil, result = nil, progress = nil, activeTask = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @description = description @enabled = enabled @scheduler = scheduler @action = action @notification = notification @scheduledTask = scheduledTask @entity = entity @lastModifiedTime = lastModifiedTime @lastModifiedUser = lastModifiedUser @nextRunTime = nextRunTime @prevRunTime = prevRunTime @state = state @error = error @result = result @progress = progress @activeTask = activeTask end |
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
22771 22772 22773 |
# File 'lib/vmware/soap/vim25.rb', line 22771 def action @action end |
#activeTask ⇒ Object
Returns the value of attribute activeTask.
22783 22784 22785 |
# File 'lib/vmware/soap/vim25.rb', line 22783 def activeTask @activeTask end |
#description ⇒ Object
Returns the value of attribute description.
22768 22769 22770 |
# File 'lib/vmware/soap/vim25.rb', line 22768 def description @description end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22766 22767 22768 |
# File 'lib/vmware/soap/vim25.rb', line 22766 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22765 22766 22767 |
# File 'lib/vmware/soap/vim25.rb', line 22765 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
22769 22770 22771 |
# File 'lib/vmware/soap/vim25.rb', line 22769 def enabled @enabled end |
#entity ⇒ Object
Returns the value of attribute entity.
22774 22775 22776 |
# File 'lib/vmware/soap/vim25.rb', line 22774 def entity @entity end |
#error ⇒ Object
Returns the value of attribute error.
22780 22781 22782 |
# File 'lib/vmware/soap/vim25.rb', line 22780 def error @error end |
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
22775 22776 22777 |
# File 'lib/vmware/soap/vim25.rb', line 22775 def lastModifiedTime @lastModifiedTime end |
#lastModifiedUser ⇒ Object
Returns the value of attribute lastModifiedUser.
22776 22777 22778 |
# File 'lib/vmware/soap/vim25.rb', line 22776 def lastModifiedUser @lastModifiedUser end |
#name ⇒ Object
Returns the value of attribute name.
22767 22768 22769 |
# File 'lib/vmware/soap/vim25.rb', line 22767 def name @name end |
#nextRunTime ⇒ Object
Returns the value of attribute nextRunTime.
22777 22778 22779 |
# File 'lib/vmware/soap/vim25.rb', line 22777 def nextRunTime @nextRunTime end |
#notification ⇒ Object
Returns the value of attribute notification.
22772 22773 22774 |
# File 'lib/vmware/soap/vim25.rb', line 22772 def notification @notification end |
#prevRunTime ⇒ Object
Returns the value of attribute prevRunTime.
22778 22779 22780 |
# File 'lib/vmware/soap/vim25.rb', line 22778 def prevRunTime @prevRunTime end |
#progress ⇒ Object
Returns the value of attribute progress.
22782 22783 22784 |
# File 'lib/vmware/soap/vim25.rb', line 22782 def progress @progress end |
#result ⇒ Object
Returns the value of attribute result.
22781 22782 22783 |
# File 'lib/vmware/soap/vim25.rb', line 22781 def result @result end |
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
22773 22774 22775 |
# File 'lib/vmware/soap/vim25.rb', line 22773 def scheduledTask @scheduledTask end |
#scheduler ⇒ Object
Returns the value of attribute scheduler.
22770 22771 22772 |
# File 'lib/vmware/soap/vim25.rb', line 22770 def scheduler @scheduler end |
#state ⇒ Object
Returns the value of attribute state.
22779 22780 22781 |
# File 'lib/vmware/soap/vim25.rb', line 22779 def state @state end |