Class: TemplateUpgradeEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- TemplateUpgradeEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TemplateUpgradeEvent
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
legacyTemplate - SOAP::SOAPString
Direct Known Subclasses
TemplateBeingUpgradedEvent, TemplateUpgradeFailedEvent, TemplateUpgradedEvent
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.
-
#legacyTemplate ⇒ Object
Returns the value of attribute legacyTemplate.
-
#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, legacyTemplate = nil) ⇒ TemplateUpgradeEvent
constructor
A new instance of TemplateUpgradeEvent.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, legacyTemplate = nil) ⇒ TemplateUpgradeEvent
Returns a new instance of TemplateUpgradeEvent.
16224 16225 16226 16227 16228 16229 16230 16231 16232 16233 16234 16235 16236 16237 |
# File 'lib/vmware/soap/vim25.rb', line 16224 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, legacyTemplate = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @legacyTemplate = legacyTemplate end |
Instance Attribute Details
permalink #chainId ⇒ Object
Returns the value of attribute chainId.
16214 16215 16216 |
# File 'lib/vmware/soap/vim25.rb', line 16214 def chainId @chainId end |
permalink #computeResource ⇒ Object
Returns the value of attribute computeResource.
16218 16219 16220 |
# File 'lib/vmware/soap/vim25.rb', line 16218 def computeResource @computeResource end |
permalink #createdTime ⇒ Object
Returns the value of attribute createdTime.
16215 16216 16217 |
# File 'lib/vmware/soap/vim25.rb', line 16215 def createdTime @createdTime end |
permalink #datacenter ⇒ Object
Returns the value of attribute datacenter.
16217 16218 16219 |
# File 'lib/vmware/soap/vim25.rb', line 16217 def datacenter @datacenter end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16212 16213 16214 |
# File 'lib/vmware/soap/vim25.rb', line 16212 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16211 16212 16213 |
# File 'lib/vmware/soap/vim25.rb', line 16211 def dynamicType @dynamicType end |
permalink #fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
16221 16222 16223 |
# File 'lib/vmware/soap/vim25.rb', line 16221 def fullFormattedMessage @fullFormattedMessage end |
permalink #host ⇒ Object
Returns the value of attribute host.
16219 16220 16221 |
# File 'lib/vmware/soap/vim25.rb', line 16219 def host @host end |
permalink #key ⇒ Object
Returns the value of attribute key.
16213 16214 16215 |
# File 'lib/vmware/soap/vim25.rb', line 16213 def key @key end |
permalink #legacyTemplate ⇒ Object
Returns the value of attribute legacyTemplate.
16222 16223 16224 |
# File 'lib/vmware/soap/vim25.rb', line 16222 def legacyTemplate @legacyTemplate end |
permalink #userName ⇒ Object
Returns the value of attribute userName.
16216 16217 16218 |
# File 'lib/vmware/soap/vim25.rb', line 16216 def userName @userName end |
permalink #vm ⇒ Object
Returns the value of attribute vm.
16220 16221 16222 |
# File 'lib/vmware/soap/vim25.rb', line 16220 def vm @vm end |