Class: VmEmigratingEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmEmigratingEvent
- 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
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#template ⇒ Object
Returns the value of attribute template.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#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
constructor
A new instance of VmEmigratingEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
9876 9877 9878 |
# File 'lib/vmware/soap/vim25.rb', line 9876 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9880 9881 9882 |
# File 'lib/vmware/soap/vim25.rb', line 9880 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9877 9878 9879 |
# File 'lib/vmware/soap/vim25.rb', line 9877 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9879 9880 9881 |
# File 'lib/vmware/soap/vim25.rb', line 9879 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9874 9875 9876 |
# File 'lib/vmware/soap/vim25.rb', line 9874 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9873 9874 9875 |
# File 'lib/vmware/soap/vim25.rb', line 9873 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9883 9884 9885 |
# File 'lib/vmware/soap/vim25.rb', line 9883 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9881 9882 9883 |
# File 'lib/vmware/soap/vim25.rb', line 9881 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9875 9876 9877 |
# File 'lib/vmware/soap/vim25.rb', line 9875 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
9884 9885 9886 |
# File 'lib/vmware/soap/vim25.rb', line 9884 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9878 9879 9880 |
# File 'lib/vmware/soap/vim25.rb', line 9878 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9882 9883 9884 |
# File 'lib/vmware/soap/vim25.rb', line 9882 def vm @vm end |