Class: CustomizationFailed
- Inherits:
-
CustomizationEvent
- Object
- DynamicData
- Event
- VmEvent
- CustomizationEvent
- CustomizationFailed
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationFailed
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
logLocation - SOAP::SOAPString
Direct Known Subclasses
CustomizationLinuxIdentityFailed, CustomizationNetworkSetupFailed, CustomizationSysprepFailed, CustomizationUnknownFailure
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.
-
#logLocation ⇒ Object
Returns the value of attribute logLocation.
-
#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, logLocation = nil) ⇒ CustomizationFailed
constructor
A new instance of CustomizationFailed.
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, logLocation = nil) ⇒ CustomizationFailed
Returns a new instance of CustomizationFailed.
12378 12379 12380 12381 12382 12383 12384 12385 12386 12387 12388 12389 12390 12391 12392 |
# File 'lib/vmware/soap/vim25.rb', line 12378 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, logLocation = 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 @logLocation = logLocation end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
12367 12368 12369 |
# File 'lib/vmware/soap/vim25.rb', line 12367 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12371 12372 12373 |
# File 'lib/vmware/soap/vim25.rb', line 12371 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12368 12369 12370 |
# File 'lib/vmware/soap/vim25.rb', line 12368 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12370 12371 12372 |
# File 'lib/vmware/soap/vim25.rb', line 12370 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12365 12366 12367 |
# File 'lib/vmware/soap/vim25.rb', line 12365 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12364 12365 12366 |
# File 'lib/vmware/soap/vim25.rb', line 12364 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12374 12375 12376 |
# File 'lib/vmware/soap/vim25.rb', line 12374 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12372 12373 12374 |
# File 'lib/vmware/soap/vim25.rb', line 12372 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12366 12367 12368 |
# File 'lib/vmware/soap/vim25.rb', line 12366 def key @key end |
#logLocation ⇒ Object
Returns the value of attribute logLocation.
12376 12377 12378 |
# File 'lib/vmware/soap/vim25.rb', line 12376 def logLocation @logLocation end |
#template ⇒ Object
Returns the value of attribute template.
12375 12376 12377 |
# File 'lib/vmware/soap/vim25.rb', line 12375 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
12369 12370 12371 |
# File 'lib/vmware/soap/vim25.rb', line 12369 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12373 12374 12375 |
# File 'lib/vmware/soap/vim25.rb', line 12373 def vm @vm end |