Class: ScheduledTaskDescription

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ScheduledTaskDescription

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
action - TypeDescription
schedulerInfo - ScheduledTaskDetail
state - ElementDescription
dayOfWeek - ElementDescription
weekOfMonth - ElementDescription

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], action = [], schedulerInfo = [], state = [], dayOfWeek = [], weekOfMonth = []) ⇒ ScheduledTaskDescription

Returns a new instance of ScheduledTaskDescription.

[View source]

22422
22423
22424
22425
22426
22427
22428
22429
22430
# File 'lib/vmware/soap/vim25.rb', line 22422

def initialize(dynamicType = nil, dynamicProperty = [], action = [], schedulerInfo = [], state = [], dayOfWeek = [], weekOfMonth = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @action = action
  @schedulerInfo = schedulerInfo
  @state = state
  @dayOfWeek = dayOfWeek
  @weekOfMonth = weekOfMonth
end

Instance Attribute Details

#actionObject

Returns the value of attribute action.


22416
22417
22418
# File 'lib/vmware/soap/vim25.rb', line 22416

def action
  @action
end

#dayOfWeekObject

Returns the value of attribute dayOfWeek.


22419
22420
22421
# File 'lib/vmware/soap/vim25.rb', line 22419

def dayOfWeek
  @dayOfWeek
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


22415
22416
22417
# File 'lib/vmware/soap/vim25.rb', line 22415

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


22414
22415
22416
# File 'lib/vmware/soap/vim25.rb', line 22414

def dynamicType
  @dynamicType
end

#schedulerInfoObject

Returns the value of attribute schedulerInfo.


22417
22418
22419
# File 'lib/vmware/soap/vim25.rb', line 22417

def schedulerInfo
  @schedulerInfo
end

#stateObject

Returns the value of attribute state.


22418
22419
22420
# File 'lib/vmware/soap/vim25.rb', line 22418

def state
  @state
end

#weekOfMonthObject

Returns the value of attribute weekOfMonth.


22420
22421
22422
# File 'lib/vmware/soap/vim25.rb', line 22420

def weekOfMonth
  @weekOfMonth
end