Class: EventFilterSpec

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

Overview

urn:vim25EventFilterSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - EventFilterSpecByEntity
time - EventFilterSpecByTime
userName - EventFilterSpecByUsername
eventChainId - SOAP::SOAPInt
alarm - ManagedObjectReference
scheduledTask - ManagedObjectReference
disableFullMessage - SOAP::SOAPBoolean
category - SOAP::SOAPString
type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, time = nil, userName = nil, eventChainId = nil, alarm = nil, scheduledTask = nil, disableFullMessage = nil, category = [], type = []) ⇒ EventFilterSpec

Returns a new instance of EventFilterSpec.


16853
16854
16855
16856
16857
16858
16859
16860
16861
16862
16863
16864
16865
# File 'lib/vmware/soap/vim25.rb', line 16853

def initialize(dynamicType = nil, dynamicProperty = [], entity = nil, time = nil, userName = nil, eventChainId = nil, alarm = nil, scheduledTask = nil, disableFullMessage = nil, category = [], type = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @entity = entity
  @time = time
  @userName = userName
  @eventChainId = eventChainId
  @alarm = alarm
  @scheduledTask = scheduledTask
  @disableFullMessage = disableFullMessage
  @category = category
  @type = type
end

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.


16847
16848
16849
# File 'lib/vmware/soap/vim25.rb', line 16847

def alarm
  @alarm
end

#categoryObject

Returns the value of attribute category.


16850
16851
16852
# File 'lib/vmware/soap/vim25.rb', line 16850

def category
  @category
end

#disableFullMessageObject

Returns the value of attribute disableFullMessage.


16849
16850
16851
# File 'lib/vmware/soap/vim25.rb', line 16849

def disableFullMessage
  @disableFullMessage
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


16842
16843
16844
# File 'lib/vmware/soap/vim25.rb', line 16842

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


16841
16842
16843
# File 'lib/vmware/soap/vim25.rb', line 16841

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.


16843
16844
16845
# File 'lib/vmware/soap/vim25.rb', line 16843

def entity
  @entity
end

#eventChainIdObject

Returns the value of attribute eventChainId.


16846
16847
16848
# File 'lib/vmware/soap/vim25.rb', line 16846

def eventChainId
  @eventChainId
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.


16848
16849
16850
# File 'lib/vmware/soap/vim25.rb', line 16848

def scheduledTask
  @scheduledTask
end

#timeObject

Returns the value of attribute time.


16844
16845
16846
# File 'lib/vmware/soap/vim25.rb', line 16844

def time
  @time
end

#typeObject

Returns the value of attribute type.


16851
16852
16853
# File 'lib/vmware/soap/vim25.rb', line 16851

def type
  @type
end

#userNameObject

Returns the value of attribute userName.


16845
16846
16847
# File 'lib/vmware/soap/vim25.rb', line 16845

def userName
  @userName
end