Class: GroupAlarmAction

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

Overview

urn:vim25GroupAlarmAction

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
action - AlarmAction

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], action = []) ⇒ GroupAlarmAction

Returns a new instance of GroupAlarmAction.



2902
2903
2904
2905
2906
# File 'lib/vmware/soap/vim25.rb', line 2902

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

Instance Attribute Details

#actionObject

Returns the value of attribute action.



2900
2901
2902
# File 'lib/vmware/soap/vim25.rb', line 2900

def action
  @action
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2899
2900
2901
# File 'lib/vmware/soap/vim25.rb', line 2899

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2898
2899
2900
# File 'lib/vmware/soap/vim25.rb', line 2898

def dynamicType
  @dynamicType
end