Class: ResourcePoolDestroyedEvent

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

Overview

urn:vim25ResourcePoolDestroyedEvent

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
resourcePool - ResourcePoolEventArgument

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, resourcePool = nil) ⇒ ResourcePoolDestroyedEvent

Returns a new instance of ResourcePoolDestroyedEvent.



16046
16047
16048
16049
16050
16051
16052
16053
16054
16055
16056
16057
16058
16059
# File 'lib/vmware/soap/vim25.rb', line 16046

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



16036
16037
16038
# File 'lib/vmware/soap/vim25.rb', line 16036

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



16040
16041
16042
# File 'lib/vmware/soap/vim25.rb', line 16040

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



16037
16038
16039
# File 'lib/vmware/soap/vim25.rb', line 16037

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



16039
16040
16041
# File 'lib/vmware/soap/vim25.rb', line 16039

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16034
16035
16036
# File 'lib/vmware/soap/vim25.rb', line 16034

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16033
16034
16035
# File 'lib/vmware/soap/vim25.rb', line 16033

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



16043
16044
16045
# File 'lib/vmware/soap/vim25.rb', line 16043

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



16041
16042
16043
# File 'lib/vmware/soap/vim25.rb', line 16041

def host
  @host
end

#keyObject

Returns the value of attribute key.



16035
16036
16037
# File 'lib/vmware/soap/vim25.rb', line 16035

def key
  @key
end

#resourcePoolObject

Returns the value of attribute resourcePool.



16044
16045
16046
# File 'lib/vmware/soap/vim25.rb', line 16044

def resourcePool
  @resourcePool
end

#userNameObject

Returns the value of attribute userName.



16038
16039
16040
# File 'lib/vmware/soap/vim25.rb', line 16038

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



16042
16043
16044
# File 'lib/vmware/soap/vim25.rb', line 16042

def vm
  @vm
end