Class: CustomizationStartedEvent

Inherits:
CustomizationEvent show all
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

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

#chainIdObject

Returns the value of attribute chainId.



12275
12276
12277
# File 'lib/vmware/soap/vim25.rb', line 12275

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12279
12280
12281
# File 'lib/vmware/soap/vim25.rb', line 12279

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12276
12277
12278
# File 'lib/vmware/soap/vim25.rb', line 12276

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12278
12279
12280
# File 'lib/vmware/soap/vim25.rb', line 12278

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12273
12274
12275
# File 'lib/vmware/soap/vim25.rb', line 12273

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12272
12273
12274
# File 'lib/vmware/soap/vim25.rb', line 12272

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12282
12283
12284
# File 'lib/vmware/soap/vim25.rb', line 12282

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12280
12281
12282
# File 'lib/vmware/soap/vim25.rb', line 12280

def host
  @host
end

#keyObject

Returns the value of attribute key.



12274
12275
12276
# File 'lib/vmware/soap/vim25.rb', line 12274

def key
  @key
end

#logLocationObject

Returns the value of attribute logLocation.



12284
12285
12286
# File 'lib/vmware/soap/vim25.rb', line 12284

def logLocation
  @logLocation
end

#templateObject

Returns the value of attribute template.



12283
12284
12285
# File 'lib/vmware/soap/vim25.rb', line 12283

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



12277
12278
12279
# File 'lib/vmware/soap/vim25.rb', line 12277

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12281
12282
12283
# File 'lib/vmware/soap/vim25.rb', line 12281

def vm
  @vm
end