Class: MigrationResourceErrorEvent

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

Overview

urn:vim25MigrationResourceErrorEvent

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
template - SOAP::SOAPBoolean
fault - LocalizedMethodFault
dstPool - ResourcePoolEventArgument
dstHost - HostEventArgument

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, template = nil, fault = nil, dstPool = nil, dstHost = nil) ⇒ MigrationResourceErrorEvent

Returns a new instance of MigrationResourceErrorEvent.



12143
12144
12145
12146
12147
12148
12149
12150
12151
12152
12153
12154
12155
12156
12157
12158
12159
# File 'lib/vmware/soap/vim25.rb', line 12143

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



12130
12131
12132
# File 'lib/vmware/soap/vim25.rb', line 12130

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12134
12135
12136
# File 'lib/vmware/soap/vim25.rb', line 12134

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12131
12132
12133
# File 'lib/vmware/soap/vim25.rb', line 12131

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12133
12134
12135
# File 'lib/vmware/soap/vim25.rb', line 12133

def datacenter
  @datacenter
end

#dstHostObject

Returns the value of attribute dstHost.



12141
12142
12143
# File 'lib/vmware/soap/vim25.rb', line 12141

def dstHost
  @dstHost
end

#dstPoolObject

Returns the value of attribute dstPool.



12140
12141
12142
# File 'lib/vmware/soap/vim25.rb', line 12140

def dstPool
  @dstPool
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12128
12129
12130
# File 'lib/vmware/soap/vim25.rb', line 12128

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12127
12128
12129
# File 'lib/vmware/soap/vim25.rb', line 12127

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



12139
12140
12141
# File 'lib/vmware/soap/vim25.rb', line 12139

def fault
  @fault
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12137
12138
12139
# File 'lib/vmware/soap/vim25.rb', line 12137

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12135
12136
12137
# File 'lib/vmware/soap/vim25.rb', line 12135

def host
  @host
end

#keyObject

Returns the value of attribute key.



12129
12130
12131
# File 'lib/vmware/soap/vim25.rb', line 12129

def key
  @key
end

#templateObject

Returns the value of attribute template.



12138
12139
12140
# File 'lib/vmware/soap/vim25.rb', line 12138

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



12132
12133
12134
# File 'lib/vmware/soap/vim25.rb', line 12132

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12136
12137
12138
# File 'lib/vmware/soap/vim25.rb', line 12136

def vm
  @vm
end