Class: VmDeployedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmDeployedEvent
- 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
-
#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) ⇒ VmDeployedEvent
constructor
A new instance of VmDeployedEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
9310 9311 9312 |
# File 'lib/vmware/soap/vim25.rb', line 9310 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9314 9315 9316 |
# File 'lib/vmware/soap/vim25.rb', line 9314 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9311 9312 9313 |
# File 'lib/vmware/soap/vim25.rb', line 9311 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9313 9314 9315 |
# File 'lib/vmware/soap/vim25.rb', line 9313 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9308 9309 9310 |
# File 'lib/vmware/soap/vim25.rb', line 9308 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9307 9308 9309 |
# File 'lib/vmware/soap/vim25.rb', line 9307 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9317 9318 9319 |
# File 'lib/vmware/soap/vim25.rb', line 9317 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9315 9316 9317 |
# File 'lib/vmware/soap/vim25.rb', line 9315 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9309 9310 9311 |
# File 'lib/vmware/soap/vim25.rb', line 9309 def key @key end |
#srcTemplate ⇒ Object
Returns the value of attribute srcTemplate.
9319 9320 9321 |
# File 'lib/vmware/soap/vim25.rb', line 9319 def srcTemplate @srcTemplate end |
#template ⇒ Object
Returns the value of attribute template.
9318 9319 9320 |
# File 'lib/vmware/soap/vim25.rb', line 9318 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9312 9313 9314 |
# File 'lib/vmware/soap/vim25.rb', line 9312 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9316 9317 9318 |
# File 'lib/vmware/soap/vim25.rb', line 9316 def vm @vm end |