Class: TemplateUpgradeFailedEvent

Inherits:
TemplateUpgradeEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25TemplateUpgradeFailedEvent

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
reason - LocalizedMethodFault

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, reason = nil) ⇒ TemplateUpgradeFailedEvent

Returns a new instance of TemplateUpgradeFailedEvent.



16312
16313
16314
16315
16316
16317
16318
16319
16320
16321
16322
16323
16324
16325
16326
# File 'lib/vmware/soap/vim25.rb', line 16312

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, reason = 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
  @reason = reason
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



16301
16302
16303
# File 'lib/vmware/soap/vim25.rb', line 16301

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



16305
16306
16307
# File 'lib/vmware/soap/vim25.rb', line 16305

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



16302
16303
16304
# File 'lib/vmware/soap/vim25.rb', line 16302

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



16304
16305
16306
# File 'lib/vmware/soap/vim25.rb', line 16304

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16299
16300
16301
# File 'lib/vmware/soap/vim25.rb', line 16299

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16298
16299
16300
# File 'lib/vmware/soap/vim25.rb', line 16298

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



16308
16309
16310
# File 'lib/vmware/soap/vim25.rb', line 16308

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



16306
16307
16308
# File 'lib/vmware/soap/vim25.rb', line 16306

def host
  @host
end

#keyObject

Returns the value of attribute key.



16300
16301
16302
# File 'lib/vmware/soap/vim25.rb', line 16300

def key
  @key
end

#legacyTemplateObject

Returns the value of attribute legacyTemplate.



16309
16310
16311
# File 'lib/vmware/soap/vim25.rb', line 16309

def legacyTemplate
  @legacyTemplate
end

#reasonObject

Returns the value of attribute reason.



16310
16311
16312
# File 'lib/vmware/soap/vim25.rb', line 16310

def reason
  @reason
end

#userNameObject

Returns the value of attribute userName.



16303
16304
16305
# File 'lib/vmware/soap/vim25.rb', line 16303

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



16307
16308
16309
# File 'lib/vmware/soap/vim25.rb', line 16307

def vm
  @vm
end