Class: CustomizationLinuxIdentityFailed

Inherits:
CustomizationFailed show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CustomizationLinuxIdentityFailed

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

Returns a new instance of CustomizationLinuxIdentityFailed.



12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536
# File 'lib/vmware/soap/vim25.rb', line 12522

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.



12511
12512
12513
# File 'lib/vmware/soap/vim25.rb', line 12511

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12515
12516
12517
# File 'lib/vmware/soap/vim25.rb', line 12515

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12512
12513
12514
# File 'lib/vmware/soap/vim25.rb', line 12512

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12514
12515
12516
# File 'lib/vmware/soap/vim25.rb', line 12514

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12509
12510
12511
# File 'lib/vmware/soap/vim25.rb', line 12509

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12508
12509
12510
# File 'lib/vmware/soap/vim25.rb', line 12508

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12518
12519
12520
# File 'lib/vmware/soap/vim25.rb', line 12518

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12516
12517
12518
# File 'lib/vmware/soap/vim25.rb', line 12516

def host
  @host
end

#keyObject

Returns the value of attribute key.



12510
12511
12512
# File 'lib/vmware/soap/vim25.rb', line 12510

def key
  @key
end

#logLocationObject

Returns the value of attribute logLocation.



12520
12521
12522
# File 'lib/vmware/soap/vim25.rb', line 12520

def logLocation
  @logLocation
end

#templateObject

Returns the value of attribute template.



12519
12520
12521
# File 'lib/vmware/soap/vim25.rb', line 12519

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



12513
12514
12515
# File 'lib/vmware/soap/vim25.rb', line 12513

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12517
12518
12519
# File 'lib/vmware/soap/vim25.rb', line 12517

def vm
  @vm
end