Class: DrsVmMigratedEvent

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

Overview

urn:vim25DrsVmMigratedEvent

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
sourceHost - 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, sourceHost = nil) ⇒ DrsVmMigratedEvent

Returns a new instance of DrsVmMigratedEvent.



9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
# File 'lib/vmware/soap/vim25.rb', line 9658

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, sourceHost = 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
  @sourceHost = sourceHost
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



9647
9648
9649
# File 'lib/vmware/soap/vim25.rb', line 9647

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9651
9652
9653
# File 'lib/vmware/soap/vim25.rb', line 9651

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9648
9649
9650
# File 'lib/vmware/soap/vim25.rb', line 9648

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9650
9651
9652
# File 'lib/vmware/soap/vim25.rb', line 9650

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9645
9646
9647
# File 'lib/vmware/soap/vim25.rb', line 9645

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9644
9645
9646
# File 'lib/vmware/soap/vim25.rb', line 9644

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9654
9655
9656
# File 'lib/vmware/soap/vim25.rb', line 9654

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9652
9653
9654
# File 'lib/vmware/soap/vim25.rb', line 9652

def host
  @host
end

#keyObject

Returns the value of attribute key.



9646
9647
9648
# File 'lib/vmware/soap/vim25.rb', line 9646

def key
  @key
end

#sourceHostObject

Returns the value of attribute sourceHost.



9656
9657
9658
# File 'lib/vmware/soap/vim25.rb', line 9656

def sourceHost
  @sourceHost
end

#templateObject

Returns the value of attribute template.



9655
9656
9657
# File 'lib/vmware/soap/vim25.rb', line 9655

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9649
9650
9651
# File 'lib/vmware/soap/vim25.rb', line 9649

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9653
9654
9655
# File 'lib/vmware/soap/vim25.rb', line 9653

def vm
  @vm
end