Class: AndAlarmExpression

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

Overview

urn:vim25AndAlarmExpression

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AndAlarmExpression.



2965
2966
2967
2968
2969
# File 'lib/vmware/soap/vim25.rb', line 2965

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2962
2963
2964
# File 'lib/vmware/soap/vim25.rb', line 2962

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2961
2962
2963
# File 'lib/vmware/soap/vim25.rb', line 2961

def dynamicType
  @dynamicType
end

#expressionObject

Returns the value of attribute expression.



2963
2964
2965
# File 'lib/vmware/soap/vim25.rb', line 2963

def expression
  @expression
end