Class: VmWwnAssignedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmWwnAssignedEvent
- 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
-
#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.
-
#nodeWwns ⇒ Object
Returns the value of attribute nodeWwns.
-
#portWwns ⇒ Object
Returns the value of attribute portWwns.
-
#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, nodeWwns = [], portWwns = []) ⇒ VmWwnAssignedEvent
constructor
A new instance of VmWwnAssignedEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
11390 11391 11392 |
# File 'lib/vmware/soap/vim25.rb', line 11390 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11394 11395 11396 |
# File 'lib/vmware/soap/vim25.rb', line 11394 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11391 11392 11393 |
# File 'lib/vmware/soap/vim25.rb', line 11391 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11393 11394 11395 |
# File 'lib/vmware/soap/vim25.rb', line 11393 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11388 11389 11390 |
# File 'lib/vmware/soap/vim25.rb', line 11388 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11387 11388 11389 |
# File 'lib/vmware/soap/vim25.rb', line 11387 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11397 11398 11399 |
# File 'lib/vmware/soap/vim25.rb', line 11397 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11395 11396 11397 |
# File 'lib/vmware/soap/vim25.rb', line 11395 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11389 11390 11391 |
# File 'lib/vmware/soap/vim25.rb', line 11389 def key @key end |
#nodeWwns ⇒ Object
Returns the value of attribute nodeWwns.
11399 11400 11401 |
# File 'lib/vmware/soap/vim25.rb', line 11399 def nodeWwns @nodeWwns end |
#portWwns ⇒ Object
Returns the value of attribute portWwns.
11400 11401 11402 |
# File 'lib/vmware/soap/vim25.rb', line 11400 def portWwns @portWwns end |
#template ⇒ Object
Returns the value of attribute template.
11398 11399 11400 |
# File 'lib/vmware/soap/vim25.rb', line 11398 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11392 11393 11394 |
# File 'lib/vmware/soap/vim25.rb', line 11392 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11396 11397 11398 |
# File 'lib/vmware/soap/vim25.rb', line 11396 def vm @vm end |