Class: VmDisconnectedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmDisconnectedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmDisconnectedEvent
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) ⇒ VmDisconnectedEvent
constructor
A new instance of VmDisconnectedEvent.
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) ⇒ VmDisconnectedEvent
Returns a new instance of VmDisconnectedEvent.
8727 8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 8738 8739 8740 |
# File 'lib/vmware/soap/vim25.rb', line 8727 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.
8717 8718 8719 |
# File 'lib/vmware/soap/vim25.rb', line 8717 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8721 8722 8723 |
# File 'lib/vmware/soap/vim25.rb', line 8721 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8718 8719 8720 |
# File 'lib/vmware/soap/vim25.rb', line 8718 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8720 8721 8722 |
# File 'lib/vmware/soap/vim25.rb', line 8720 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8715 8716 8717 |
# File 'lib/vmware/soap/vim25.rb', line 8715 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8714 8715 8716 |
# File 'lib/vmware/soap/vim25.rb', line 8714 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8724 8725 8726 |
# File 'lib/vmware/soap/vim25.rb', line 8724 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8722 8723 8724 |
# File 'lib/vmware/soap/vim25.rb', line 8722 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8716 8717 8718 |
# File 'lib/vmware/soap/vim25.rb', line 8716 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8725 8726 8727 |
# File 'lib/vmware/soap/vim25.rb', line 8725 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8719 8720 8721 |
# File 'lib/vmware/soap/vim25.rb', line 8719 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8723 8724 8725 |
# File 'lib/vmware/soap/vim25.rb', line 8723 def vm @vm end |