Class: VmWwnAssignedEvent

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

Overview

urn:vim25VmWwnAssignedEvent

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
nodeWwns - SOAP::SOAPLong
portWwns - 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, nodeWwns = [], portWwns = []) ⇒ VmWwnAssignedEvent

Returns a new instance of VmWwnAssignedEvent.



11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
# File 'lib/vmware/soap/vim25.rb', line 11402

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, nodeWwns = [], portWwns = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @template = template
  @nodeWwns = nodeWwns
  @portWwns = portWwns
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



11390
11391
11392
# File 'lib/vmware/soap/vim25.rb', line 11390

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11394
11395
11396
# File 'lib/vmware/soap/vim25.rb', line 11394

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11391
11392
11393
# File 'lib/vmware/soap/vim25.rb', line 11391

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11393
11394
11395
# File 'lib/vmware/soap/vim25.rb', line 11393

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11388
11389
11390
# File 'lib/vmware/soap/vim25.rb', line 11388

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11387
11388
11389
# File 'lib/vmware/soap/vim25.rb', line 11387

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11397
11398
11399
# File 'lib/vmware/soap/vim25.rb', line 11397

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11395
11396
11397
# File 'lib/vmware/soap/vim25.rb', line 11395

def host
  @host
end

#keyObject

Returns the value of attribute key.



11389
11390
11391
# File 'lib/vmware/soap/vim25.rb', line 11389

def key
  @key
end

#nodeWwnsObject

Returns the value of attribute nodeWwns.



11399
11400
11401
# File 'lib/vmware/soap/vim25.rb', line 11399

def nodeWwns
  @nodeWwns
end

#portWwnsObject

Returns the value of attribute portWwns.



11400
11401
11402
# File 'lib/vmware/soap/vim25.rb', line 11400

def portWwns
  @portWwns
end

#templateObject

Returns the value of attribute template.



11398
11399
11400
# File 'lib/vmware/soap/vim25.rb', line 11398

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11392
11393
11394
# File 'lib/vmware/soap/vim25.rb', line 11392

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11396
11397
11398
# File 'lib/vmware/soap/vim25.rb', line 11396

def vm
  @vm
end