Class: MonthlyByWeekdayTaskScheduler

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

Overview

urn:vim25MonthlyByWeekdayTaskScheduler

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeTime - SOAP::SOAPDateTime
expireTime - SOAP::SOAPDateTime
interval - SOAP::SOAPInt
minute - SOAP::SOAPInt
hour - SOAP::SOAPInt
offset - WeekOfMonth
weekday - DayOfWeek

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, offset = nil, weekday = nil) ⇒ MonthlyByWeekdayTaskScheduler

Returns a new instance of MonthlyByWeekdayTaskScheduler.



22700
22701
22702
22703
22704
22705
22706
22707
22708
22709
22710
# File 'lib/vmware/soap/vim25.rb', line 22700

def initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, offset = nil, weekday = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @activeTime = activeTime
  @expireTime = expireTime
  @interval = interval
  @minute = minute
  @hour = hour
  @offset = offset
  @weekday = weekday
end

Instance Attribute Details

#activeTimeObject

Returns the value of attribute activeTime.



22692
22693
22694
# File 'lib/vmware/soap/vim25.rb', line 22692

def activeTime
  @activeTime
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22691
22692
22693
# File 'lib/vmware/soap/vim25.rb', line 22691

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22690
22691
22692
# File 'lib/vmware/soap/vim25.rb', line 22690

def dynamicType
  @dynamicType
end

#expireTimeObject

Returns the value of attribute expireTime.



22693
22694
22695
# File 'lib/vmware/soap/vim25.rb', line 22693

def expireTime
  @expireTime
end

#hourObject

Returns the value of attribute hour.



22696
22697
22698
# File 'lib/vmware/soap/vim25.rb', line 22696

def hour
  @hour
end

#intervalObject

Returns the value of attribute interval.



22694
22695
22696
# File 'lib/vmware/soap/vim25.rb', line 22694

def interval
  @interval
end

#minuteObject

Returns the value of attribute minute.



22695
22696
22697
# File 'lib/vmware/soap/vim25.rb', line 22695

def minute
  @minute
end

#offsetObject

Returns the value of attribute offset.



22697
22698
22699
# File 'lib/vmware/soap/vim25.rb', line 22697

def offset
  @offset
end

#weekdayObject

Returns the value of attribute weekday.



22698
22699
22700
# File 'lib/vmware/soap/vim25.rb', line 22698

def weekday
  @weekday
end