Class: ScheduledTaskDetail

Inherits:
TypeDescription show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1082
1083
1084
# File 'lib/vmware/soap/vim25.rb', line 1082

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1081
1082
1083
# File 'lib/vmware/soap/vim25.rb', line 1081

def dynamicType
  @dynamicType
end

#frequencyObject

Returns the value of attribute frequency.



1086
1087
1088
# File 'lib/vmware/soap/vim25.rb', line 1086

def frequency
  @frequency
end

#keyObject

Returns the value of attribute key.



1085
1086
1087
# File 'lib/vmware/soap/vim25.rb', line 1085

def key
  @key
end

#labelObject

Returns the value of attribute label.



1083
1084
1085
# File 'lib/vmware/soap/vim25.rb', line 1083

def label
  @label
end

#summaryObject

Returns the value of attribute summary.



1084
1085
1086
# File 'lib/vmware/soap/vim25.rb', line 1084

def summary
  @summary
end