Class: UpdatedAgentBeingRestartedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- UpdatedAgentBeingRestartedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdatedAgentBeingRestartedEvent
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
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.
-
#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) ⇒ UpdatedAgentBeingRestartedEvent
constructor
A new instance of UpdatedAgentBeingRestartedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ UpdatedAgentBeingRestartedEvent
Returns a new instance of UpdatedAgentBeingRestartedEvent.
6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 |
# File 'lib/vmware/soap/vim25.rb', line 6941 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
6932 6933 6934 |
# File 'lib/vmware/soap/vim25.rb', line 6932 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6936 6937 6938 |
# File 'lib/vmware/soap/vim25.rb', line 6936 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6933 6934 6935 |
# File 'lib/vmware/soap/vim25.rb', line 6933 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6935 6936 6937 |
# File 'lib/vmware/soap/vim25.rb', line 6935 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6930 6931 6932 |
# File 'lib/vmware/soap/vim25.rb', line 6930 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6929 6930 6931 |
# File 'lib/vmware/soap/vim25.rb', line 6929 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6939 6940 6941 |
# File 'lib/vmware/soap/vim25.rb', line 6939 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6937 6938 6939 |
# File 'lib/vmware/soap/vim25.rb', line 6937 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6931 6932 6933 |
# File 'lib/vmware/soap/vim25.rb', line 6931 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6934 6935 6936 |
# File 'lib/vmware/soap/vim25.rb', line 6934 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6938 6939 6940 |
# File 'lib/vmware/soap/vim25.rb', line 6938 def vm @vm end |