Class: CustomizationSucceeded
- Inherits:
-
CustomizationEvent
- Object
- DynamicData
- Event
- VmEvent
- CustomizationEvent
- CustomizationSucceeded
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationSucceeded
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) ⇒ CustomizationSucceeded
constructor
A new instance of CustomizationSucceeded.
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) ⇒ CustomizationSucceeded
Returns a new instance of CustomizationSucceeded.
12332 12333 12334 12335 12336 12337 12338 12339 12340 12341 12342 12343 12344 12345 12346 |
# File 'lib/vmware/soap/vim25.rb', line 12332 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.
12321 12322 12323 |
# File 'lib/vmware/soap/vim25.rb', line 12321 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12325 12326 12327 |
# File 'lib/vmware/soap/vim25.rb', line 12325 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12322 12323 12324 |
# File 'lib/vmware/soap/vim25.rb', line 12322 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12324 12325 12326 |
# File 'lib/vmware/soap/vim25.rb', line 12324 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12319 12320 12321 |
# File 'lib/vmware/soap/vim25.rb', line 12319 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12318 12319 12320 |
# File 'lib/vmware/soap/vim25.rb', line 12318 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12328 12329 12330 |
# File 'lib/vmware/soap/vim25.rb', line 12328 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12326 12327 12328 |
# File 'lib/vmware/soap/vim25.rb', line 12326 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12320 12321 12322 |
# File 'lib/vmware/soap/vim25.rb', line 12320 def key @key end |
#logLocation ⇒ Object
Returns the value of attribute logLocation.
12330 12331 12332 |
# File 'lib/vmware/soap/vim25.rb', line 12330 def logLocation @logLocation end |
#template ⇒ Object
Returns the value of attribute template.
12329 12330 12331 |
# File 'lib/vmware/soap/vim25.rb', line 12329 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
12323 12324 12325 |
# File 'lib/vmware/soap/vim25.rb', line 12323 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12327 12328 12329 |
# File 'lib/vmware/soap/vim25.rb', line 12327 def vm @vm end |