Class: ScheduledTaskSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- ScheduledTaskSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
description - SOAP::SOAPString
enabled - SOAP::SOAPBoolean
scheduler - TaskScheduler
action - Action
notification - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notification ⇒ Object
Returns the value of attribute notification.
-
#scheduler ⇒ Object
Returns the value of attribute scheduler.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, enabled = nil, scheduler = nil, action = nil, notification = nil) ⇒ ScheduledTaskSpec
constructor
A new instance of ScheduledTaskSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, enabled = nil, scheduler = nil, action = nil, notification = nil) ⇒ ScheduledTaskSpec
Returns a new instance of ScheduledTaskSpec.
22732 22733 22734 22735 22736 22737 22738 22739 22740 22741 |
# File 'lib/vmware/soap/vim25.rb', line 22732 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, enabled = nil, scheduler = nil, action = nil, notification = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @description = description @enabled = enabled @scheduler = scheduler @action = action @notification = notification end |
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
22729 22730 22731 |
# File 'lib/vmware/soap/vim25.rb', line 22729 def action @action end |
#description ⇒ Object
Returns the value of attribute description.
22726 22727 22728 |
# File 'lib/vmware/soap/vim25.rb', line 22726 def description @description end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22724 22725 22726 |
# File 'lib/vmware/soap/vim25.rb', line 22724 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22723 22724 22725 |
# File 'lib/vmware/soap/vim25.rb', line 22723 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
22727 22728 22729 |
# File 'lib/vmware/soap/vim25.rb', line 22727 def enabled @enabled end |
#name ⇒ Object
Returns the value of attribute name.
22725 22726 22727 |
# File 'lib/vmware/soap/vim25.rb', line 22725 def name @name end |
#notification ⇒ Object
Returns the value of attribute notification.
22730 22731 22732 |
# File 'lib/vmware/soap/vim25.rb', line 22730 def notification @notification end |
#scheduler ⇒ Object
Returns the value of attribute scheduler.
22728 22729 22730 |
# File 'lib/vmware/soap/vim25.rb', line 22728 def scheduler @scheduler end |