Class: EventAlarmExpression

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

Overview

urn:vim25EventAlarmExpression

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
eventType - SOAP::SOAPString
eventTypeId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], eventType = nil, eventTypeId = nil) ⇒ EventAlarmExpression

Returns a new instance of EventAlarmExpression.


3027
3028
3029
3030
3031
3032
# File 'lib/vmware/soap/vim25.rb', line 3027

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


3023
3024
3025
# File 'lib/vmware/soap/vim25.rb', line 3023

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


3022
3023
3024
# File 'lib/vmware/soap/vim25.rb', line 3022

def dynamicType
  @dynamicType
end

#eventTypeObject

Returns the value of attribute eventType.


3024
3025
3026
# File 'lib/vmware/soap/vim25.rb', line 3024

def eventType
  @eventType
end

#eventTypeIdObject

Returns the value of attribute eventTypeId.


3025
3026
3027
# File 'lib/vmware/soap/vim25.rb', line 3025

def eventTypeId
  @eventTypeId
end