Class: VmAcquiredMksTicketEvent

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

Overview

urn:vim25VmAcquiredMksTicketEvent

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
template - SOAP::SOAPBoolean

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, template = nil) ⇒ VmAcquiredMksTicketEvent

Returns a new instance of VmAcquiredMksTicketEvent.



11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
# File 'lib/vmware/soap/vim25.rb', line 11355

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @template = template
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



11345
11346
11347
# File 'lib/vmware/soap/vim25.rb', line 11345

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11349
11350
11351
# File 'lib/vmware/soap/vim25.rb', line 11349

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11346
11347
11348
# File 'lib/vmware/soap/vim25.rb', line 11346

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11348
11349
11350
# File 'lib/vmware/soap/vim25.rb', line 11348

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11343
11344
11345
# File 'lib/vmware/soap/vim25.rb', line 11343

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11342
11343
11344
# File 'lib/vmware/soap/vim25.rb', line 11342

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11352
11353
11354
# File 'lib/vmware/soap/vim25.rb', line 11352

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11350
11351
11352
# File 'lib/vmware/soap/vim25.rb', line 11350

def host
  @host
end

#keyObject

Returns the value of attribute key.



11344
11345
11346
# File 'lib/vmware/soap/vim25.rb', line 11344

def key
  @key
end

#templateObject

Returns the value of attribute template.



11353
11354
11355
# File 'lib/vmware/soap/vim25.rb', line 11353

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11347
11348
11349
# File 'lib/vmware/soap/vim25.rb', line 11347

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11351
11352
11353
# File 'lib/vmware/soap/vim25.rb', line 11351

def vm
  @vm
end