Class: CustomizationSysprepFailed

Inherits:
CustomizationFailed show all
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

Instance Method Summary collapse

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

#chainIdObject

Returns the value of attribute chainId.



12461
12462
12463
# File 'lib/vmware/soap/vim25.rb', line 12461

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12465
12466
12467
# File 'lib/vmware/soap/vim25.rb', line 12465

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12462
12463
12464
# File 'lib/vmware/soap/vim25.rb', line 12462

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12464
12465
12466
# File 'lib/vmware/soap/vim25.rb', line 12464

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12459
12460
12461
# File 'lib/vmware/soap/vim25.rb', line 12459

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12458
12459
12460
# File 'lib/vmware/soap/vim25.rb', line 12458

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12468
12469
12470
# File 'lib/vmware/soap/vim25.rb', line 12468

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12466
12467
12468
# File 'lib/vmware/soap/vim25.rb', line 12466

def host
  @host
end

#keyObject

Returns the value of attribute key.



12460
12461
12462
# File 'lib/vmware/soap/vim25.rb', line 12460

def key
  @key
end

#logLocationObject

Returns the value of attribute logLocation.



12470
12471
12472
# File 'lib/vmware/soap/vim25.rb', line 12470

def logLocation
  @logLocation
end

#sysprepVersionObject

Returns the value of attribute sysprepVersion.



12471
12472
12473
# File 'lib/vmware/soap/vim25.rb', line 12471

def sysprepVersion
  @sysprepVersion
end

#systemVersionObject

Returns the value of attribute systemVersion.



12472
12473
12474
# File 'lib/vmware/soap/vim25.rb', line 12472

def systemVersion
  @systemVersion
end

#templateObject

Returns the value of attribute template.



12469
12470
12471
# File 'lib/vmware/soap/vim25.rb', line 12469

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



12463
12464
12465
# File 'lib/vmware/soap/vim25.rb', line 12463

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12467
12468
12469
# File 'lib/vmware/soap/vim25.rb', line 12467

def vm
  @vm
end