Class: ExtensionEventTypeInfo

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

Overview

urn:vim25ExtensionEventTypeInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
eventID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], eventID = nil) ⇒ ExtensionEventTypeInfo

Returns a new instance of ExtensionEventTypeInfo.



1251
1252
1253
1254
1255
# File 'lib/vmware/soap/vim25.rb', line 1251

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1248
1249
1250
# File 'lib/vmware/soap/vim25.rb', line 1248

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1247
1248
1249
# File 'lib/vmware/soap/vim25.rb', line 1247

def dynamicType
  @dynamicType
end

#eventIDObject

Returns the value of attribute eventID.



1249
1250
1251
# File 'lib/vmware/soap/vim25.rb', line 1249

def eventID
  @eventID
end