Class: DasEnabledEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- DasEnabledEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DasEnabledEvent
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) ⇒ DasEnabledEvent
constructor
A new instance of DasEnabledEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ DasEnabledEvent
Returns a new instance of DasEnabledEvent.
15257 15258 15259 15260 15261 15262 15263 15264 15265 15266 15267 15268 15269 |
# File 'lib/vmware/soap/vim25.rb', line 15257 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.
15248 15249 15250 |
# File 'lib/vmware/soap/vim25.rb', line 15248 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15252 15253 15254 |
# File 'lib/vmware/soap/vim25.rb', line 15252 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15249 15250 15251 |
# File 'lib/vmware/soap/vim25.rb', line 15249 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15251 15252 15253 |
# File 'lib/vmware/soap/vim25.rb', line 15251 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15246 15247 15248 |
# File 'lib/vmware/soap/vim25.rb', line 15246 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15245 15246 15247 |
# File 'lib/vmware/soap/vim25.rb', line 15245 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15255 15256 15257 |
# File 'lib/vmware/soap/vim25.rb', line 15255 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15253 15254 15255 |
# File 'lib/vmware/soap/vim25.rb', line 15253 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15247 15248 15249 |
# File 'lib/vmware/soap/vim25.rb', line 15247 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15250 15251 15252 |
# File 'lib/vmware/soap/vim25.rb', line 15250 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15254 15255 15256 |
# File 'lib/vmware/soap/vim25.rb', line 15254 def vm @vm end |