Class: ScheduledTaskDetail
- Inherits:
-
TypeDescription
- Object
- DynamicData
- Description
- TypeDescription
- ScheduledTaskDetail
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskDetail
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
label - SOAP::SOAPString
summary - SOAP::SOAPString
key - SOAP::SOAPString
frequency - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], label = nil, summary = nil, key = nil, frequency = nil) ⇒ ScheduledTaskDetail
constructor
A new instance of ScheduledTaskDetail.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], label = nil, summary = nil, key = nil, frequency = nil) ⇒ ScheduledTaskDetail
Returns a new instance of ScheduledTaskDetail.
1088 1089 1090 1091 1092 1093 1094 1095 |
# File 'lib/vmware/soap/vim25.rb', line 1088 def initialize(dynamicType = nil, dynamicProperty = [], label = nil, summary = nil, key = nil, frequency = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @label = label @summary = summary @key = key @frequency = frequency end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1082 1083 1084 |
# File 'lib/vmware/soap/vim25.rb', line 1082 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1081 1082 1083 |
# File 'lib/vmware/soap/vim25.rb', line 1081 def dynamicType @dynamicType end |
#frequency ⇒ Object
Returns the value of attribute frequency.
1086 1087 1088 |
# File 'lib/vmware/soap/vim25.rb', line 1086 def frequency @frequency end |
#key ⇒ Object
Returns the value of attribute key.
1085 1086 1087 |
# File 'lib/vmware/soap/vim25.rb', line 1085 def key @key end |
#label ⇒ Object
Returns the value of attribute label.
1083 1084 1085 |
# File 'lib/vmware/soap/vim25.rb', line 1083 def label @label end |
#summary ⇒ Object
Returns the value of attribute summary.
1084 1085 1086 |
# File 'lib/vmware/soap/vim25.rb', line 1084 def summary @summary end |