Class: TemplateUpgradeEvent

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

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) ⇒ TemplateUpgradeEvent

Returns a new instance of TemplateUpgradeEvent.

[View source]

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

#chainIdObject

Returns the value of attribute chainId.


16214
16215
16216
# File 'lib/vmware/soap/vim25.rb', line 16214

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


16218
16219
16220
# File 'lib/vmware/soap/vim25.rb', line 16218

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


16215
16216
16217
# File 'lib/vmware/soap/vim25.rb', line 16215

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


16217
16218
16219
# File 'lib/vmware/soap/vim25.rb', line 16217

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


16212
16213
16214
# File 'lib/vmware/soap/vim25.rb', line 16212

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


16211
16212
16213
# File 'lib/vmware/soap/vim25.rb', line 16211

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


16221
16222
16223
# File 'lib/vmware/soap/vim25.rb', line 16221

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


16219
16220
16221
# File 'lib/vmware/soap/vim25.rb', line 16219

def host
  @host
end

#keyObject

Returns the value of attribute key.


16213
16214
16215
# File 'lib/vmware/soap/vim25.rb', line 16213

def key
  @key
end

#legacyTemplateObject

Returns the value of attribute legacyTemplate.


16222
16223
16224
# File 'lib/vmware/soap/vim25.rb', line 16222

def legacyTemplate
  @legacyTemplate
end

#userNameObject

Returns the value of attribute userName.


16216
16217
16218
# File 'lib/vmware/soap/vim25.rb', line 16216

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


16220
16221
16222
# File 'lib/vmware/soap/vim25.rb', line 16220

def vm
  @vm
end