Class: VmDeployedEvent

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

Overview

urn:vim25VmDeployedEvent

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
srcTemplate - VmEventArgument

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, srcTemplate = nil) ⇒ VmDeployedEvent

Returns a new instance of VmDeployedEvent.



9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
9334
9335
# File 'lib/vmware/soap/vim25.rb', line 9321

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



9310
9311
9312
# File 'lib/vmware/soap/vim25.rb', line 9310

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9314
9315
9316
# File 'lib/vmware/soap/vim25.rb', line 9314

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9311
9312
9313
# File 'lib/vmware/soap/vim25.rb', line 9311

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9313
9314
9315
# File 'lib/vmware/soap/vim25.rb', line 9313

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9308
9309
9310
# File 'lib/vmware/soap/vim25.rb', line 9308

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9307
9308
9309
# File 'lib/vmware/soap/vim25.rb', line 9307

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9317
9318
9319
# File 'lib/vmware/soap/vim25.rb', line 9317

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9315
9316
9317
# File 'lib/vmware/soap/vim25.rb', line 9315

def host
  @host
end

#keyObject

Returns the value of attribute key.



9309
9310
9311
# File 'lib/vmware/soap/vim25.rb', line 9309

def key
  @key
end

#srcTemplateObject

Returns the value of attribute srcTemplate.



9319
9320
9321
# File 'lib/vmware/soap/vim25.rb', line 9319

def srcTemplate
  @srcTemplate
end

#templateObject

Returns the value of attribute template.



9318
9319
9320
# File 'lib/vmware/soap/vim25.rb', line 9318

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9312
9313
9314
# File 'lib/vmware/soap/vim25.rb', line 9312

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9316
9317
9318
# File 'lib/vmware/soap/vim25.rb', line 9316

def vm
  @vm
end