Class: VmGuestRebootEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmGuestRebootEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmGuestRebootEvent
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) ⇒ VmGuestRebootEvent
constructor
A new instance of VmGuestRebootEvent.
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) ⇒ VmGuestRebootEvent
Returns a new instance of VmGuestRebootEvent.
10763 10764 10765 10766 10767 10768 10769 10770 10771 10772 10773 10774 10775 10776 |
# File 'lib/vmware/soap/vim25.rb', line 10763 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.
10753 10754 10755 |
# File 'lib/vmware/soap/vim25.rb', line 10753 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10757 10758 10759 |
# File 'lib/vmware/soap/vim25.rb', line 10757 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10754 10755 10756 |
# File 'lib/vmware/soap/vim25.rb', line 10754 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10756 10757 10758 |
# File 'lib/vmware/soap/vim25.rb', line 10756 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10751 10752 10753 |
# File 'lib/vmware/soap/vim25.rb', line 10751 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10750 10751 10752 |
# File 'lib/vmware/soap/vim25.rb', line 10750 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10760 10761 10762 |
# File 'lib/vmware/soap/vim25.rb', line 10760 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10758 10759 10760 |
# File 'lib/vmware/soap/vim25.rb', line 10758 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10752 10753 10754 |
# File 'lib/vmware/soap/vim25.rb', line 10752 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
10761 10762 10763 |
# File 'lib/vmware/soap/vim25.rb', line 10761 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10755 10756 10757 |
# File 'lib/vmware/soap/vim25.rb', line 10755 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
10759 10760 10761 |
# File 'lib/vmware/soap/vim25.rb', line 10759 def vm @vm end |