Class: VmDasUpdateErrorEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmDasUpdateErrorEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmDasUpdateErrorEvent
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) ⇒ VmDasUpdateErrorEvent
constructor
A new instance of VmDasUpdateErrorEvent.
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) ⇒ VmDasUpdateErrorEvent
Returns a new instance of VmDasUpdateErrorEvent.
11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 |
# File 'lib/vmware/soap/vim25.rb', line 11720 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.
11710 11711 11712 |
# File 'lib/vmware/soap/vim25.rb', line 11710 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11714 11715 11716 |
# File 'lib/vmware/soap/vim25.rb', line 11714 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11711 11712 11713 |
# File 'lib/vmware/soap/vim25.rb', line 11711 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11713 11714 11715 |
# File 'lib/vmware/soap/vim25.rb', line 11713 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11708 11709 11710 |
# File 'lib/vmware/soap/vim25.rb', line 11708 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11707 11708 11709 |
# File 'lib/vmware/soap/vim25.rb', line 11707 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11717 11718 11719 |
# File 'lib/vmware/soap/vim25.rb', line 11717 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11715 11716 11717 |
# File 'lib/vmware/soap/vim25.rb', line 11715 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11709 11710 11711 |
# File 'lib/vmware/soap/vim25.rb', line 11709 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
11718 11719 11720 |
# File 'lib/vmware/soap/vim25.rb', line 11718 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11712 11713 11714 |
# File 'lib/vmware/soap/vim25.rb', line 11712 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11716 11717 11718 |
# File 'lib/vmware/soap/vim25.rb', line 11716 def vm @vm end |