Class: VmUuidChangedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmUuidChangedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmUuidChangedEvent
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
oldUuid - SOAP::SOAPString
newUuid - SOAP::SOAPString
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.
-
#newUuid ⇒ Object
Returns the value of attribute newUuid.
-
#oldUuid ⇒ Object
Returns the value of attribute oldUuid.
-
#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, oldUuid = nil, newUuid = nil) ⇒ VmUuidChangedEvent
constructor
A new instance of VmUuidChangedEvent.
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, oldUuid = nil, newUuid = nil) ⇒ VmUuidChangedEvent
Returns a new instance of VmUuidChangedEvent.
11258 11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 11272 11273 |
# File 'lib/vmware/soap/vim25.rb', line 11258 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, oldUuid = nil, newUuid = 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 @oldUuid = oldUuid @newUuid = newUuid end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
11246 11247 11248 |
# File 'lib/vmware/soap/vim25.rb', line 11246 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11250 11251 11252 |
# File 'lib/vmware/soap/vim25.rb', line 11250 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11247 11248 11249 |
# File 'lib/vmware/soap/vim25.rb', line 11247 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11249 11250 11251 |
# File 'lib/vmware/soap/vim25.rb', line 11249 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11244 11245 11246 |
# File 'lib/vmware/soap/vim25.rb', line 11244 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11243 11244 11245 |
# File 'lib/vmware/soap/vim25.rb', line 11243 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11253 11254 11255 |
# File 'lib/vmware/soap/vim25.rb', line 11253 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11251 11252 11253 |
# File 'lib/vmware/soap/vim25.rb', line 11251 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11245 11246 11247 |
# File 'lib/vmware/soap/vim25.rb', line 11245 def key @key end |
#newUuid ⇒ Object
Returns the value of attribute newUuid.
11256 11257 11258 |
# File 'lib/vmware/soap/vim25.rb', line 11256 def newUuid @newUuid end |
#oldUuid ⇒ Object
Returns the value of attribute oldUuid.
11255 11256 11257 |
# File 'lib/vmware/soap/vim25.rb', line 11255 def oldUuid @oldUuid end |
#template ⇒ Object
Returns the value of attribute template.
11254 11255 11256 |
# File 'lib/vmware/soap/vim25.rb', line 11254 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11248 11249 11250 |
# File 'lib/vmware/soap/vim25.rb', line 11248 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11252 11253 11254 |
# File 'lib/vmware/soap/vim25.rb', line 11252 def vm @vm end |