Class: VmResumingEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmResumingEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmResumingEvent
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) ⇒ VmResumingEvent
constructor
A new instance of VmResumingEvent.
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) ⇒ VmResumingEvent
Returns a new instance of VmResumingEvent.
8684 8685 8686 8687 8688 8689 8690 8691 8692 8693 8694 8695 8696 8697 |
# File 'lib/vmware/soap/vim25.rb', line 8684 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.
8674 8675 8676 |
# File 'lib/vmware/soap/vim25.rb', line 8674 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8678 8679 8680 |
# File 'lib/vmware/soap/vim25.rb', line 8678 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8675 8676 8677 |
# File 'lib/vmware/soap/vim25.rb', line 8675 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8677 8678 8679 |
# File 'lib/vmware/soap/vim25.rb', line 8677 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8672 8673 8674 |
# File 'lib/vmware/soap/vim25.rb', line 8672 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8671 8672 8673 |
# File 'lib/vmware/soap/vim25.rb', line 8671 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8681 8682 8683 |
# File 'lib/vmware/soap/vim25.rb', line 8681 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8679 8680 8681 |
# File 'lib/vmware/soap/vim25.rb', line 8679 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8673 8674 8675 |
# File 'lib/vmware/soap/vim25.rb', line 8673 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8682 8683 8684 |
# File 'lib/vmware/soap/vim25.rb', line 8682 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8676 8677 8678 |
# File 'lib/vmware/soap/vim25.rb', line 8676 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8680 8681 8682 |
# File 'lib/vmware/soap/vim25.rb', line 8680 def vm @vm end |