Class: AlarmTriggeringAction

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

Overview

urn:vim25AlarmTriggeringAction

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
action - Action
green2yellow - SOAP::SOAPBoolean
yellow2red - SOAP::SOAPBoolean
red2yellow - SOAP::SOAPBoolean
yellow2green - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], action = nil, green2yellow = nil, yellow2red = nil, red2yellow = nil, yellow2green = nil) ⇒ AlarmTriggeringAction

Returns a new instance of AlarmTriggeringAction.



2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'lib/vmware/soap/vim25.rb', line 2882

def initialize(dynamicType = nil, dynamicProperty = [], action = nil, green2yellow = nil, yellow2red = nil, red2yellow = nil, yellow2green = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @action = action
  @green2yellow = green2yellow
  @yellow2red = yellow2red
  @red2yellow = red2yellow
  @yellow2green = yellow2green
end

Instance Attribute Details

#actionObject

Returns the value of attribute action.



2876
2877
2878
# File 'lib/vmware/soap/vim25.rb', line 2876

def action
  @action
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2875
2876
2877
# File 'lib/vmware/soap/vim25.rb', line 2875

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2874
2875
2876
# File 'lib/vmware/soap/vim25.rb', line 2874

def dynamicType
  @dynamicType
end

#green2yellowObject

Returns the value of attribute green2yellow.



2877
2878
2879
# File 'lib/vmware/soap/vim25.rb', line 2877

def green2yellow
  @green2yellow
end

#red2yellowObject

Returns the value of attribute red2yellow.



2879
2880
2881
# File 'lib/vmware/soap/vim25.rb', line 2879

def red2yellow
  @red2yellow
end

#yellow2greenObject

Returns the value of attribute yellow2green.



2880
2881
2882
# File 'lib/vmware/soap/vim25.rb', line 2880

def yellow2green
  @yellow2green
end

#yellow2redObject

Returns the value of attribute yellow2red.



2878
2879
2880
# File 'lib/vmware/soap/vim25.rb', line 2878

def yellow2red
  @yellow2red
end