Class: VmDiskFailedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmDiskFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmDiskFailedEvent
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
template - SOAP::SOAPBoolean
disk - SOAP::SOAPString
reason - LocalizedMethodFault
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.
-
#disk ⇒ Object
Returns the value of attribute disk.
-
#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.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#template ⇒ Object
Returns the value of attribute template.
-
#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, template = nil, disk = nil, reason = nil) ⇒ VmDiskFailedEvent
constructor
A new instance of VmDiskFailedEvent.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, disk = nil, reason = nil) ⇒ VmDiskFailedEvent
Returns a new instance of VmDiskFailedEvent.
10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 10322 10323 10324 10325 |
# File 'lib/vmware/soap/vim25.rb', line 10310 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, disk = nil, reason = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template @disk = disk @reason = reason end |
Instance Attribute Details
permalink #chainId ⇒ Object
Returns the value of attribute chainId.
10298 10299 10300 |
# File 'lib/vmware/soap/vim25.rb', line 10298 def chainId @chainId end |
permalink #computeResource ⇒ Object
Returns the value of attribute computeResource.
10302 10303 10304 |
# File 'lib/vmware/soap/vim25.rb', line 10302 def computeResource @computeResource end |
permalink #createdTime ⇒ Object
Returns the value of attribute createdTime.
10299 10300 10301 |
# File 'lib/vmware/soap/vim25.rb', line 10299 def createdTime @createdTime end |
permalink #datacenter ⇒ Object
Returns the value of attribute datacenter.
10301 10302 10303 |
# File 'lib/vmware/soap/vim25.rb', line 10301 def datacenter @datacenter end |
permalink #disk ⇒ Object
Returns the value of attribute disk.
10307 10308 10309 |
# File 'lib/vmware/soap/vim25.rb', line 10307 def disk @disk end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10296 10297 10298 |
# File 'lib/vmware/soap/vim25.rb', line 10296 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10295 10296 10297 |
# File 'lib/vmware/soap/vim25.rb', line 10295 def dynamicType @dynamicType end |
permalink #fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10305 10306 10307 |
# File 'lib/vmware/soap/vim25.rb', line 10305 def fullFormattedMessage @fullFormattedMessage end |
permalink #host ⇒ Object
Returns the value of attribute host.
10303 10304 10305 |
# File 'lib/vmware/soap/vim25.rb', line 10303 def host @host end |
permalink #key ⇒ Object
Returns the value of attribute key.
10297 10298 10299 |
# File 'lib/vmware/soap/vim25.rb', line 10297 def key @key end |
permalink #reason ⇒ Object
Returns the value of attribute reason.
10308 10309 10310 |
# File 'lib/vmware/soap/vim25.rb', line 10308 def reason @reason end |
permalink #template ⇒ Object
Returns the value of attribute template.
10306 10307 10308 |
# File 'lib/vmware/soap/vim25.rb', line 10306 def template @template end |
permalink #userName ⇒ Object
Returns the value of attribute userName.
10300 10301 10302 |
# File 'lib/vmware/soap/vim25.rb', line 10300 def userName @userName end |
permalink #vm ⇒ Object
Returns the value of attribute vm.
10304 10305 10306 |
# File 'lib/vmware/soap/vim25.rb', line 10304 def vm @vm end |