Class: AlarmSetting
- Inherits:
-
DynamicData
- Object
- DynamicData
- AlarmSetting
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmSetting
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
toleranceRange - SOAP::SOAPInt
reportingFrequency - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#reportingFrequency ⇒ Object
Returns the value of attribute reportingFrequency.
-
#toleranceRange ⇒ Object
Returns the value of attribute toleranceRange.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], toleranceRange = nil, reportingFrequency = nil) ⇒ AlarmSetting
constructor
A new instance of AlarmSetting.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], toleranceRange = nil, reportingFrequency = nil) ⇒ AlarmSetting
Returns a new instance of AlarmSetting.
3074 3075 3076 3077 3078 3079 |
# File 'lib/vmware/soap/vim25.rb', line 3074 def initialize(dynamicType = nil, dynamicProperty = [], toleranceRange = nil, reportingFrequency = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @toleranceRange = toleranceRange @reportingFrequency = reportingFrequency end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3070 3071 3072 |
# File 'lib/vmware/soap/vim25.rb', line 3070 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3069 3070 3071 |
# File 'lib/vmware/soap/vim25.rb', line 3069 def dynamicType @dynamicType end |
#reportingFrequency ⇒ Object
Returns the value of attribute reportingFrequency.
3072 3073 3074 |
# File 'lib/vmware/soap/vim25.rb', line 3072 def reportingFrequency @reportingFrequency end |
#toleranceRange ⇒ Object
Returns the value of attribute toleranceRange.
3071 3072 3073 |
# File 'lib/vmware/soap/vim25.rb', line 3071 def toleranceRange @toleranceRange end |