Class: TemplateUpgradedEvent
- Inherits:
-
TemplateUpgradeEvent
- Object
- DynamicData
- Event
- TemplateUpgradeEvent
- TemplateUpgradedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TemplateUpgradedEvent
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
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) ⇒ TemplateUpgradedEvent
constructor
A new instance of TemplateUpgradedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, legacyTemplate = nil) ⇒ TemplateUpgradedEvent
Returns a new instance of TemplateUpgradedEvent.
16356 16357 16358 16359 16360 16361 16362 16363 16364 16365 16366 16367 16368 16369 |
# File 'lib/vmware/soap/vim25.rb', line 16356 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
#chainId ⇒ Object
Returns the value of attribute chainId.
16346 16347 16348 |
# File 'lib/vmware/soap/vim25.rb', line 16346 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
16350 16351 16352 |
# File 'lib/vmware/soap/vim25.rb', line 16350 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
16347 16348 16349 |
# File 'lib/vmware/soap/vim25.rb', line 16347 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
16349 16350 16351 |
# File 'lib/vmware/soap/vim25.rb', line 16349 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16344 16345 16346 |
# File 'lib/vmware/soap/vim25.rb', line 16344 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16343 16344 16345 |
# File 'lib/vmware/soap/vim25.rb', line 16343 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
16353 16354 16355 |
# File 'lib/vmware/soap/vim25.rb', line 16353 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
16351 16352 16353 |
# File 'lib/vmware/soap/vim25.rb', line 16351 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
16345 16346 16347 |
# File 'lib/vmware/soap/vim25.rb', line 16345 def key @key end |
#legacyTemplate ⇒ Object
Returns the value of attribute legacyTemplate.
16354 16355 16356 |
# File 'lib/vmware/soap/vim25.rb', line 16354 def legacyTemplate @legacyTemplate end |
#userName ⇒ Object
Returns the value of attribute userName.
16348 16349 16350 |
# File 'lib/vmware/soap/vim25.rb', line 16348 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
16352 16353 16354 |
# File 'lib/vmware/soap/vim25.rb', line 16352 def vm @vm end |