Class: HostRemovedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostRemovedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostRemovedEvent
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
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.
-
#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) ⇒ HostRemovedEvent
constructor
A new instance of HostRemovedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostRemovedEvent
Returns a new instance of HostRemovedEvent.
5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 |
# File 'lib/vmware/soap/vim25.rb', line 5686 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
5677 5678 5679 |
# File 'lib/vmware/soap/vim25.rb', line 5677 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5681 5682 5683 |
# File 'lib/vmware/soap/vim25.rb', line 5681 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5678 5679 5680 |
# File 'lib/vmware/soap/vim25.rb', line 5678 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5680 5681 5682 |
# File 'lib/vmware/soap/vim25.rb', line 5680 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5675 5676 5677 |
# File 'lib/vmware/soap/vim25.rb', line 5675 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5674 5675 5676 |
# File 'lib/vmware/soap/vim25.rb', line 5674 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5684 5685 5686 |
# File 'lib/vmware/soap/vim25.rb', line 5684 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5682 5683 5684 |
# File 'lib/vmware/soap/vim25.rb', line 5682 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5676 5677 5678 |
# File 'lib/vmware/soap/vim25.rb', line 5676 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5679 5680 5681 |
# File 'lib/vmware/soap/vim25.rb', line 5679 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5683 5684 5685 |
# File 'lib/vmware/soap/vim25.rb', line 5683 def vm @vm end |