Class: TaskTimeoutEvent

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

Overview

urn:vim25TaskTimeoutEvent

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
info - TaskInfo

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, info = nil) ⇒ TaskTimeoutEvent

Returns a new instance of TaskTimeoutEvent.



14546
14547
14548
14549
14550
14551
14552
14553
14554
14555
14556
14557
14558
14559
# File 'lib/vmware/soap/vim25.rb', line 14546

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



14536
14537
14538
# File 'lib/vmware/soap/vim25.rb', line 14536

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14540
14541
14542
# File 'lib/vmware/soap/vim25.rb', line 14540

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14537
14538
14539
# File 'lib/vmware/soap/vim25.rb', line 14537

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14539
14540
14541
# File 'lib/vmware/soap/vim25.rb', line 14539

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14534
14535
14536
# File 'lib/vmware/soap/vim25.rb', line 14534

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14533
14534
14535
# File 'lib/vmware/soap/vim25.rb', line 14533

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14543
14544
14545
# File 'lib/vmware/soap/vim25.rb', line 14543

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14541
14542
14543
# File 'lib/vmware/soap/vim25.rb', line 14541

def host
  @host
end

#infoObject

Returns the value of attribute info.



14544
14545
14546
# File 'lib/vmware/soap/vim25.rb', line 14544

def info
  @info
end

#keyObject

Returns the value of attribute key.



14535
14536
14537
# File 'lib/vmware/soap/vim25.rb', line 14535

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



14538
14539
14540
# File 'lib/vmware/soap/vim25.rb', line 14538

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14542
14543
14544
# File 'lib/vmware/soap/vim25.rb', line 14542

def vm
  @vm
end