Class: VmFailedMigrateEvent

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

Overview

urn:vim25VmFailedMigrateEvent

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
destHost - HostEventArgument
reason - LocalizedMethodFault

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, destHost = nil, reason = nil) ⇒ VmFailedMigrateEvent

Returns a new instance of VmFailedMigrateEvent.



9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
# File 'lib/vmware/soap/vim25.rb', line 9565

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, destHost = nil, reason = 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
  @destHost = destHost
  @reason = reason
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



9553
9554
9555
# File 'lib/vmware/soap/vim25.rb', line 9553

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9557
9558
9559
# File 'lib/vmware/soap/vim25.rb', line 9557

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9554
9555
9556
# File 'lib/vmware/soap/vim25.rb', line 9554

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9556
9557
9558
# File 'lib/vmware/soap/vim25.rb', line 9556

def datacenter
  @datacenter
end

#destHostObject

Returns the value of attribute destHost.



9562
9563
9564
# File 'lib/vmware/soap/vim25.rb', line 9562

def destHost
  @destHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9551
9552
9553
# File 'lib/vmware/soap/vim25.rb', line 9551

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9550
9551
9552
# File 'lib/vmware/soap/vim25.rb', line 9550

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9560
9561
9562
# File 'lib/vmware/soap/vim25.rb', line 9560

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9558
9559
9560
# File 'lib/vmware/soap/vim25.rb', line 9558

def host
  @host
end

#keyObject

Returns the value of attribute key.



9552
9553
9554
# File 'lib/vmware/soap/vim25.rb', line 9552

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



9563
9564
9565
# File 'lib/vmware/soap/vim25.rb', line 9563

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



9561
9562
9563
# File 'lib/vmware/soap/vim25.rb', line 9561

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9555
9556
9557
# File 'lib/vmware/soap/vim25.rb', line 9555

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9559
9560
9561
# File 'lib/vmware/soap/vim25.rb', line 9559

def vm
  @vm
end