Class: GeneralHostInfoEvent
- Inherits:
-
GeneralEvent
- Object
- DynamicData
- Event
- GeneralEvent
- GeneralHostInfoEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GeneralHostInfoEvent
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
- 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.
-
#message ⇒ Object
Returns the value of attribute message.
-
#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, message = nil) ⇒ GeneralHostInfoEvent
constructor
A new instance of GeneralHostInfoEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, message = nil) ⇒ GeneralHostInfoEvent
Returns a new instance of GeneralHostInfoEvent.
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
# File 'lib/vmware/soap/vim25.rb', line 3909 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @message = end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
3899 3900 3901 |
# File 'lib/vmware/soap/vim25.rb', line 3899 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
3903 3904 3905 |
# File 'lib/vmware/soap/vim25.rb', line 3903 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
3900 3901 3902 |
# File 'lib/vmware/soap/vim25.rb', line 3900 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
3902 3903 3904 |
# File 'lib/vmware/soap/vim25.rb', line 3902 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3897 3898 3899 |
# File 'lib/vmware/soap/vim25.rb', line 3897 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3896 3897 3898 |
# File 'lib/vmware/soap/vim25.rb', line 3896 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
3906 3907 3908 |
# File 'lib/vmware/soap/vim25.rb', line 3906 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
3904 3905 3906 |
# File 'lib/vmware/soap/vim25.rb', line 3904 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
3898 3899 3900 |
# File 'lib/vmware/soap/vim25.rb', line 3898 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
3907 3908 3909 |
# File 'lib/vmware/soap/vim25.rb', line 3907 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
3901 3902 3903 |
# File 'lib/vmware/soap/vim25.rb', line 3901 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
3905 3906 3907 |
# File 'lib/vmware/soap/vim25.rb', line 3905 def vm @vm end |