Class: VmDeployFailedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmDeployFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmDeployFailedEvent
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
destDatastore - EntityEventArgument
reason - LocalizedMethodFault
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.
-
#destDatastore ⇒ Object
Returns the value of attribute destDatastore.
-
#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.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#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, destDatastore = nil, reason = nil) ⇒ VmDeployFailedEvent
constructor
A new instance of VmDeployFailedEvent.
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, destDatastore = nil, reason = nil) ⇒ VmDeployFailedEvent
Returns a new instance of VmDeployFailedEvent.
9274 9275 9276 9277 9278 9279 9280 9281 9282 9283 9284 9285 9286 9287 9288 9289 |
# File 'lib/vmware/soap/vim25.rb', line 9274 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, destDatastore = nil, reason = 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 @destDatastore = destDatastore @reason = reason end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
9262 9263 9264 |
# File 'lib/vmware/soap/vim25.rb', line 9262 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9266 9267 9268 |
# File 'lib/vmware/soap/vim25.rb', line 9266 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9263 9264 9265 |
# File 'lib/vmware/soap/vim25.rb', line 9263 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9265 9266 9267 |
# File 'lib/vmware/soap/vim25.rb', line 9265 def datacenter @datacenter end |
#destDatastore ⇒ Object
Returns the value of attribute destDatastore.
9271 9272 9273 |
# File 'lib/vmware/soap/vim25.rb', line 9271 def destDatastore @destDatastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9260 9261 9262 |
# File 'lib/vmware/soap/vim25.rb', line 9260 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9259 9260 9261 |
# File 'lib/vmware/soap/vim25.rb', line 9259 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9269 9270 9271 |
# File 'lib/vmware/soap/vim25.rb', line 9269 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9267 9268 9269 |
# File 'lib/vmware/soap/vim25.rb', line 9267 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9261 9262 9263 |
# File 'lib/vmware/soap/vim25.rb', line 9261 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
9272 9273 9274 |
# File 'lib/vmware/soap/vim25.rb', line 9272 def reason @reason end |
#template ⇒ Object
Returns the value of attribute template.
9270 9271 9272 |
# File 'lib/vmware/soap/vim25.rb', line 9270 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9264 9265 9266 |
# File 'lib/vmware/soap/vim25.rb', line 9264 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9268 9269 9270 |
# File 'lib/vmware/soap/vim25.rb', line 9268 def vm @vm end |