Class: ClusterDestroyedEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- ClusterDestroyedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDestroyedEvent
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) ⇒ ClusterDestroyedEvent
constructor
A new instance of ClusterDestroyedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ ClusterDestroyedEvent
Returns a new instance of ClusterDestroyedEvent.
15792 15793 15794 15795 15796 15797 15798 15799 15800 15801 15802 15803 15804 |
# File 'lib/vmware/soap/vim25.rb', line 15792 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.
15783 15784 15785 |
# File 'lib/vmware/soap/vim25.rb', line 15783 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15787 15788 15789 |
# File 'lib/vmware/soap/vim25.rb', line 15787 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15784 15785 15786 |
# File 'lib/vmware/soap/vim25.rb', line 15784 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15786 15787 15788 |
# File 'lib/vmware/soap/vim25.rb', line 15786 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15781 15782 15783 |
# File 'lib/vmware/soap/vim25.rb', line 15781 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15780 15781 15782 |
# File 'lib/vmware/soap/vim25.rb', line 15780 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15790 15791 15792 |
# File 'lib/vmware/soap/vim25.rb', line 15790 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15788 15789 15790 |
# File 'lib/vmware/soap/vim25.rb', line 15788 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15782 15783 15784 |
# File 'lib/vmware/soap/vim25.rb', line 15782 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15785 15786 15787 |
# File 'lib/vmware/soap/vim25.rb', line 15785 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15789 15790 15791 |
# File 'lib/vmware/soap/vim25.rb', line 15789 def vm @vm end |