Class: CustomizationEvent

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

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

#chainIdObject

Returns the value of attribute chainId.



12229
12230
12231
# File 'lib/vmware/soap/vim25.rb', line 12229

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12233
12234
12235
# File 'lib/vmware/soap/vim25.rb', line 12233

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12230
12231
12232
# File 'lib/vmware/soap/vim25.rb', line 12230

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12232
12233
12234
# File 'lib/vmware/soap/vim25.rb', line 12232

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12227
12228
12229
# File 'lib/vmware/soap/vim25.rb', line 12227

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12226
12227
12228
# File 'lib/vmware/soap/vim25.rb', line 12226

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12236
12237
12238
# File 'lib/vmware/soap/vim25.rb', line 12236

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12234
12235
12236
# File 'lib/vmware/soap/vim25.rb', line 12234

def host
  @host
end

#keyObject

Returns the value of attribute key.



12228
12229
12230
# File 'lib/vmware/soap/vim25.rb', line 12228

def key
  @key
end

#logLocationObject

Returns the value of attribute logLocation.



12238
12239
12240
# File 'lib/vmware/soap/vim25.rb', line 12238

def logLocation
  @logLocation
end

#templateObject

Returns the value of attribute template.



12237
12238
12239
# File 'lib/vmware/soap/vim25.rb', line 12237

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



12231
12232
12233
# File 'lib/vmware/soap/vim25.rb', line 12231

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12235
12236
12237
# File 'lib/vmware/soap/vim25.rb', line 12235

def vm
  @vm
end