Class: DasDisabledEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- DasDisabledEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DasDisabledEvent
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) ⇒ DasDisabledEvent
constructor
A new instance of DasDisabledEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ DasDisabledEvent
Returns a new instance of DasDisabledEvent.
15297 15298 15299 15300 15301 15302 15303 15304 15305 15306 15307 15308 15309 |
# File 'lib/vmware/soap/vim25.rb', line 15297 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.
15288 15289 15290 |
# File 'lib/vmware/soap/vim25.rb', line 15288 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15292 15293 15294 |
# File 'lib/vmware/soap/vim25.rb', line 15292 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15289 15290 15291 |
# File 'lib/vmware/soap/vim25.rb', line 15289 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15291 15292 15293 |
# File 'lib/vmware/soap/vim25.rb', line 15291 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15286 15287 15288 |
# File 'lib/vmware/soap/vim25.rb', line 15286 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15285 15286 15287 |
# File 'lib/vmware/soap/vim25.rb', line 15285 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15295 15296 15297 |
# File 'lib/vmware/soap/vim25.rb', line 15295 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15293 15294 15295 |
# File 'lib/vmware/soap/vim25.rb', line 15293 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15287 15288 15289 |
# File 'lib/vmware/soap/vim25.rb', line 15287 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15290 15291 15292 |
# File 'lib/vmware/soap/vim25.rb', line 15290 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15294 15295 15296 |
# File 'lib/vmware/soap/vim25.rb', line 15294 def vm @vm end |