Class: ClusterActionHistory

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

Overview

urn:vim25ClusterActionHistory

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
action - ClusterAction
time - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#actionObject

Returns the value of attribute action.



3295
3296
3297
# File 'lib/vmware/soap/vim25.rb', line 3295

def action
  @action
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3294
3295
3296
# File 'lib/vmware/soap/vim25.rb', line 3294

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3293
3294
3295
# File 'lib/vmware/soap/vim25.rb', line 3293

def dynamicType
  @dynamicType
end

#timeObject

Returns the value of attribute time.



3296
3297
3298
# File 'lib/vmware/soap/vim25.rb', line 3296

def time
  @time
end