Class: AlarmState

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

Overview

urn:vim25AlarmState

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
entity - ManagedObjectReference
alarm - ManagedObjectReference
overallStatus - ManagedEntityStatus
time - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, entity = nil, alarm = nil, overallStatus = nil, time = nil) ⇒ AlarmState

Returns a new instance of AlarmState.



3179
3180
3181
3182
3183
3184
3185
3186
3187
# File 'lib/vmware/soap/vim25.rb', line 3179

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, entity = nil, alarm = nil, overallStatus = nil, time = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @entity = entity
  @alarm = alarm
  @overallStatus = overallStatus
  @time = time
end

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



3175
3176
3177
# File 'lib/vmware/soap/vim25.rb', line 3175

def alarm
  @alarm
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3172
3173
3174
# File 'lib/vmware/soap/vim25.rb', line 3172

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3171
3172
3173
# File 'lib/vmware/soap/vim25.rb', line 3171

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



3174
3175
3176
# File 'lib/vmware/soap/vim25.rb', line 3174

def entity
  @entity
end

#keyObject

Returns the value of attribute key.



3173
3174
3175
# File 'lib/vmware/soap/vim25.rb', line 3173

def key
  @key
end

#overallStatusObject

Returns the value of attribute overallStatus.



3176
3177
3178
# File 'lib/vmware/soap/vim25.rb', line 3176

def overallStatus
  @overallStatus
end

#timeObject

Returns the value of attribute time.



3177
3178
3179
# File 'lib/vmware/soap/vim25.rb', line 3177

def time
  @time
end