Class: ExtendedEventPair

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

Overview

urn:vim25ExtendedEventPair

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, value = nil) ⇒ ExtendedEventPair

Returns a new instance of ExtendedEventPair.



16472
16473
16474
16475
16476
16477
# File 'lib/vmware/soap/vim25.rb', line 16472

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16468
16469
16470
# File 'lib/vmware/soap/vim25.rb', line 16468

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16467
16468
16469
# File 'lib/vmware/soap/vim25.rb', line 16467

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



16469
16470
16471
# File 'lib/vmware/soap/vim25.rb', line 16469

def key
  @key
end

#valueObject

Returns the value of attribute value.



16470
16471
16472
# File 'lib/vmware/soap/vim25.rb', line 16470

def value
  @value
end