Class: VmEmigratingEvent

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

Overview

urn:vim25VmEmigratingEvent

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

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

Returns a new instance of VmEmigratingEvent.



9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
# File 'lib/vmware/soap/vim25.rb', line 9886

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)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @template = template
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



9876
9877
9878
# File 'lib/vmware/soap/vim25.rb', line 9876

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9880
9881
9882
# File 'lib/vmware/soap/vim25.rb', line 9880

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9877
9878
9879
# File 'lib/vmware/soap/vim25.rb', line 9877

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9879
9880
9881
# File 'lib/vmware/soap/vim25.rb', line 9879

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9874
9875
9876
# File 'lib/vmware/soap/vim25.rb', line 9874

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9873
9874
9875
# File 'lib/vmware/soap/vim25.rb', line 9873

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9883
9884
9885
# File 'lib/vmware/soap/vim25.rb', line 9883

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9881
9882
9883
# File 'lib/vmware/soap/vim25.rb', line 9881

def host
  @host
end

#keyObject

Returns the value of attribute key.



9875
9876
9877
# File 'lib/vmware/soap/vim25.rb', line 9875

def key
  @key
end

#templateObject

Returns the value of attribute template.



9884
9885
9886
# File 'lib/vmware/soap/vim25.rb', line 9884

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9878
9879
9880
# File 'lib/vmware/soap/vim25.rb', line 9878

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9882
9883
9884
# File 'lib/vmware/soap/vim25.rb', line 9882

def vm
  @vm
end