Class: ScheduledTaskEvent

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

Overview

urn:vim25ScheduledTaskEvent

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
scheduledTask - ScheduledTaskEventArgument
entity - ManagedEntityEventArgument

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, scheduledTask = nil, entity = nil) ⇒ ScheduledTaskEvent

Returns a new instance of ScheduledTaskEvent.



12614
12615
12616
12617
12618
12619
12620
12621
12622
12623
12624
12625
12626
12627
12628
# File 'lib/vmware/soap/vim25.rb', line 12614

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, scheduledTask = nil, entity = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @scheduledTask = scheduledTask
  @entity = entity
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



12603
12604
12605
# File 'lib/vmware/soap/vim25.rb', line 12603

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12607
12608
12609
# File 'lib/vmware/soap/vim25.rb', line 12607

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12604
12605
12606
# File 'lib/vmware/soap/vim25.rb', line 12604

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12606
12607
12608
# File 'lib/vmware/soap/vim25.rb', line 12606

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12601
12602
12603
# File 'lib/vmware/soap/vim25.rb', line 12601

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12600
12601
12602
# File 'lib/vmware/soap/vim25.rb', line 12600

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



12612
12613
12614
# File 'lib/vmware/soap/vim25.rb', line 12612

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12610
12611
12612
# File 'lib/vmware/soap/vim25.rb', line 12610

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12608
12609
12610
# File 'lib/vmware/soap/vim25.rb', line 12608

def host
  @host
end

#keyObject

Returns the value of attribute key.



12602
12603
12604
# File 'lib/vmware/soap/vim25.rb', line 12602

def key
  @key
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.



12611
12612
12613
# File 'lib/vmware/soap/vim25.rb', line 12611

def scheduledTask
  @scheduledTask
end

#userNameObject

Returns the value of attribute userName.



12605
12606
12607
# File 'lib/vmware/soap/vim25.rb', line 12605

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12609
12610
12611
# File 'lib/vmware/soap/vim25.rb', line 12609

def vm
  @vm
end