Class: VmConnectedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmConnectedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmConnectedEvent
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) ⇒ VmConnectedEvent
constructor
A new instance of VmConnectedEvent.
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) ⇒ VmConnectedEvent
Returns a new instance of VmConnectedEvent.
11677 11678 11679 11680 11681 11682 11683 11684 11685 11686 11687 11688 11689 11690 |
# File 'lib/vmware/soap/vim25.rb', line 11677 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.
11667 11668 11669 |
# File 'lib/vmware/soap/vim25.rb', line 11667 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11671 11672 11673 |
# File 'lib/vmware/soap/vim25.rb', line 11671 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11668 11669 11670 |
# File 'lib/vmware/soap/vim25.rb', line 11668 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11670 11671 11672 |
# File 'lib/vmware/soap/vim25.rb', line 11670 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11665 11666 11667 |
# File 'lib/vmware/soap/vim25.rb', line 11665 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11664 11665 11666 |
# File 'lib/vmware/soap/vim25.rb', line 11664 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11674 11675 11676 |
# File 'lib/vmware/soap/vim25.rb', line 11674 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11672 11673 11674 |
# File 'lib/vmware/soap/vim25.rb', line 11672 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11666 11667 11668 |
# File 'lib/vmware/soap/vim25.rb', line 11666 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
11675 11676 11677 |
# File 'lib/vmware/soap/vim25.rb', line 11675 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11669 11670 11671 |
# File 'lib/vmware/soap/vim25.rb', line 11669 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11673 11674 11675 |
# File 'lib/vmware/soap/vim25.rb', line 11673 def vm @vm end |