Class: AlarmDescription

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

Overview

urn:vim25AlarmDescription

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
expr - TypeDescription
stateOperator - ElementDescription
metricOperator - ElementDescription
hostSystemConnectionState - ElementDescription
virtualMachinePowerState - ElementDescription
entityStatus - ElementDescription
action - TypeDescription

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], expr = [], stateOperator = [], metricOperator = [], hostSystemConnectionState = [], virtualMachinePowerState = [], entityStatus = [], action = []) ⇒ AlarmDescription

Returns a new instance of AlarmDescription.



2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
# File 'lib/vmware/soap/vim25.rb', line 2930

def initialize(dynamicType = nil, dynamicProperty = [], expr = [], stateOperator = [], metricOperator = [], hostSystemConnectionState = [], virtualMachinePowerState = [], entityStatus = [], action = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @expr = expr
  @stateOperator = stateOperator
  @metricOperator = metricOperator
  @hostSystemConnectionState = hostSystemConnectionState
  @virtualMachinePowerState = virtualMachinePowerState
  @entityStatus = entityStatus
  @action = action
end

Instance Attribute Details

#actionObject

Returns the value of attribute action.



2928
2929
2930
# File 'lib/vmware/soap/vim25.rb', line 2928

def action
  @action
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2921
2922
2923
# File 'lib/vmware/soap/vim25.rb', line 2921

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2920
2921
2922
# File 'lib/vmware/soap/vim25.rb', line 2920

def dynamicType
  @dynamicType
end

#entityStatusObject

Returns the value of attribute entityStatus.



2927
2928
2929
# File 'lib/vmware/soap/vim25.rb', line 2927

def entityStatus
  @entityStatus
end

#exprObject

Returns the value of attribute expr.



2922
2923
2924
# File 'lib/vmware/soap/vim25.rb', line 2922

def expr
  @expr
end

#hostSystemConnectionStateObject

Returns the value of attribute hostSystemConnectionState.



2925
2926
2927
# File 'lib/vmware/soap/vim25.rb', line 2925

def hostSystemConnectionState
  @hostSystemConnectionState
end

#metricOperatorObject

Returns the value of attribute metricOperator.



2924
2925
2926
# File 'lib/vmware/soap/vim25.rb', line 2924

def metricOperator
  @metricOperator
end

#stateOperatorObject

Returns the value of attribute stateOperator.



2923
2924
2925
# File 'lib/vmware/soap/vim25.rb', line 2923

def stateOperator
  @stateOperator
end

#virtualMachinePowerStateObject

Returns the value of attribute virtualMachinePowerState.



2926
2927
2928
# File 'lib/vmware/soap/vim25.rb', line 2926

def virtualMachinePowerState
  @virtualMachinePowerState
end