Class: ErrorUpgradeEvent
- Inherits:
-
UpgradeEvent
- Object
- DynamicData
- Event
- UpgradeEvent
- ErrorUpgradeEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ErrorUpgradeEvent
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
- SOAP::SOAPString
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.
-
#message ⇒ Object
Returns the value of attribute message.
-
#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, message = nil) ⇒ ErrorUpgradeEvent
constructor
A new instance of ErrorUpgradeEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, message = nil) ⇒ ErrorUpgradeEvent
Returns a new instance of ErrorUpgradeEvent.
4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 |
# File 'lib/vmware/soap/vim25.rb', line 4907 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @message = end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4897 4898 4899 |
# File 'lib/vmware/soap/vim25.rb', line 4897 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4901 4902 4903 |
# File 'lib/vmware/soap/vim25.rb', line 4901 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4898 4899 4900 |
# File 'lib/vmware/soap/vim25.rb', line 4898 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4900 4901 4902 |
# File 'lib/vmware/soap/vim25.rb', line 4900 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4895 4896 4897 |
# File 'lib/vmware/soap/vim25.rb', line 4895 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4894 4895 4896 |
# File 'lib/vmware/soap/vim25.rb', line 4894 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4904 4905 4906 |
# File 'lib/vmware/soap/vim25.rb', line 4904 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4902 4903 4904 |
# File 'lib/vmware/soap/vim25.rb', line 4902 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4896 4897 4898 |
# File 'lib/vmware/soap/vim25.rb', line 4896 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
4905 4906 4907 |
# File 'lib/vmware/soap/vim25.rb', line 4905 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
4899 4900 4901 |
# File 'lib/vmware/soap/vim25.rb', line 4899 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4903 4904 4905 |
# File 'lib/vmware/soap/vim25.rb', line 4903 def vm @vm end |