Class: CustomizationEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- CustomizationEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationEvent
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
Direct Known Subclasses
CustomizationFailed, CustomizationStartedEvent, CustomizationSucceeded
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) ⇒ CustomizationEvent
constructor
A new instance of CustomizationEvent.
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) ⇒ CustomizationEvent
Returns a new instance of CustomizationEvent.
12240 12241 12242 12243 12244 12245 12246 12247 12248 12249 12250 12251 12252 12253 12254 |
# File 'lib/vmware/soap/vim25.rb', line 12240 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.
12229 12230 12231 |
# File 'lib/vmware/soap/vim25.rb', line 12229 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12233 12234 12235 |
# File 'lib/vmware/soap/vim25.rb', line 12233 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12230 12231 12232 |
# File 'lib/vmware/soap/vim25.rb', line 12230 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12232 12233 12234 |
# File 'lib/vmware/soap/vim25.rb', line 12232 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12227 12228 12229 |
# File 'lib/vmware/soap/vim25.rb', line 12227 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12226 12227 12228 |
# File 'lib/vmware/soap/vim25.rb', line 12226 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12236 12237 12238 |
# File 'lib/vmware/soap/vim25.rb', line 12236 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12234 12235 12236 |
# File 'lib/vmware/soap/vim25.rb', line 12234 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12228 12229 12230 |
# File 'lib/vmware/soap/vim25.rb', line 12228 def key @key end |
#logLocation ⇒ Object
Returns the value of attribute logLocation.
12238 12239 12240 |
# File 'lib/vmware/soap/vim25.rb', line 12238 def logLocation @logLocation end |
#template ⇒ Object
Returns the value of attribute template.
12237 12238 12239 |
# File 'lib/vmware/soap/vim25.rb', line 12237 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
12231 12232 12233 |
# File 'lib/vmware/soap/vim25.rb', line 12231 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12235 12236 12237 |
# File 'lib/vmware/soap/vim25.rb', line 12235 def vm @vm end |