Class: TaskFilterSpec

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

Overview

urn:vim25TaskFilterSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - TaskFilterSpecByEntity
time - TaskFilterSpecByTime
userName - TaskFilterSpecByUsername
state - TaskInfoState
alarm - ManagedObjectReference
scheduledTask - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, time = nil, userName = nil, state = [], alarm = nil, scheduledTask = nil) ⇒ TaskFilterSpec

Returns a new instance of TaskFilterSpec.



2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
# File 'lib/vmware/soap/vim25.rb', line 2425

def initialize(dynamicType = nil, dynamicProperty = [], entity = nil, time = nil, userName = nil, state = [], alarm = nil, scheduledTask = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @entity = entity
  @time = time
  @userName = userName
  @state = state
  @alarm = alarm
  @scheduledTask = scheduledTask
end

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



2422
2423
2424
# File 'lib/vmware/soap/vim25.rb', line 2422

def alarm
  @alarm
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2417
2418
2419
# File 'lib/vmware/soap/vim25.rb', line 2417

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2416
2417
2418
# File 'lib/vmware/soap/vim25.rb', line 2416

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



2418
2419
2420
# File 'lib/vmware/soap/vim25.rb', line 2418

def entity
  @entity
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.



2423
2424
2425
# File 'lib/vmware/soap/vim25.rb', line 2423

def scheduledTask
  @scheduledTask
end

#stateObject

Returns the value of attribute state.



2421
2422
2423
# File 'lib/vmware/soap/vim25.rb', line 2421

def state
  @state
end

#timeObject

Returns the value of attribute time.



2419
2420
2421
# File 'lib/vmware/soap/vim25.rb', line 2419

def time
  @time
end

#userNameObject

Returns the value of attribute userName.



2420
2421
2422
# File 'lib/vmware/soap/vim25.rb', line 2420

def userName
  @userName
end