Class: DatastoreDestroyedEvent
- Inherits:
-
DatastoreEvent
- Object
- DynamicData
- Event
- DatastoreEvent
- DatastoreDestroyedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreDestroyedEvent
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
datastore - DatastoreEventArgument
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.
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#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.
-
#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, datastore = nil) ⇒ DatastoreDestroyedEvent
constructor
A new instance of DatastoreDestroyedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, datastore = nil) ⇒ DatastoreDestroyedEvent
Returns a new instance of DatastoreDestroyedEvent.
14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 |
# File 'lib/vmware/soap/vim25.rb', line 14368 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, datastore = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @datastore = datastore end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14358 14359 14360 |
# File 'lib/vmware/soap/vim25.rb', line 14358 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14362 14363 14364 |
# File 'lib/vmware/soap/vim25.rb', line 14362 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14359 14360 14361 |
# File 'lib/vmware/soap/vim25.rb', line 14359 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14361 14362 14363 |
# File 'lib/vmware/soap/vim25.rb', line 14361 def datacenter @datacenter end |
#datastore ⇒ Object
Returns the value of attribute datastore.
14366 14367 14368 |
# File 'lib/vmware/soap/vim25.rb', line 14366 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14356 14357 14358 |
# File 'lib/vmware/soap/vim25.rb', line 14356 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14355 14356 14357 |
# File 'lib/vmware/soap/vim25.rb', line 14355 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14365 14366 14367 |
# File 'lib/vmware/soap/vim25.rb', line 14365 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14363 14364 14365 |
# File 'lib/vmware/soap/vim25.rb', line 14363 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14357 14358 14359 |
# File 'lib/vmware/soap/vim25.rb', line 14357 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14360 14361 14362 |
# File 'lib/vmware/soap/vim25.rb', line 14360 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14364 14365 14366 |
# File 'lib/vmware/soap/vim25.rb', line 14364 def vm @vm end |