Class: DatastoreDuplicatedEvent
- Inherits:
-
DatastoreEvent
- Object
- DynamicData
- Event
- DatastoreEvent
- DatastoreDuplicatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreDuplicatedEvent
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) ⇒ DatastoreDuplicatedEvent
constructor
A new instance of DatastoreDuplicatedEvent.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, datastore = nil) ⇒ DatastoreDuplicatedEvent
Returns a new instance of DatastoreDuplicatedEvent.
14460 14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 14472 14473 |
# File 'lib/vmware/soap/vim25.rb', line 14460 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
permalink #chainId ⇒ Object
Returns the value of attribute chainId.
14450 14451 14452 |
# File 'lib/vmware/soap/vim25.rb', line 14450 def chainId @chainId end |
permalink #computeResource ⇒ Object
Returns the value of attribute computeResource.
14454 14455 14456 |
# File 'lib/vmware/soap/vim25.rb', line 14454 def computeResource @computeResource end |
permalink #createdTime ⇒ Object
Returns the value of attribute createdTime.
14451 14452 14453 |
# File 'lib/vmware/soap/vim25.rb', line 14451 def createdTime @createdTime end |
permalink #datacenter ⇒ Object
Returns the value of attribute datacenter.
14453 14454 14455 |
# File 'lib/vmware/soap/vim25.rb', line 14453 def datacenter @datacenter end |
permalink #datastore ⇒ Object
Returns the value of attribute datastore.
14458 14459 14460 |
# File 'lib/vmware/soap/vim25.rb', line 14458 def datastore @datastore end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14448 14449 14450 |
# File 'lib/vmware/soap/vim25.rb', line 14448 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14447 14448 14449 |
# File 'lib/vmware/soap/vim25.rb', line 14447 def dynamicType @dynamicType end |
permalink #fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14457 14458 14459 |
# File 'lib/vmware/soap/vim25.rb', line 14457 def fullFormattedMessage @fullFormattedMessage end |
permalink #host ⇒ Object
Returns the value of attribute host.
14455 14456 14457 |
# File 'lib/vmware/soap/vim25.rb', line 14455 def host @host end |
permalink #key ⇒ Object
Returns the value of attribute key.
14449 14450 14451 |
# File 'lib/vmware/soap/vim25.rb', line 14449 def key @key end |
permalink #userName ⇒ Object
Returns the value of attribute userName.
14452 14453 14454 |
# File 'lib/vmware/soap/vim25.rb', line 14452 def userName @userName end |
permalink #vm ⇒ Object
Returns the value of attribute vm.
14456 14457 14458 |
# File 'lib/vmware/soap/vim25.rb', line 14456 def vm @vm end |