Class: VmBeingHotMigratedEvent

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

Overview

urn:vim25VmBeingHotMigratedEvent

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

Returns a new instance of VmBeingHotMigratedEvent.



9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
9052
9053
# File 'lib/vmware/soap/vim25.rb', line 9039

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.



9028
9029
9030
# File 'lib/vmware/soap/vim25.rb', line 9028

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9032
9033
9034
# File 'lib/vmware/soap/vim25.rb', line 9032

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9029
9030
9031
# File 'lib/vmware/soap/vim25.rb', line 9029

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9031
9032
9033
# File 'lib/vmware/soap/vim25.rb', line 9031

def datacenter
  @datacenter
end

#destHostObject

Returns the value of attribute destHost.



9037
9038
9039
# File 'lib/vmware/soap/vim25.rb', line 9037

def destHost
  @destHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9026
9027
9028
# File 'lib/vmware/soap/vim25.rb', line 9026

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9025
9026
9027
# File 'lib/vmware/soap/vim25.rb', line 9025

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9035
9036
9037
# File 'lib/vmware/soap/vim25.rb', line 9035

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9033
9034
9035
# File 'lib/vmware/soap/vim25.rb', line 9033

def host
  @host
end

#keyObject

Returns the value of attribute key.



9027
9028
9029
# File 'lib/vmware/soap/vim25.rb', line 9027

def key
  @key
end

#templateObject

Returns the value of attribute template.



9036
9037
9038
# File 'lib/vmware/soap/vim25.rb', line 9036

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9030
9031
9032
# File 'lib/vmware/soap/vim25.rb', line 9030

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9034
9035
9036
# File 'lib/vmware/soap/vim25.rb', line 9034

def vm
  @vm
end