Class: StateAlarmExpression

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

Overview

urn:vim25StateAlarmExpression

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
operator - StateAlarmOperator
type - SOAP::SOAPString
statePath - SOAP::SOAPString
yellow - SOAP::SOAPString
red - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], operator = nil, type = nil, statePath = nil, yellow = nil, red = nil) ⇒ StateAlarmExpression

Returns a new instance of StateAlarmExpression.



3005
3006
3007
3008
3009
3010
3011
3012
3013
# File 'lib/vmware/soap/vim25.rb', line 3005

def initialize(dynamicType = nil, dynamicProperty = [], operator = nil, type = nil, statePath = nil, yellow = nil, red = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @operator = operator
  @type = type
  @statePath = statePath
  @yellow = yellow
  @red = red
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2998
2999
3000
# File 'lib/vmware/soap/vim25.rb', line 2998

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2997
2998
2999
# File 'lib/vmware/soap/vim25.rb', line 2997

def dynamicType
  @dynamicType
end

#operatorObject

Returns the value of attribute operator.



2999
3000
3001
# File 'lib/vmware/soap/vim25.rb', line 2999

def operator
  @operator
end

#redObject

Returns the value of attribute red.



3003
3004
3005
# File 'lib/vmware/soap/vim25.rb', line 3003

def red
  @red
end

#statePathObject

Returns the value of attribute statePath.



3001
3002
3003
# File 'lib/vmware/soap/vim25.rb', line 3001

def statePath
  @statePath
end

#typeObject

Returns the value of attribute type.



3000
3001
3002
# File 'lib/vmware/soap/vim25.rb', line 3000

def type
  @type
end

#yellowObject

Returns the value of attribute yellow.



3002
3003
3004
# File 'lib/vmware/soap/vim25.rb', line 3002

def yellow
  @yellow
end