Class: VmBeingDeployedEvent

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

Overview

urn:vim25VmBeingDeployedEvent

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

Returns a new instance of VmBeingDeployedEvent.



9226
9227
9228
9229
9230
9231
9232
9233
9234
9235
9236
9237
9238
9239
9240
# File 'lib/vmware/soap/vim25.rb', line 9226

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.



9215
9216
9217
# File 'lib/vmware/soap/vim25.rb', line 9215

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9219
9220
9221
# File 'lib/vmware/soap/vim25.rb', line 9219

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9216
9217
9218
# File 'lib/vmware/soap/vim25.rb', line 9216

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9218
9219
9220
# File 'lib/vmware/soap/vim25.rb', line 9218

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9213
9214
9215
# File 'lib/vmware/soap/vim25.rb', line 9213

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9212
9213
9214
# File 'lib/vmware/soap/vim25.rb', line 9212

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9222
9223
9224
# File 'lib/vmware/soap/vim25.rb', line 9222

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9220
9221
9222
# File 'lib/vmware/soap/vim25.rb', line 9220

def host
  @host
end

#keyObject

Returns the value of attribute key.



9214
9215
9216
# File 'lib/vmware/soap/vim25.rb', line 9214

def key
  @key
end

#srcTemplateObject

Returns the value of attribute srcTemplate.



9224
9225
9226
# File 'lib/vmware/soap/vim25.rb', line 9224

def srcTemplate
  @srcTemplate
end

#templateObject

Returns the value of attribute template.



9223
9224
9225
# File 'lib/vmware/soap/vim25.rb', line 9223

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9217
9218
9219
# File 'lib/vmware/soap/vim25.rb', line 9217

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9221
9222
9223
# File 'lib/vmware/soap/vim25.rb', line 9221

def vm
  @vm
end