Class: DatastoreDestroyedEvent

Inherits:
DatastoreEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25DatastoreDestroyedEvent

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
datastore - DatastoreEventArgument

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, datastore = nil) ⇒ DatastoreDestroyedEvent

Returns a new instance of DatastoreDestroyedEvent.



14368
14369
14370
14371
14372
14373
14374
14375
14376
14377
14378
14379
14380
14381
# File 'lib/vmware/soap/vim25.rb', line 14368

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, datastore = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @datastore = datastore
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



14358
14359
14360
# File 'lib/vmware/soap/vim25.rb', line 14358

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14362
14363
14364
# File 'lib/vmware/soap/vim25.rb', line 14362

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14359
14360
14361
# File 'lib/vmware/soap/vim25.rb', line 14359

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14361
14362
14363
# File 'lib/vmware/soap/vim25.rb', line 14361

def datacenter
  @datacenter
end

#datastoreObject

Returns the value of attribute datastore.



14366
14367
14368
# File 'lib/vmware/soap/vim25.rb', line 14366

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14356
14357
14358
# File 'lib/vmware/soap/vim25.rb', line 14356

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14355
14356
14357
# File 'lib/vmware/soap/vim25.rb', line 14355

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14365
14366
14367
# File 'lib/vmware/soap/vim25.rb', line 14365

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14363
14364
14365
# File 'lib/vmware/soap/vim25.rb', line 14363

def host
  @host
end

#keyObject

Returns the value of attribute key.



14357
14358
14359
# File 'lib/vmware/soap/vim25.rb', line 14357

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



14360
14361
14362
# File 'lib/vmware/soap/vim25.rb', line 14360

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14364
14365
14366
# File 'lib/vmware/soap/vim25.rb', line 14364

def vm
  @vm
end