Class: EventDescription

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

Overview

urn:vim25EventDescription

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
category - ElementDescription
eventInfo - EventDescriptionEventDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], category = [], eventInfo = []) ⇒ EventDescription

Returns a new instance of EventDescription.



16763
16764
16765
16766
16767
16768
# File 'lib/vmware/soap/vim25.rb', line 16763

def initialize(dynamicType = nil, dynamicProperty = [], category = [], eventInfo = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @category = category
  @eventInfo = eventInfo
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



16760
16761
16762
# File 'lib/vmware/soap/vim25.rb', line 16760

def category
  @category
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16759
16760
16761
# File 'lib/vmware/soap/vim25.rb', line 16759

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16758
16759
16760
# File 'lib/vmware/soap/vim25.rb', line 16758

def dynamicType
  @dynamicType
end

#eventInfoObject

Returns the value of attribute eventInfo.



16761
16762
16763
# File 'lib/vmware/soap/vim25.rb', line 16761

def eventInfo
  @eventInfo
end