Class: MonthlyByDayTaskScheduler

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

Overview

urn:vim25MonthlyByDayTaskScheduler

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeTime - SOAP::SOAPDateTime
expireTime - SOAP::SOAPDateTime
interval - SOAP::SOAPInt
minute - SOAP::SOAPInt
hour - SOAP::SOAPInt
day - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], activeTime = nil, expireTime = nil, interval = nil, minute = nil, hour = nil, day = nil) ⇒ MonthlyByDayTaskScheduler

Returns a new instance of MonthlyByDayTaskScheduler.



22667
22668
22669
22670
22671
22672
22673
22674
22675
22676
# File 'lib/vmware/soap/vim25.rb', line 22667

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

Instance Attribute Details

#activeTimeObject

Returns the value of attribute activeTime.



22660
22661
22662
# File 'lib/vmware/soap/vim25.rb', line 22660

def activeTime
  @activeTime
end

#dayObject

Returns the value of attribute day.



22665
22666
22667
# File 'lib/vmware/soap/vim25.rb', line 22665

def day
  @day
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22659
22660
22661
# File 'lib/vmware/soap/vim25.rb', line 22659

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22658
22659
22660
# File 'lib/vmware/soap/vim25.rb', line 22658

def dynamicType
  @dynamicType
end

#expireTimeObject

Returns the value of attribute expireTime.



22661
22662
22663
# File 'lib/vmware/soap/vim25.rb', line 22661

def expireTime
  @expireTime
end

#hourObject

Returns the value of attribute hour.



22664
22665
22666
# File 'lib/vmware/soap/vim25.rb', line 22664

def hour
  @hour
end

#intervalObject

Returns the value of attribute interval.



22662
22663
22664
# File 'lib/vmware/soap/vim25.rb', line 22662

def interval
  @interval
end

#minuteObject

Returns the value of attribute minute.



22663
22664
22665
# File 'lib/vmware/soap/vim25.rb', line 22663

def minute
  @minute
end