Class: VmDiscoveredEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmDiscoveredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmDiscoveredEvent
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
template - SOAP::SOAPBoolean
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.
-
#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.
-
#template ⇒ Object
Returns the value of attribute template.
-
#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, template = nil) ⇒ VmDiscoveredEvent
constructor
A new instance of VmDiscoveredEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil) ⇒ VmDiscoveredEvent
Returns a new instance of VmDiscoveredEvent.
8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 8781 8782 8783 |
# File 'lib/vmware/soap/vim25.rb', line 8770 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
8760 8761 8762 |
# File 'lib/vmware/soap/vim25.rb', line 8760 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8764 8765 8766 |
# File 'lib/vmware/soap/vim25.rb', line 8764 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8761 8762 8763 |
# File 'lib/vmware/soap/vim25.rb', line 8761 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8763 8764 8765 |
# File 'lib/vmware/soap/vim25.rb', line 8763 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8758 8759 8760 |
# File 'lib/vmware/soap/vim25.rb', line 8758 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8757 8758 8759 |
# File 'lib/vmware/soap/vim25.rb', line 8757 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8767 8768 8769 |
# File 'lib/vmware/soap/vim25.rb', line 8767 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8765 8766 8767 |
# File 'lib/vmware/soap/vim25.rb', line 8765 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8759 8760 8761 |
# File 'lib/vmware/soap/vim25.rb', line 8759 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8768 8769 8770 |
# File 'lib/vmware/soap/vim25.rb', line 8768 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8762 8763 8764 |
# File 'lib/vmware/soap/vim25.rb', line 8762 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8766 8767 8768 |
# File 'lib/vmware/soap/vim25.rb', line 8766 def vm @vm end |