Class: WeeklyTaskScheduler

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

Overview

urn:vim25WeeklyTaskScheduler

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeTime - SOAP::SOAPDateTime
expireTime - SOAP::SOAPDateTime
interval - SOAP::SOAPInt
minute - SOAP::SOAPInt
hour - SOAP::SOAPInt
sunday - SOAP::SOAPBoolean
monday - SOAP::SOAPBoolean
tuesday - SOAP::SOAPBoolean
wednesday - SOAP::SOAPBoolean
thursday - SOAP::SOAPBoolean
friday - SOAP::SOAPBoolean
saturday - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, sunday = nil, monday = nil, tuesday = nil, wednesday = nil, thursday = nil, friday = nil, saturday = nil) ⇒ WeeklyTaskScheduler

Returns a new instance of WeeklyTaskScheduler.



22602
22603
22604
22605
22606
22607
22608
22609
22610
22611
22612
22613
22614
22615
22616
22617
# File 'lib/vmware/soap/vim25.rb', line 22602

def initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, sunday = nil, monday = nil, tuesday = nil, wednesday = nil, thursday = nil, friday = nil, saturday = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @activeTime = activeTime
  @expireTime = expireTime
  @interval = interval
  @minute = minute
  @hour = hour
  @sunday = sunday
  @monday = monday
  @tuesday = tuesday
  @wednesday = wednesday
  @thursday = thursday
  @friday = friday
  @saturday = saturday
end

Instance Attribute Details

#activeTimeObject

Returns the value of attribute activeTime.



22589
22590
22591
# File 'lib/vmware/soap/vim25.rb', line 22589

def activeTime
  @activeTime
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22588
22589
22590
# File 'lib/vmware/soap/vim25.rb', line 22588

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22587
22588
22589
# File 'lib/vmware/soap/vim25.rb', line 22587

def dynamicType
  @dynamicType
end

#expireTimeObject

Returns the value of attribute expireTime.



22590
22591
22592
# File 'lib/vmware/soap/vim25.rb', line 22590

def expireTime
  @expireTime
end

#fridayObject

Returns the value of attribute friday.



22599
22600
22601
# File 'lib/vmware/soap/vim25.rb', line 22599

def friday
  @friday
end

#hourObject

Returns the value of attribute hour.



22593
22594
22595
# File 'lib/vmware/soap/vim25.rb', line 22593

def hour
  @hour
end

#intervalObject

Returns the value of attribute interval.



22591
22592
22593
# File 'lib/vmware/soap/vim25.rb', line 22591

def interval
  @interval
end

#minuteObject

Returns the value of attribute minute.



22592
22593
22594
# File 'lib/vmware/soap/vim25.rb', line 22592

def minute
  @minute
end

#mondayObject

Returns the value of attribute monday.



22595
22596
22597
# File 'lib/vmware/soap/vim25.rb', line 22595

def monday
  @monday
end

#saturdayObject

Returns the value of attribute saturday.



22600
22601
22602
# File 'lib/vmware/soap/vim25.rb', line 22600

def saturday
  @saturday
end

#sundayObject

Returns the value of attribute sunday.



22594
22595
22596
# File 'lib/vmware/soap/vim25.rb', line 22594

def sunday
  @sunday
end

#thursdayObject

Returns the value of attribute thursday.



22598
22599
22600
# File 'lib/vmware/soap/vim25.rb', line 22598

def thursday
  @thursday
end

#tuesdayObject

Returns the value of attribute tuesday.



22596
22597
22598
# File 'lib/vmware/soap/vim25.rb', line 22596

def tuesday
  @tuesday
end

#wednesdayObject

Returns the value of attribute wednesday.



22597
22598
22599
# File 'lib/vmware/soap/vim25.rb', line 22597

def wednesday
  @wednesday
end