Class: CustomizationSysprepFailed
- Inherits:
-
CustomizationFailed
- Object
- DynamicData
- Event
- VmEvent
- CustomizationEvent
- CustomizationFailed
- CustomizationSysprepFailed
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationSysprepFailed
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
sysprepVersion - SOAP::SOAPString
systemVersion - SOAP::SOAPString
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.
-
#sysprepVersion ⇒ Object
Returns the value of attribute sysprepVersion.
-
#systemVersion ⇒ Object
Returns the value of attribute systemVersion.
-
#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, sysprepVersion = nil, systemVersion = nil) ⇒ CustomizationSysprepFailed
constructor
A new instance of CustomizationSysprepFailed.
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, sysprepVersion = nil, systemVersion = nil) ⇒ CustomizationSysprepFailed
Returns a new instance of CustomizationSysprepFailed.
12474 12475 12476 12477 12478 12479 12480 12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 |
# File 'lib/vmware/soap/vim25.rb', line 12474 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, sysprepVersion = nil, systemVersion = 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 @sysprepVersion = sysprepVersion @systemVersion = systemVersion end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
12461 12462 12463 |
# File 'lib/vmware/soap/vim25.rb', line 12461 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12465 12466 12467 |
# File 'lib/vmware/soap/vim25.rb', line 12465 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12462 12463 12464 |
# File 'lib/vmware/soap/vim25.rb', line 12462 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12464 12465 12466 |
# File 'lib/vmware/soap/vim25.rb', line 12464 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12459 12460 12461 |
# File 'lib/vmware/soap/vim25.rb', line 12459 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12458 12459 12460 |
# File 'lib/vmware/soap/vim25.rb', line 12458 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12468 12469 12470 |
# File 'lib/vmware/soap/vim25.rb', line 12468 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12466 12467 12468 |
# File 'lib/vmware/soap/vim25.rb', line 12466 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12460 12461 12462 |
# File 'lib/vmware/soap/vim25.rb', line 12460 def key @key end |
#logLocation ⇒ Object
Returns the value of attribute logLocation.
12470 12471 12472 |
# File 'lib/vmware/soap/vim25.rb', line 12470 def logLocation @logLocation end |
#sysprepVersion ⇒ Object
Returns the value of attribute sysprepVersion.
12471 12472 12473 |
# File 'lib/vmware/soap/vim25.rb', line 12471 def sysprepVersion @sysprepVersion end |
#systemVersion ⇒ Object
Returns the value of attribute systemVersion.
12472 12473 12474 |
# File 'lib/vmware/soap/vim25.rb', line 12472 def systemVersion @systemVersion end |
#template ⇒ Object
Returns the value of attribute template.
12469 12470 12471 |
# File 'lib/vmware/soap/vim25.rb', line 12469 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
12463 12464 12465 |
# File 'lib/vmware/soap/vim25.rb', line 12463 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12467 12468 12469 |
# File 'lib/vmware/soap/vim25.rb', line 12467 def vm @vm end |