Class: VmDasUpdateOkEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmDasUpdateOkEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmDasUpdateOkEvent
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) ⇒ VmDasUpdateOkEvent
constructor
A new instance of VmDasUpdateOkEvent.
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) ⇒ VmDasUpdateOkEvent
Returns a new instance of VmDasUpdateOkEvent.
11806 11807 11808 11809 11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 |
# File 'lib/vmware/soap/vim25.rb', line 11806 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.
11796 11797 11798 |
# File 'lib/vmware/soap/vim25.rb', line 11796 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11800 11801 11802 |
# File 'lib/vmware/soap/vim25.rb', line 11800 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11797 11798 11799 |
# File 'lib/vmware/soap/vim25.rb', line 11797 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11799 11800 11801 |
# File 'lib/vmware/soap/vim25.rb', line 11799 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11794 11795 11796 |
# File 'lib/vmware/soap/vim25.rb', line 11794 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11793 11794 11795 |
# File 'lib/vmware/soap/vim25.rb', line 11793 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11803 11804 11805 |
# File 'lib/vmware/soap/vim25.rb', line 11803 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11801 11802 11803 |
# File 'lib/vmware/soap/vim25.rb', line 11801 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11795 11796 11797 |
# File 'lib/vmware/soap/vim25.rb', line 11795 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
11804 11805 11806 |
# File 'lib/vmware/soap/vim25.rb', line 11804 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11798 11799 11800 |
# File 'lib/vmware/soap/vim25.rb', line 11798 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11802 11803 11804 |
# File 'lib/vmware/soap/vim25.rb', line 11802 def vm @vm end |