Class: ScheduledTaskReconfiguredEvent

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

Overview

urn:vim25ScheduledTaskReconfiguredEvent

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) ⇒ ScheduledTaskReconfiguredEvent

Returns a new instance of ScheduledTaskReconfiguredEvent.

[View source]

12798
12799
12800
12801
12802
12803
12804
12805
12806
12807
12808
12809
12810
12811
12812
# File 'lib/vmware/soap/vim25.rb', line 12798

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.


12787
12788
12789
# File 'lib/vmware/soap/vim25.rb', line 12787

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


12791
12792
12793
# File 'lib/vmware/soap/vim25.rb', line 12791

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


12788
12789
12790
# File 'lib/vmware/soap/vim25.rb', line 12788

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


12790
12791
12792
# File 'lib/vmware/soap/vim25.rb', line 12790

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


12785
12786
12787
# File 'lib/vmware/soap/vim25.rb', line 12785

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


12784
12785
12786
# File 'lib/vmware/soap/vim25.rb', line 12784

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.


12796
12797
12798
# File 'lib/vmware/soap/vim25.rb', line 12796

def entity
  @entity
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


12794
12795
12796
# File 'lib/vmware/soap/vim25.rb', line 12794

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


12792
12793
12794
# File 'lib/vmware/soap/vim25.rb', line 12792

def host
  @host
end

#keyObject

Returns the value of attribute key.


12786
12787
12788
# File 'lib/vmware/soap/vim25.rb', line 12786

def key
  @key
end

#scheduledTaskObject

Returns the value of attribute scheduledTask.


12795
12796
12797
# File 'lib/vmware/soap/vim25.rb', line 12795

def scheduledTask
  @scheduledTask
end

#userNameObject

Returns the value of attribute userName.


12789
12790
12791
# File 'lib/vmware/soap/vim25.rb', line 12789

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


12793
12794
12795
# File 'lib/vmware/soap/vim25.rb', line 12793

def vm
  @vm
end