Class: VmResettingEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmResettingEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmResettingEvent
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) ⇒ VmResettingEvent
constructor
A new instance of VmResettingEvent.
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) ⇒ VmResettingEvent
Returns a new instance of VmResettingEvent.
9083 9084 9085 9086 9087 9088 9089 9090 9091 9092 9093 9094 9095 9096 |
# File 'lib/vmware/soap/vim25.rb', line 9083 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.
9073 9074 9075 |
# File 'lib/vmware/soap/vim25.rb', line 9073 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9077 9078 9079 |
# File 'lib/vmware/soap/vim25.rb', line 9077 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9074 9075 9076 |
# File 'lib/vmware/soap/vim25.rb', line 9074 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9076 9077 9078 |
# File 'lib/vmware/soap/vim25.rb', line 9076 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9071 9072 9073 |
# File 'lib/vmware/soap/vim25.rb', line 9071 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9070 9071 9072 |
# File 'lib/vmware/soap/vim25.rb', line 9070 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9080 9081 9082 |
# File 'lib/vmware/soap/vim25.rb', line 9080 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9078 9079 9080 |
# File 'lib/vmware/soap/vim25.rb', line 9078 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9072 9073 9074 |
# File 'lib/vmware/soap/vim25.rb', line 9072 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
9081 9082 9083 |
# File 'lib/vmware/soap/vim25.rb', line 9081 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9075 9076 9077 |
# File 'lib/vmware/soap/vim25.rb', line 9075 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9079 9080 9081 |
# File 'lib/vmware/soap/vim25.rb', line 9079 def vm @vm end |