Class: VmMigratedEvent

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

Overview

urn:vim25VmMigratedEvent

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

Direct Known Subclasses

DrsVmMigratedEvent

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

Returns a new instance of VmMigratedEvent.



9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
# File 'lib/vmware/soap/vim25.rb', line 9612

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.



9601
9602
9603
# File 'lib/vmware/soap/vim25.rb', line 9601

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9605
9606
9607
# File 'lib/vmware/soap/vim25.rb', line 9605

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9602
9603
9604
# File 'lib/vmware/soap/vim25.rb', line 9602

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9604
9605
9606
# File 'lib/vmware/soap/vim25.rb', line 9604

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9599
9600
9601
# File 'lib/vmware/soap/vim25.rb', line 9599

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9598
9599
9600
# File 'lib/vmware/soap/vim25.rb', line 9598

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9608
9609
9610
# File 'lib/vmware/soap/vim25.rb', line 9608

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9606
9607
9608
# File 'lib/vmware/soap/vim25.rb', line 9606

def host
  @host
end

#keyObject

Returns the value of attribute key.



9600
9601
9602
# File 'lib/vmware/soap/vim25.rb', line 9600

def key
  @key
end

#sourceHostObject

Returns the value of attribute sourceHost.



9610
9611
9612
# File 'lib/vmware/soap/vim25.rb', line 9610

def sourceHost
  @sourceHost
end

#templateObject

Returns the value of attribute template.



9609
9610
9611
# File 'lib/vmware/soap/vim25.rb', line 9609

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9603
9604
9605
# File 'lib/vmware/soap/vim25.rb', line 9603

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9607
9608
9609
# File 'lib/vmware/soap/vim25.rb', line 9607

def vm
  @vm
end