Class: CustomizationFailed

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

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) ⇒ 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

#chainIdObject

Returns the value of attribute chainId.



12367
12368
12369
# File 'lib/vmware/soap/vim25.rb', line 12367

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12371
12372
12373
# File 'lib/vmware/soap/vim25.rb', line 12371

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12368
12369
12370
# File 'lib/vmware/soap/vim25.rb', line 12368

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12370
12371
12372
# File 'lib/vmware/soap/vim25.rb', line 12370

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12365
12366
12367
# File 'lib/vmware/soap/vim25.rb', line 12365

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12364
12365
12366
# File 'lib/vmware/soap/vim25.rb', line 12364

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12374
12375
12376
# File 'lib/vmware/soap/vim25.rb', line 12374

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12372
12373
12374
# File 'lib/vmware/soap/vim25.rb', line 12372

def host
  @host
end

#keyObject

Returns the value of attribute key.



12366
12367
12368
# File 'lib/vmware/soap/vim25.rb', line 12366

def key
  @key
end

#logLocationObject

Returns the value of attribute logLocation.



12376
12377
12378
# File 'lib/vmware/soap/vim25.rb', line 12376

def logLocation
  @logLocation
end

#templateObject

Returns the value of attribute template.



12375
12376
12377
# File 'lib/vmware/soap/vim25.rb', line 12375

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



12369
12370
12371
# File 'lib/vmware/soap/vim25.rb', line 12369

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12373
12374
12375
# File 'lib/vmware/soap/vim25.rb', line 12373

def vm
  @vm
end