Class: VmBeingMigratedEvent

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

Overview

urn:vim25VmBeingMigratedEvent

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

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

Returns a new instance of VmBeingMigratedEvent.



9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
# File 'lib/vmware/soap/vim25.rb', line 9517

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)
  @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
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



9506
9507
9508
# File 'lib/vmware/soap/vim25.rb', line 9506

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9510
9511
9512
# File 'lib/vmware/soap/vim25.rb', line 9510

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9507
9508
9509
# File 'lib/vmware/soap/vim25.rb', line 9507

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9509
9510
9511
# File 'lib/vmware/soap/vim25.rb', line 9509

def datacenter
  @datacenter
end

#destHostObject

Returns the value of attribute destHost.



9515
9516
9517
# File 'lib/vmware/soap/vim25.rb', line 9515

def destHost
  @destHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9504
9505
9506
# File 'lib/vmware/soap/vim25.rb', line 9504

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9503
9504
9505
# File 'lib/vmware/soap/vim25.rb', line 9503

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9513
9514
9515
# File 'lib/vmware/soap/vim25.rb', line 9513

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9511
9512
9513
# File 'lib/vmware/soap/vim25.rb', line 9511

def host
  @host
end

#keyObject

Returns the value of attribute key.



9505
9506
9507
# File 'lib/vmware/soap/vim25.rb', line 9505

def key
  @key
end

#templateObject

Returns the value of attribute template.



9514
9515
9516
# File 'lib/vmware/soap/vim25.rb', line 9514

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9508
9509
9510
# File 'lib/vmware/soap/vim25.rb', line 9508

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9512
9513
9514
# File 'lib/vmware/soap/vim25.rb', line 9512

def vm
  @vm
end