Class: VmWwnChangedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmWwnChangedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmWwnChangedEvent
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
oldNodeWwns - SOAP::SOAPLong
oldPortWwns - SOAP::SOAPLong
newNodeWwns - SOAP::SOAPLong
newPortWwns - 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.
-
#newNodeWwns ⇒ Object
Returns the value of attribute newNodeWwns.
-
#newPortWwns ⇒ Object
Returns the value of attribute newPortWwns.
-
#oldNodeWwns ⇒ Object
Returns the value of attribute oldNodeWwns.
-
#oldPortWwns ⇒ Object
Returns the value of attribute oldPortWwns.
-
#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, oldNodeWwns = [], oldPortWwns = [], newNodeWwns = [], newPortWwns = []) ⇒ VmWwnChangedEvent
constructor
A new instance of VmWwnChangedEvent.
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, oldNodeWwns = [], oldPortWwns = [], newNodeWwns = [], newPortWwns = []) ⇒ VmWwnChangedEvent
Returns a new instance of VmWwnChangedEvent.
11455 11456 11457 11458 11459 11460 11461 11462 11463 11464 11465 11466 11467 11468 11469 11470 11471 11472 |
# File 'lib/vmware/soap/vim25.rb', line 11455 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, oldNodeWwns = [], oldPortWwns = [], newNodeWwns = [], newPortWwns = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template @oldNodeWwns = oldNodeWwns @oldPortWwns = oldPortWwns @newNodeWwns = newNodeWwns @newPortWwns = newPortWwns end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
11441 11442 11443 |
# File 'lib/vmware/soap/vim25.rb', line 11441 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11445 11446 11447 |
# File 'lib/vmware/soap/vim25.rb', line 11445 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11442 11443 11444 |
# File 'lib/vmware/soap/vim25.rb', line 11442 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11444 11445 11446 |
# File 'lib/vmware/soap/vim25.rb', line 11444 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11439 11440 11441 |
# File 'lib/vmware/soap/vim25.rb', line 11439 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11438 11439 11440 |
# File 'lib/vmware/soap/vim25.rb', line 11438 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11448 11449 11450 |
# File 'lib/vmware/soap/vim25.rb', line 11448 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11446 11447 11448 |
# File 'lib/vmware/soap/vim25.rb', line 11446 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11440 11441 11442 |
# File 'lib/vmware/soap/vim25.rb', line 11440 def key @key end |
#newNodeWwns ⇒ Object
Returns the value of attribute newNodeWwns.
11452 11453 11454 |
# File 'lib/vmware/soap/vim25.rb', line 11452 def newNodeWwns @newNodeWwns end |
#newPortWwns ⇒ Object
Returns the value of attribute newPortWwns.
11453 11454 11455 |
# File 'lib/vmware/soap/vim25.rb', line 11453 def newPortWwns @newPortWwns end |
#oldNodeWwns ⇒ Object
Returns the value of attribute oldNodeWwns.
11450 11451 11452 |
# File 'lib/vmware/soap/vim25.rb', line 11450 def oldNodeWwns @oldNodeWwns end |
#oldPortWwns ⇒ Object
Returns the value of attribute oldPortWwns.
11451 11452 11453 |
# File 'lib/vmware/soap/vim25.rb', line 11451 def oldPortWwns @oldPortWwns end |
#template ⇒ Object
Returns the value of attribute template.
11449 11450 11451 |
# File 'lib/vmware/soap/vim25.rb', line 11449 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11443 11444 11445 |
# File 'lib/vmware/soap/vim25.rb', line 11443 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11447 11448 11449 |
# File 'lib/vmware/soap/vim25.rb', line 11447 def vm @vm end |