Class: AlarmSetting

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3070
3071
3072
# File 'lib/vmware/soap/vim25.rb', line 3070

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3069
3070
3071
# File 'lib/vmware/soap/vim25.rb', line 3069

def dynamicType
  @dynamicType
end

#reportingFrequencyObject

Returns the value of attribute reportingFrequency.



3072
3073
3074
# File 'lib/vmware/soap/vim25.rb', line 3072

def reportingFrequency
  @reportingFrequency
end

#toleranceRangeObject

Returns the value of attribute toleranceRange.



3071
3072
3073
# File 'lib/vmware/soap/vim25.rb', line 3071

def toleranceRange
  @toleranceRange
end