Class: DatastoreEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- DatastoreEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreEvent
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
Direct Known Subclasses
DatastoreDestroyedEvent, DatastoreDuplicatedEvent, DatastoreRenamedEvent
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) ⇒ DatastoreEvent
constructor
A new instance of DatastoreEvent.
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) ⇒ DatastoreEvent
Returns a new instance of DatastoreEvent.
14325 14326 14327 14328 14329 14330 14331 14332 14333 14334 14335 14336 14337 14338 |
# File 'lib/vmware/soap/vim25.rb', line 14325 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.
14315 14316 14317 |
# File 'lib/vmware/soap/vim25.rb', line 14315 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14319 14320 14321 |
# File 'lib/vmware/soap/vim25.rb', line 14319 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14316 14317 14318 |
# File 'lib/vmware/soap/vim25.rb', line 14316 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14318 14319 14320 |
# File 'lib/vmware/soap/vim25.rb', line 14318 def datacenter @datacenter end |
#datastore ⇒ Object
Returns the value of attribute datastore.
14323 14324 14325 |
# File 'lib/vmware/soap/vim25.rb', line 14323 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14313 14314 14315 |
# File 'lib/vmware/soap/vim25.rb', line 14313 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14312 14313 14314 |
# File 'lib/vmware/soap/vim25.rb', line 14312 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14322 14323 14324 |
# File 'lib/vmware/soap/vim25.rb', line 14322 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14320 14321 14322 |
# File 'lib/vmware/soap/vim25.rb', line 14320 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14314 14315 14316 |
# File 'lib/vmware/soap/vim25.rb', line 14314 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14317 14318 14319 |
# File 'lib/vmware/soap/vim25.rb', line 14317 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14321 14322 14323 |
# File 'lib/vmware/soap/vim25.rb', line 14321 def vm @vm end |