Class: ClusterActionHistory
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterActionHistory
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterActionHistory
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
action - ClusterAction
time - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], action = nil, time = nil) ⇒ ClusterActionHistory
constructor
A new instance of ClusterActionHistory.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], action = nil, time = nil) ⇒ ClusterActionHistory
Returns a new instance of ClusterActionHistory.
3298 3299 3300 3301 3302 3303 |
# File 'lib/vmware/soap/vim25.rb', line 3298 def initialize(dynamicType = nil, dynamicProperty = [], action = nil, time = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @action = action @time = time end |
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
3295 3296 3297 |
# File 'lib/vmware/soap/vim25.rb', line 3295 def action @action end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3294 3295 3296 |
# File 'lib/vmware/soap/vim25.rb', line 3294 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3293 3294 3295 |
# File 'lib/vmware/soap/vim25.rb', line 3293 def dynamicType @dynamicType end |
#time ⇒ Object
Returns the value of attribute time.
3296 3297 3298 |
# File 'lib/vmware/soap/vim25.rb', line 3296 def time @time end |