Class: VmDiskFailedEvent

Inherits:
VmEvent show all
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

Instance Method Summary collapse

Constructor Details

#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.

[View source]

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

#chainIdObject

Returns the value of attribute chainId.


10298
10299
10300
# File 'lib/vmware/soap/vim25.rb', line 10298

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


10302
10303
10304
# File 'lib/vmware/soap/vim25.rb', line 10302

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


10299
10300
10301
# File 'lib/vmware/soap/vim25.rb', line 10299

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


10301
10302
10303
# File 'lib/vmware/soap/vim25.rb', line 10301

def datacenter
  @datacenter
end

#diskObject

Returns the value of attribute disk.


10307
10308
10309
# File 'lib/vmware/soap/vim25.rb', line 10307

def disk
  @disk
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


10296
10297
10298
# File 'lib/vmware/soap/vim25.rb', line 10296

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


10295
10296
10297
# File 'lib/vmware/soap/vim25.rb', line 10295

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


10305
10306
10307
# File 'lib/vmware/soap/vim25.rb', line 10305

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


10303
10304
10305
# File 'lib/vmware/soap/vim25.rb', line 10303

def host
  @host
end

#keyObject

Returns the value of attribute key.


10297
10298
10299
# File 'lib/vmware/soap/vim25.rb', line 10297

def key
  @key
end

#reasonObject

Returns the value of attribute reason.


10308
10309
10310
# File 'lib/vmware/soap/vim25.rb', line 10308

def reason
  @reason
end

#templateObject

Returns the value of attribute template.


10306
10307
10308
# File 'lib/vmware/soap/vim25.rb', line 10306

def template
  @template
end

#userNameObject

Returns the value of attribute userName.


10300
10301
10302
# File 'lib/vmware/soap/vim25.rb', line 10300

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


10304
10305
10306
# File 'lib/vmware/soap/vim25.rb', line 10304

def vm
  @vm
end