Class: ScheduledTaskInfo

Inherits:
ScheduledTaskSpec show all
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

Instance Method Summary collapse

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

#actionObject

Returns the value of attribute action.



22771
22772
22773
# File 'lib/vmware/soap/vim25.rb', line 22771

def action
  @action
end

#activeTaskObject

Returns the value of attribute activeTask.



22783
22784
22785
# File 'lib/vmware/soap/vim25.rb', line 22783

def activeTask
  @activeTask
end

#descriptionObject

Returns the value of attribute description.



22768
22769
22770
# File 'lib/vmware/soap/vim25.rb', line 22768

def description
  @description
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22766
22767
22768
# File 'lib/vmware/soap/vim25.rb', line 22766

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22765
22766
22767
# File 'lib/vmware/soap/vim25.rb', line 22765

def dynamicType
  @dynamicType
end

#enabledObject

Returns the value of attribute enabled.



22769
22770
22771
# File 'lib/vmware/soap/vim25.rb', line 22769

def enabled
  @enabled
end

#entityObject

Returns the value of attribute entity.



22774
22775
22776
# File 'lib/vmware/soap/vim25.rb', line 22774

def entity
  @entity
end

#errorObject

Returns the value of attribute error.



22780
22781
22782
# File 'lib/vmware/soap/vim25.rb', line 22780

def error
  @error
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



22775
22776
22777
# File 'lib/vmware/soap/vim25.rb', line 22775

def lastModifiedTime
  @lastModifiedTime
end

#lastModifiedUserObject

Returns the value of attribute lastModifiedUser.



22776
22777
22778
# File 'lib/vmware/soap/vim25.rb', line 22776

def lastModifiedUser
  @lastModifiedUser
end

#nameObject

Returns the value of attribute name.



22767
22768
22769
# File 'lib/vmware/soap/vim25.rb', line 22767

def name
  @name
end

#nextRunTimeObject

Returns the value of attribute nextRunTime.



22777
22778
22779
# File 'lib/vmware/soap/vim25.rb', line 22777

def nextRunTime
  @nextRunTime
end

#notificationObject

Returns the value of attribute notification.



22772
22773
22774
# File 'lib/vmware/soap/vim25.rb', line 22772

def notification
  @notification
end

#prevRunTimeObject

Returns the value of attribute prevRunTime.



22778
22779
22780
# File 'lib/vmware/soap/vim25.rb', line 22778

def prevRunTime
  @prevRunTime
end

#progressObject

Returns the value of attribute progress.



22782
22783
22784
# File 'lib/vmware/soap/vim25.rb', line 22782

def progress
  @progress
end

#resultObject

Returns the value of attribute result.



22781
22782
22783
# File 'lib/vmware/soap/vim25.rb', line 22781

def result
  @result
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.



22773
22774
22775
# File 'lib/vmware/soap/vim25.rb', line 22773

def scheduledTask
  @scheduledTask
end

#schedulerObject

Returns the value of attribute scheduler.



22770
22771
22772
# File 'lib/vmware/soap/vim25.rb', line 22770

def scheduler
  @scheduler
end

#stateObject

Returns the value of attribute state.



22779
22780
22781
# File 'lib/vmware/soap/vim25.rb', line 22779

def state
  @state
end