Class: CustomizationUnknownFailure
- Inherits:
-
CustomizationFailed
- Object
- DynamicData
- Event
- VmEvent
- CustomizationEvent
- CustomizationFailed
- CustomizationUnknownFailure
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationUnknownFailure
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
-
#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) ⇒ CustomizationUnknownFailure
constructor
A new instance of CustomizationUnknownFailure.
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) ⇒ CustomizationUnknownFailure
Returns a new instance of CustomizationUnknownFailure.
12424 12425 12426 12427 12428 12429 12430 12431 12432 12433 12434 12435 12436 12437 12438 |
# File 'lib/vmware/soap/vim25.rb', line 12424 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.
12413 12414 12415 |
# File 'lib/vmware/soap/vim25.rb', line 12413 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12417 12418 12419 |
# File 'lib/vmware/soap/vim25.rb', line 12417 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12414 12415 12416 |
# File 'lib/vmware/soap/vim25.rb', line 12414 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12416 12417 12418 |
# File 'lib/vmware/soap/vim25.rb', line 12416 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12411 12412 12413 |
# File 'lib/vmware/soap/vim25.rb', line 12411 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12410 12411 12412 |
# File 'lib/vmware/soap/vim25.rb', line 12410 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12420 12421 12422 |
# File 'lib/vmware/soap/vim25.rb', line 12420 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12418 12419 12420 |
# File 'lib/vmware/soap/vim25.rb', line 12418 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12412 12413 12414 |
# File 'lib/vmware/soap/vim25.rb', line 12412 def key @key end |
#logLocation ⇒ Object
Returns the value of attribute logLocation.
12422 12423 12424 |
# File 'lib/vmware/soap/vim25.rb', line 12422 def logLocation @logLocation end |
#template ⇒ Object
Returns the value of attribute template.
12421 12422 12423 |
# File 'lib/vmware/soap/vim25.rb', line 12421 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
12415 12416 12417 |
# File 'lib/vmware/soap/vim25.rb', line 12415 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12419 12420 12421 |
# File 'lib/vmware/soap/vim25.rb', line 12419 def vm @vm end |