Class: DrsVmMigratedEvent
- Inherits:
-
VmMigratedEvent
- Object
- DynamicData
- Event
- VmEvent
- VmMigratedEvent
- DrsVmMigratedEvent
- 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
-
#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.
-
#sourceHost ⇒ Object
Returns the value of attribute sourceHost.
-
#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, sourceHost = nil) ⇒ DrsVmMigratedEvent
constructor
A new instance of DrsVmMigratedEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
9647 9648 9649 |
# File 'lib/vmware/soap/vim25.rb', line 9647 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9651 9652 9653 |
# File 'lib/vmware/soap/vim25.rb', line 9651 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9648 9649 9650 |
# File 'lib/vmware/soap/vim25.rb', line 9648 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9650 9651 9652 |
# File 'lib/vmware/soap/vim25.rb', line 9650 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9645 9646 9647 |
# File 'lib/vmware/soap/vim25.rb', line 9645 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9644 9645 9646 |
# File 'lib/vmware/soap/vim25.rb', line 9644 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9654 9655 9656 |
# File 'lib/vmware/soap/vim25.rb', line 9654 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9652 9653 9654 |
# File 'lib/vmware/soap/vim25.rb', line 9652 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9646 9647 9648 |
# File 'lib/vmware/soap/vim25.rb', line 9646 def key @key end |
#sourceHost ⇒ Object
Returns the value of attribute sourceHost.
9656 9657 9658 |
# File 'lib/vmware/soap/vim25.rb', line 9656 def sourceHost @sourceHost end |
#template ⇒ Object
Returns the value of attribute template.
9655 9656 9657 |
# File 'lib/vmware/soap/vim25.rb', line 9655 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9649 9650 9651 |
# File 'lib/vmware/soap/vim25.rb', line 9649 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9653 9654 9655 |
# File 'lib/vmware/soap/vim25.rb', line 9653 def vm @vm end |