Class: VmUuidConflictEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmUuidConflictEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmUuidConflictEvent
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
conflictedVm - VmEventArgument
uuid - SOAP::SOAPString
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#conflictedVm ⇒ Object
Returns the value of attribute conflictedVm.
-
#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.
-
#template ⇒ Object
Returns the value of attribute template.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#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, conflictedVm = nil, uuid = nil) ⇒ VmUuidConflictEvent
constructor
A new instance of VmUuidConflictEvent.
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, conflictedVm = nil, uuid = nil) ⇒ VmUuidConflictEvent
Returns a new instance of VmUuidConflictEvent.
9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 9481 9482 9483 9484 9485 |
# File 'lib/vmware/soap/vim25.rb', line 9470 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, conflictedVm = nil, uuid = 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 @conflictedVm = conflictedVm @uuid = uuid end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
9458 9459 9460 |
# File 'lib/vmware/soap/vim25.rb', line 9458 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9462 9463 9464 |
# File 'lib/vmware/soap/vim25.rb', line 9462 def computeResource @computeResource end |
#conflictedVm ⇒ Object
Returns the value of attribute conflictedVm.
9467 9468 9469 |
# File 'lib/vmware/soap/vim25.rb', line 9467 def conflictedVm @conflictedVm end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9459 9460 9461 |
# File 'lib/vmware/soap/vim25.rb', line 9459 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9461 9462 9463 |
# File 'lib/vmware/soap/vim25.rb', line 9461 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9456 9457 9458 |
# File 'lib/vmware/soap/vim25.rb', line 9456 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9455 9456 9457 |
# File 'lib/vmware/soap/vim25.rb', line 9455 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9465 9466 9467 |
# File 'lib/vmware/soap/vim25.rb', line 9465 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9463 9464 9465 |
# File 'lib/vmware/soap/vim25.rb', line 9463 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9457 9458 9459 |
# File 'lib/vmware/soap/vim25.rb', line 9457 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
9466 9467 9468 |
# File 'lib/vmware/soap/vim25.rb', line 9466 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9460 9461 9462 |
# File 'lib/vmware/soap/vim25.rb', line 9460 def userName @userName end |
#uuid ⇒ Object
Returns the value of attribute uuid.
9468 9469 9470 |
# File 'lib/vmware/soap/vim25.rb', line 9468 def uuid @uuid end |
#vm ⇒ Object
Returns the value of attribute vm.
9464 9465 9466 |
# File 'lib/vmware/soap/vim25.rb', line 9464 def vm @vm end |