Class: CustomizationStartedEvent
- Inherits:
-
CustomizationEvent
- Object
- DynamicData
- Event
- VmEvent
- CustomizationEvent
- CustomizationStartedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationStartedEvent
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) ⇒ CustomizationStartedEvent
constructor
A new instance of CustomizationStartedEvent.
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) ⇒ CustomizationStartedEvent
Returns a new instance of CustomizationStartedEvent.
12286 12287 12288 12289 12290 12291 12292 12293 12294 12295 12296 12297 12298 12299 12300 |
# File 'lib/vmware/soap/vim25.rb', line 12286 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.
12275 12276 12277 |
# File 'lib/vmware/soap/vim25.rb', line 12275 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12279 12280 12281 |
# File 'lib/vmware/soap/vim25.rb', line 12279 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12276 12277 12278 |
# File 'lib/vmware/soap/vim25.rb', line 12276 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12278 12279 12280 |
# File 'lib/vmware/soap/vim25.rb', line 12278 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12273 12274 12275 |
# File 'lib/vmware/soap/vim25.rb', line 12273 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12272 12273 12274 |
# File 'lib/vmware/soap/vim25.rb', line 12272 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12282 12283 12284 |
# File 'lib/vmware/soap/vim25.rb', line 12282 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12280 12281 12282 |
# File 'lib/vmware/soap/vim25.rb', line 12280 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12274 12275 12276 |
# File 'lib/vmware/soap/vim25.rb', line 12274 def key @key end |
#logLocation ⇒ Object
Returns the value of attribute logLocation.
12284 12285 12286 |
# File 'lib/vmware/soap/vim25.rb', line 12284 def logLocation @logLocation end |
#template ⇒ Object
Returns the value of attribute template.
12283 12284 12285 |
# File 'lib/vmware/soap/vim25.rb', line 12283 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
12277 12278 12279 |
# File 'lib/vmware/soap/vim25.rb', line 12277 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12281 12282 12283 |
# File 'lib/vmware/soap/vim25.rb', line 12281 def vm @vm end |