Class: DatastoreRemovedOnHostEvent

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

Overview

urn:vim25DatastoreRemovedOnHostEvent

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) ⇒ DatastoreRemovedOnHostEvent

Returns a new instance of DatastoreRemovedOnHostEvent.



7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
# File 'lib/vmware/soap/vim25.rb', line 7428

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.



7418
7419
7420
# File 'lib/vmware/soap/vim25.rb', line 7418

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7422
7423
7424
# File 'lib/vmware/soap/vim25.rb', line 7422

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7419
7420
7421
# File 'lib/vmware/soap/vim25.rb', line 7419

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7421
7422
7423
# File 'lib/vmware/soap/vim25.rb', line 7421

def datacenter
  @datacenter
end

#datastoreObject

Returns the value of attribute datastore.



7426
7427
7428
# File 'lib/vmware/soap/vim25.rb', line 7426

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7416
7417
7418
# File 'lib/vmware/soap/vim25.rb', line 7416

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7415
7416
7417
# File 'lib/vmware/soap/vim25.rb', line 7415

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7425
7426
7427
# File 'lib/vmware/soap/vim25.rb', line 7425

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7423
7424
7425
# File 'lib/vmware/soap/vim25.rb', line 7423

def host
  @host
end

#keyObject

Returns the value of attribute key.



7417
7418
7419
# File 'lib/vmware/soap/vim25.rb', line 7417

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



7420
7421
7422
# File 'lib/vmware/soap/vim25.rb', line 7420

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7424
7425
7426
# File 'lib/vmware/soap/vim25.rb', line 7424

def vm
  @vm
end