Class: MonthlyTaskScheduler

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

Overview

urn:vim25MonthlyTaskScheduler

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeTime - SOAP::SOAPDateTime
expireTime - SOAP::SOAPDateTime
interval - SOAP::SOAPInt
minute - SOAP::SOAPInt
hour - 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) ⇒ MonthlyTaskScheduler

Returns a new instance of MonthlyTaskScheduler.



22637
22638
22639
22640
22641
22642
22643
22644
22645
# File 'lib/vmware/soap/vim25.rb', line 22637

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

Instance Attribute Details

#activeTimeObject

Returns the value of attribute activeTime.



22631
22632
22633
# File 'lib/vmware/soap/vim25.rb', line 22631

def activeTime
  @activeTime
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22630
22631
22632
# File 'lib/vmware/soap/vim25.rb', line 22630

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22629
22630
22631
# File 'lib/vmware/soap/vim25.rb', line 22629

def dynamicType
  @dynamicType
end

#expireTimeObject

Returns the value of attribute expireTime.



22632
22633
22634
# File 'lib/vmware/soap/vim25.rb', line 22632

def expireTime
  @expireTime
end

#hourObject

Returns the value of attribute hour.



22635
22636
22637
# File 'lib/vmware/soap/vim25.rb', line 22635

def hour
  @hour
end

#intervalObject

Returns the value of attribute interval.



22633
22634
22635
# File 'lib/vmware/soap/vim25.rb', line 22633

def interval
  @interval
end

#minuteObject

Returns the value of attribute minute.



22634
22635
22636
# File 'lib/vmware/soap/vim25.rb', line 22634

def minute
  @minute
end