Class: LocalDatastoreCreatedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- LocalDatastoreCreatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LocalDatastoreCreatedEvent
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) ⇒ LocalDatastoreCreatedEvent
constructor
A new instance of LocalDatastoreCreatedEvent.
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) ⇒ LocalDatastoreCreatedEvent
Returns a new instance of LocalDatastoreCreatedEvent.
7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 |
# File 'lib/vmware/soap/vim25.rb', line 7385 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.
7375 7376 7377 |
# File 'lib/vmware/soap/vim25.rb', line 7375 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7379 7380 7381 |
# File 'lib/vmware/soap/vim25.rb', line 7379 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7376 7377 7378 |
# File 'lib/vmware/soap/vim25.rb', line 7376 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7378 7379 7380 |
# File 'lib/vmware/soap/vim25.rb', line 7378 def datacenter @datacenter end |
#datastore ⇒ Object
Returns the value of attribute datastore.
7383 7384 7385 |
# File 'lib/vmware/soap/vim25.rb', line 7383 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7373 7374 7375 |
# File 'lib/vmware/soap/vim25.rb', line 7373 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7372 7373 7374 |
# File 'lib/vmware/soap/vim25.rb', line 7372 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7382 7383 7384 |
# File 'lib/vmware/soap/vim25.rb', line 7382 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7380 7381 7382 |
# File 'lib/vmware/soap/vim25.rb', line 7380 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7374 7375 7376 |
# File 'lib/vmware/soap/vim25.rb', line 7374 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7377 7378 7379 |
# File 'lib/vmware/soap/vim25.rb', line 7377 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7381 7382 7383 |
# File 'lib/vmware/soap/vim25.rb', line 7381 def vm @vm end |