Class: VmUpgradeFailedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmUpgradeFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmUpgradeFailedEvent
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) ⇒ VmUpgradeFailedEvent
constructor
A new instance of VmUpgradeFailedEvent.
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) ⇒ VmUpgradeFailedEvent
Returns a new instance of VmUpgradeFailedEvent.
10941 10942 10943 10944 10945 10946 10947 10948 10949 10950 10951 10952 10953 10954 |
# File 'lib/vmware/soap/vim25.rb', line 10941 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.
10931 10932 10933 |
# File 'lib/vmware/soap/vim25.rb', line 10931 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10935 10936 10937 |
# File 'lib/vmware/soap/vim25.rb', line 10935 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10932 10933 10934 |
# File 'lib/vmware/soap/vim25.rb', line 10932 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10934 10935 10936 |
# File 'lib/vmware/soap/vim25.rb', line 10934 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10929 10930 10931 |
# File 'lib/vmware/soap/vim25.rb', line 10929 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10928 10929 10930 |
# File 'lib/vmware/soap/vim25.rb', line 10928 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10938 10939 10940 |
# File 'lib/vmware/soap/vim25.rb', line 10938 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10936 10937 10938 |
# File 'lib/vmware/soap/vim25.rb', line 10936 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10930 10931 10932 |
# File 'lib/vmware/soap/vim25.rb', line 10930 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
10939 10940 10941 |
# File 'lib/vmware/soap/vim25.rb', line 10939 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10933 10934 10935 |
# File 'lib/vmware/soap/vim25.rb', line 10933 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
10937 10938 10939 |
# File 'lib/vmware/soap/vim25.rb', line 10937 def vm @vm end |