Class: VmWwnConflictEvent

Inherits:
VmEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmWwnConflictEvent

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
conflictedVms - VmEventArgument
conflictedHosts - HostEventArgument
wwn - SOAP::SOAPLong

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, conflictedVms = [], conflictedHosts = [], wwn = nil) ⇒ VmWwnConflictEvent

Returns a new instance of VmWwnConflictEvent.



11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325
# File 'lib/vmware/soap/vim25.rb', line 11309

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, conflictedVms = [], conflictedHosts = [], wwn = 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
  @conflictedVms = conflictedVms
  @conflictedHosts = conflictedHosts
  @wwn = wwn
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



11296
11297
11298
# File 'lib/vmware/soap/vim25.rb', line 11296

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11300
11301
11302
# File 'lib/vmware/soap/vim25.rb', line 11300

def computeResource
  @computeResource
end

#conflictedHostsObject

Returns the value of attribute conflictedHosts.



11306
11307
11308
# File 'lib/vmware/soap/vim25.rb', line 11306

def conflictedHosts
  @conflictedHosts
end

#conflictedVmsObject

Returns the value of attribute conflictedVms.



11305
11306
11307
# File 'lib/vmware/soap/vim25.rb', line 11305

def conflictedVms
  @conflictedVms
end

#createdTimeObject

Returns the value of attribute createdTime.



11297
11298
11299
# File 'lib/vmware/soap/vim25.rb', line 11297

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11299
11300
11301
# File 'lib/vmware/soap/vim25.rb', line 11299

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11294
11295
11296
# File 'lib/vmware/soap/vim25.rb', line 11294

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11293
11294
11295
# File 'lib/vmware/soap/vim25.rb', line 11293

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11303
11304
11305
# File 'lib/vmware/soap/vim25.rb', line 11303

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11301
11302
11303
# File 'lib/vmware/soap/vim25.rb', line 11301

def host
  @host
end

#keyObject

Returns the value of attribute key.



11295
11296
11297
# File 'lib/vmware/soap/vim25.rb', line 11295

def key
  @key
end

#templateObject

Returns the value of attribute template.



11304
11305
11306
# File 'lib/vmware/soap/vim25.rb', line 11304

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11298
11299
11300
# File 'lib/vmware/soap/vim25.rb', line 11298

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11302
11303
11304
# File 'lib/vmware/soap/vim25.rb', line 11302

def vm
  @vm
end

#wwnObject

Returns the value of attribute wwn.



11307
11308
11309
# File 'lib/vmware/soap/vim25.rb', line 11307

def wwn
  @wwn
end