Class: DatacenterEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- DatacenterEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatacenterEvent
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
Direct Known Subclasses
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) ⇒ DatacenterEvent
constructor
A new instance of DatacenterEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ DatacenterEvent
Returns a new instance of DatacenterEvent.
4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 |
# File 'lib/vmware/soap/vim25.rb', line 4263 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.
4254 4255 4256 |
# File 'lib/vmware/soap/vim25.rb', line 4254 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4258 4259 4260 |
# File 'lib/vmware/soap/vim25.rb', line 4258 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4255 4256 4257 |
# File 'lib/vmware/soap/vim25.rb', line 4255 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4257 4258 4259 |
# File 'lib/vmware/soap/vim25.rb', line 4257 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4252 4253 4254 |
# File 'lib/vmware/soap/vim25.rb', line 4252 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4251 4252 4253 |
# File 'lib/vmware/soap/vim25.rb', line 4251 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4261 4262 4263 |
# File 'lib/vmware/soap/vim25.rb', line 4261 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4259 4260 4261 |
# File 'lib/vmware/soap/vim25.rb', line 4259 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4253 4254 4255 |
# File 'lib/vmware/soap/vim25.rb', line 4253 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
4256 4257 4258 |
# File 'lib/vmware/soap/vim25.rb', line 4256 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4260 4261 4262 |
# File 'lib/vmware/soap/vim25.rb', line 4260 def vm @vm end |