Class: DatastoreDiscoveredEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- DatastoreDiscoveredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreDiscoveredEvent
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) ⇒ DatastoreDiscoveredEvent
constructor
A new instance of DatastoreDiscoveredEvent.
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) ⇒ DatastoreDiscoveredEvent
Returns a new instance of DatastoreDiscoveredEvent.
7563 7564 7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 |
# File 'lib/vmware/soap/vim25.rb', line 7563 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.
7553 7554 7555 |
# File 'lib/vmware/soap/vim25.rb', line 7553 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7557 7558 7559 |
# File 'lib/vmware/soap/vim25.rb', line 7557 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7554 7555 7556 |
# File 'lib/vmware/soap/vim25.rb', line 7554 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7556 7557 7558 |
# File 'lib/vmware/soap/vim25.rb', line 7556 def datacenter @datacenter end |
#datastore ⇒ Object
Returns the value of attribute datastore.
7561 7562 7563 |
# File 'lib/vmware/soap/vim25.rb', line 7561 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7551 7552 7553 |
# File 'lib/vmware/soap/vim25.rb', line 7551 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7550 7551 7552 |
# File 'lib/vmware/soap/vim25.rb', line 7550 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7560 7561 7562 |
# File 'lib/vmware/soap/vim25.rb', line 7560 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7558 7559 7560 |
# File 'lib/vmware/soap/vim25.rb', line 7558 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7552 7553 7554 |
# File 'lib/vmware/soap/vim25.rb', line 7552 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7555 7556 7557 |
# File 'lib/vmware/soap/vim25.rb', line 7555 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7559 7560 7561 |
# File 'lib/vmware/soap/vim25.rb', line 7559 def vm @vm end |