Class: VmBeingDeployedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmBeingDeployedEvent
- 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
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#srcTemplate ⇒ Object
Returns the value of attribute srcTemplate.
-
#template ⇒ Object
Returns the value of attribute template.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#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
constructor
A new instance of VmBeingDeployedEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
9215 9216 9217 |
# File 'lib/vmware/soap/vim25.rb', line 9215 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9219 9220 9221 |
# File 'lib/vmware/soap/vim25.rb', line 9219 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9216 9217 9218 |
# File 'lib/vmware/soap/vim25.rb', line 9216 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9218 9219 9220 |
# File 'lib/vmware/soap/vim25.rb', line 9218 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9213 9214 9215 |
# File 'lib/vmware/soap/vim25.rb', line 9213 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9212 9213 9214 |
# File 'lib/vmware/soap/vim25.rb', line 9212 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9222 9223 9224 |
# File 'lib/vmware/soap/vim25.rb', line 9222 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9220 9221 9222 |
# File 'lib/vmware/soap/vim25.rb', line 9220 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9214 9215 9216 |
# File 'lib/vmware/soap/vim25.rb', line 9214 def key @key end |
#srcTemplate ⇒ Object
Returns the value of attribute srcTemplate.
9224 9225 9226 |
# File 'lib/vmware/soap/vim25.rb', line 9224 def srcTemplate @srcTemplate end |
#template ⇒ Object
Returns the value of attribute template.
9223 9224 9225 |
# File 'lib/vmware/soap/vim25.rb', line 9223 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9217 9218 9219 |
# File 'lib/vmware/soap/vim25.rb', line 9217 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9221 9222 9223 |
# File 'lib/vmware/soap/vim25.rb', line 9221 def vm @vm end |