Class: TemplateUpgradedEvent

Inherits:
TemplateUpgradeEvent show all
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

Instance Method Summary collapse

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

#chainIdObject

Returns the value of attribute chainId.



16346
16347
16348
# File 'lib/vmware/soap/vim25.rb', line 16346

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



16350
16351
16352
# File 'lib/vmware/soap/vim25.rb', line 16350

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



16347
16348
16349
# File 'lib/vmware/soap/vim25.rb', line 16347

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



16349
16350
16351
# File 'lib/vmware/soap/vim25.rb', line 16349

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16344
16345
16346
# File 'lib/vmware/soap/vim25.rb', line 16344

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16343
16344
16345
# File 'lib/vmware/soap/vim25.rb', line 16343

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



16353
16354
16355
# File 'lib/vmware/soap/vim25.rb', line 16353

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



16351
16352
16353
# File 'lib/vmware/soap/vim25.rb', line 16351

def host
  @host
end

#keyObject

Returns the value of attribute key.



16345
16346
16347
# File 'lib/vmware/soap/vim25.rb', line 16345

def key
  @key
end

#legacyTemplateObject

Returns the value of attribute legacyTemplate.



16354
16355
16356
# File 'lib/vmware/soap/vim25.rb', line 16354

def legacyTemplate
  @legacyTemplate
end

#userNameObject

Returns the value of attribute userName.



16348
16349
16350
# File 'lib/vmware/soap/vim25.rb', line 16348

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



16352
16353
16354
# File 'lib/vmware/soap/vim25.rb', line 16352

def vm
  @vm
end