Class: VmGuestStandbyEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmGuestStandbyEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmGuestStandbyEvent
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) ⇒ VmGuestStandbyEvent
constructor
A new instance of VmGuestStandbyEvent.
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) ⇒ VmGuestStandbyEvent
Returns a new instance of VmGuestStandbyEvent.
10806 10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 |
# File 'lib/vmware/soap/vim25.rb', line 10806 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.
10796 10797 10798 |
# File 'lib/vmware/soap/vim25.rb', line 10796 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10800 10801 10802 |
# File 'lib/vmware/soap/vim25.rb', line 10800 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10797 10798 10799 |
# File 'lib/vmware/soap/vim25.rb', line 10797 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10799 10800 10801 |
# File 'lib/vmware/soap/vim25.rb', line 10799 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10794 10795 10796 |
# File 'lib/vmware/soap/vim25.rb', line 10794 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10793 10794 10795 |
# File 'lib/vmware/soap/vim25.rb', line 10793 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10803 10804 10805 |
# File 'lib/vmware/soap/vim25.rb', line 10803 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10801 10802 10803 |
# File 'lib/vmware/soap/vim25.rb', line 10801 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10795 10796 10797 |
# File 'lib/vmware/soap/vim25.rb', line 10795 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
10804 10805 10806 |
# File 'lib/vmware/soap/vim25.rb', line 10804 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10798 10799 10800 |
# File 'lib/vmware/soap/vim25.rb', line 10798 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
10802 10803 10804 |
# File 'lib/vmware/soap/vim25.rb', line 10802 def vm @vm end |