Class: OrAlarmExpression

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

Overview

urn:vim25OrAlarmExpression

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
expression - AlarmExpression

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], expression = []) ⇒ OrAlarmExpression

Returns a new instance of OrAlarmExpression.



2981
2982
2983
2984
2985
# File 'lib/vmware/soap/vim25.rb', line 2981

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2978
2979
2980
# File 'lib/vmware/soap/vim25.rb', line 2978

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2977
2978
2979
# File 'lib/vmware/soap/vim25.rb', line 2977

def dynamicType
  @dynamicType
end

#expressionObject

Returns the value of attribute expression.



2979
2980
2981
# File 'lib/vmware/soap/vim25.rb', line 2979

def expression
  @expression
end