Class: TemplateBeingUpgradedEvent
- Inherits:
-
TemplateUpgradeEvent
- Object
- DynamicData
- Event
- TemplateUpgradeEvent
- TemplateBeingUpgradedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TemplateBeingUpgradedEvent
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) ⇒ TemplateBeingUpgradedEvent
constructor
A new instance of TemplateBeingUpgradedEvent.
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) ⇒ TemplateBeingUpgradedEvent
Returns a new instance of TemplateBeingUpgradedEvent.
16267 16268 16269 16270 16271 16272 16273 16274 16275 16276 16277 16278 16279 16280 |
# File 'lib/vmware/soap/vim25.rb', line 16267 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.
16257 16258 16259 |
# File 'lib/vmware/soap/vim25.rb', line 16257 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
16261 16262 16263 |
# File 'lib/vmware/soap/vim25.rb', line 16261 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
16258 16259 16260 |
# File 'lib/vmware/soap/vim25.rb', line 16258 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
16260 16261 16262 |
# File 'lib/vmware/soap/vim25.rb', line 16260 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16255 16256 16257 |
# File 'lib/vmware/soap/vim25.rb', line 16255 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16254 16255 16256 |
# File 'lib/vmware/soap/vim25.rb', line 16254 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
16264 16265 16266 |
# File 'lib/vmware/soap/vim25.rb', line 16264 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
16262 16263 16264 |
# File 'lib/vmware/soap/vim25.rb', line 16262 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
16256 16257 16258 |
# File 'lib/vmware/soap/vim25.rb', line 16256 def key @key end |
#legacyTemplate ⇒ Object
Returns the value of attribute legacyTemplate.
16265 16266 16267 |
# File 'lib/vmware/soap/vim25.rb', line 16265 def legacyTemplate @legacyTemplate end |
#userName ⇒ Object
Returns the value of attribute userName.
16259 16260 16261 |
# File 'lib/vmware/soap/vim25.rb', line 16259 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
16263 16264 16265 |
# File 'lib/vmware/soap/vim25.rb', line 16263 def vm @vm end |