Class: GeneralVmInfoEvent
- Inherits:
-
GeneralEvent
- Object
- DynamicData
- Event
- GeneralEvent
- GeneralVmInfoEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GeneralVmInfoEvent
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) ⇒ GeneralVmInfoEvent
constructor
A new instance of GeneralVmInfoEvent.
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) ⇒ GeneralVmInfoEvent
Returns a new instance of GeneralVmInfoEvent.
4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 |
# File 'lib/vmware/soap/vim25.rb', line 4038 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.
4028 4029 4030 |
# File 'lib/vmware/soap/vim25.rb', line 4028 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4032 4033 4034 |
# File 'lib/vmware/soap/vim25.rb', line 4032 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4029 4030 4031 |
# File 'lib/vmware/soap/vim25.rb', line 4029 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4031 4032 4033 |
# File 'lib/vmware/soap/vim25.rb', line 4031 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4026 4027 4028 |
# File 'lib/vmware/soap/vim25.rb', line 4026 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4025 4026 4027 |
# File 'lib/vmware/soap/vim25.rb', line 4025 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4035 4036 4037 |
# File 'lib/vmware/soap/vim25.rb', line 4035 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4033 4034 4035 |
# File 'lib/vmware/soap/vim25.rb', line 4033 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4027 4028 4029 |
# File 'lib/vmware/soap/vim25.rb', line 4027 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
4036 4037 4038 |
# File 'lib/vmware/soap/vim25.rb', line 4036 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
4030 4031 4032 |
# File 'lib/vmware/soap/vim25.rb', line 4030 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4034 4035 4036 |
# File 'lib/vmware/soap/vim25.rb', line 4034 def vm @vm end |